Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE] UI Changes and Fixes (#378)
* Minor change Fixes #173 * Remove Canada.ca link in footer Fixes #174 * Right align * feat: add google tag manager (#200) * feat: add google tag manager * chore: add plugin to nuxt config * ci: add google tag manager to terraform * ci: add tf vars to gh actions * ci: add google tag manager id to staging * Fix/ci issues (#204) * fix: add back removed div * ci: add staging branch to gh actions * ci: future proofing nuxt3 * fix: lint fixes * docs: add PR templates (#205) * fix: breadcrumbs accessibility * ci: add unsafe inline strict dynamic to support v-if (#203) * Copy of pull request template (#216) Copied from the PULL_REQUEST_TEMPLATE folder * ci: add google-analytics.com to the CSP (#217) * [Release] Minor changes after soft launch (#202) (#222) * Minor change Fixes #173 * Remove Canada.ca link in footer Fixes #174 * Right align * feat: add google tag manager (#200) * feat: add google tag manager * chore: add plugin to nuxt config * ci: add google tag manager to terraform * ci: add tf vars to gh actions * ci: add google tag manager id to staging * Fix/ci issues (#204) * fix: add back removed div * ci: add staging branch to gh actions * ci: future proofing nuxt3 * fix: lint fixes * docs: add PR templates (#205) Co-authored-by: Anik Brazeau <[email protected]> Co-authored-by: Dylan <[email protected]> Co-authored-by: Anik Brazeau <[email protected]> * Update issue templates * Update documentation (#225) * docs: update contentful vars * docs: adding scripts to make setting env vars easier * docs: update documentation on running the app * docs: update readme * docs: update readme * docs: add links * docs: update links * docs: add link to translation documentation * docs: small changes * docs: add conventional commit into the readme * docs: update info for pr preview url * Update issue templates * Update issue templates * docs: add new infra diagram * docs: update deloyment flowchart * feat: resource jump links * fix: lint issues * Update issue templates * Adding staging badge and link to main README * feat: resource collections * feat: resource collection - add section divider * fix: section divider render position * fix: linting * fix: collectionListItem border styling * Update release_template.md * Update .github/PULL_REQUEST_TEMPLATE/release_template.md Co-authored-by: Anik Brazeau <[email protected]> * Update app/locales/en.json Co-authored-by: Anik Brazeau <[email protected]> * fix: lint error due to missing comma * Update app/locales/en.json Co-authored-by: Anik Brazeau <[email protected]> * Update app/locales/fr.json Co-authored-by: Anik Brazeau <[email protected]> * feat: topic menu * fix: removed unused attrs * Collections copy edit (#244) * Change copy EN * Update content FR * fix: remove comments Co-authored-by: Daine Trinidad <[email protected]> * Copyedits for brevity * Make equivalent tweak in FR * chore: clean up comments * fix: menu logo overlap for mobile view * fix: lint issues * feat: add blank landing page for ux testing (#256) * fix: hot fix for linting * chore(deps): add renovate.json (#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix/menu ordering (#266) * fix: modify get topic query to sort by name ascending * chore: lint fixes * Adding content security header reporting directive to generate a report to the CDS CSP failures app. (#274) * Add sentry (#284) * feat: add sentry * feat: add sentry * chore: lint fix * chore: add sentry dsn env to tf plan and apply actions * Remove console log statement Co-authored-by: Daine Trinidad <[email protected]> * chore: remove renovate * docs: update diagram to include contentful pipeline (#287) * Change "Alpha banner" label for coherence with domain change (#312) * Change "Pilot" to "Alpha" to provide cohesive context * Make "Alpha" change in French too * Minor copyedit - change "Thèmes" to "Sujets" in FR (#311) * Fix french domain redirect to /fr path (#319) * chore: change subpath from themes to sujet * fix: redirect to /fr for french domain * chore: change sample gtag id * fix: currentLocale sometimes doesn't get set * chore: lint fixeS * refactor: removed ---> comments and frontend folder (#309) * fix: hide jump links section when there are no links (#315) * fix: hide jump links section when there are no links * fix: h1 smaller than body in mobile view * feat: add google fonts to the content security policy (#324) * feat: retrieve hyperlink data in page query * feat: render entry hyperlinks in resource * feat: flexible entry-hyperlink text * feat: add query for hyperlinks of type topic * feat: add query for hyperlinks of type collection * feat: render entry hyperlinks of type Topic and Collection * feat: add content types * fix: open menu tab order * Create testing-issue.md * Update issue templates Hiding instructions from published issue. * fix: menu text left-alignment * feat: add param for body links to render options * chore: lintfix * fix: paragraph spacing for about and contact pages * chore: lintfix * feat: add description to collection page * chore: lintfix * fix: set description width * feat: add links query to legalPageQuery * feat: add legal page content type to rich text rendering * feat: add method to get legal path prefix * feat: add LegalPage as content type * refactor: use common rich text render options * fix: linked draft resources breaking resource * refactor: remove log statements * fix: topic breaks when linked to draft resources * refactor: remove unused code * refactor: lintfix * fix: heading sizes and bullet spacing * fix: revert bullet rendering * refactor: consolidate rich text rendering options * refactor: remove commented out rich text render code * refactor: remove unused method myMethodCallback * refactor: remove commented code * fix: add check to verify callbackMethod in render options exists * refactor: rename method myCallback to addHeading * fix: add tailwind content configuration * refactor: remove unused code and console log statements * refactor: lintfix * refactor: rename component PageTitle as Heading1 * refactor: change prop name titleText to headingText * refactor: apply the heading1 component to the various pages * refactor: remove unused comments and whitespace * refactor: create lr-paragraph component * refactor: use lower case tag name * refactor: fix whitespace * refactor: rename Paragraph.vue to LrParagraph.vue * refactor: rename custom tags to follow 'r-' convention * fix: render breadcrumbs for about, contact, and legal pages * refactor: remove unused comments in Breadcrumbs.vue * fix: cmd-to-open resource changes current resource Co-authored-by: Anik Brazeau <[email protected]> Co-authored-by: Dylan <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sylviamclaughlin <[email protected]> Co-authored-by: Hillary Lorimer <[email protected]>
- Loading branch information