Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Update 2024 [IGNORE] #1062

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b055670
Project page updates (#1035)
blai0264 Jun 7, 2024
ae1833b
Explore Updates Section (#1038)
will0684 Jun 10, 2024
d1ecdee
All Updates Page + Updated Homepage + Updated Article and Project Pag…
will0684 Jun 21, 2024
3e4275f
fix mocks and yarn.lock
will0684 Jun 21, 2024
08e0700
linting fix
will0684 Jun 21, 2024
911ce75
add AEM_BASE_URL to Dockerfile and pipelines (#1054)
will0684 Jun 21, 2024
ecbdbc1
Merge branch 'main' into design-update-june-2024
will0684 Jun 21, 2024
8e2a463
MSCAD page updates
will0684 Jun 21, 2024
9bcefb1
linting fix
will0684 Jun 21, 2024
f8ca0df
fix conflicts
will0684 Jun 25, 2024
7c2ffc4
limit updates on homepage to 3
will0684 Jun 25, 2024
7528baf
create UpdateInfo component
will0684 Jun 26, 2024
07878ee
allow passing Heading into ExploreProjects.js
will0684 Jun 26, 2024
1b53d45
add more properties to scLabProject in article queries
will0684 Jun 26, 2024
0e5f8e9
add new UpdateInfo component and Explore this project section to arti…
will0684 Jun 26, 2024
bd2c9ce
get ExploreUpdates link and heading values from dictionary
will0684 Jun 26, 2024
89ac0c5
update french translations for TopNavBar links
will0684 Jun 26, 2024
8007acb
fix lint errors
will0684 Jun 26, 2024
a712078
fix unit test
will0684 Jun 26, 2024
0fa1396
create All Projects page and filter
will0684 Jun 27, 2024
c9ccdb5
add translations for project status tag labels
will0684 Jun 27, 2024
bb0e93f
add rewrite for All Projects page
will0684 Jun 27, 2024
a8efd36
add url with query params to Updates sections
will0684 Jun 27, 2024
adc3c09
check for query params on Updates page
will0684 Jun 27, 2024
67ac5e9
fix pre-commit linting
will0684 Jun 27, 2024
bf0f2c5
Merge branch 'main' into design-update-june-2024
will0684 Jun 27, 2024
ba12279
run prettier
will0684 Jun 27, 2024
0e84074
make TopNavBar active
will0684 Jun 27, 2024
d92f91b
menu items 20px font-size
will0684 Jun 28, 2024
51667eb
apply no-wrap to French project string
will0684 Jun 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

5 changes: 1 addition & 4 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run pre-commit
yarn pre-commit
Loading
Loading