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

Chore/update design v4 #38

Merged
merged 36 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
441ffcf
chore: update home content, colors & variables
KevinRohlf Nov 12, 2024
d816283
chore: update header & font
KevinRohlf Nov 12, 2024
8773c54
chore: update footer
KevinRohlf Nov 13, 2024
75db24f
feat: add about page
KevinRohlf Nov 13, 2024
9edaa89
feat: add gaiax page
KevinRohlf Nov 13, 2024
080955b
chore: update whitelists
KevinRohlf Nov 13, 2024
229d4cc
chore: update deafult chains
KevinRohlf Nov 13, 2024
415d178
chore: update footer links & menu-logo-size variables
KevinRohlf Nov 13, 2024
3766aff
chore: update button design
KevinRohlf Nov 15, 2024
2c2e358
chore: update nav menu
KevinRohlf Nov 15, 2024
df9121f
fix: show header on catalogue page
KevinRohlf Nov 15, 2024
b3feeeb
fix: network button border
KevinRohlf Nov 15, 2024
35eb0a7
chore: update filter style
KevinRohlf Nov 15, 2024
e7a3a16
chore: update sortbar style
KevinRohlf Nov 15, 2024
072516b
chore: update AssetTeaser design
KevinRohlf Nov 15, 2024
6b1b85d
chore: remove commented out code & console.log statement
KevinRohlf Nov 15, 2024
5af1086
fix: viewselector color
KevinRohlf Nov 18, 2024
9d57159
chore: remove typeLabel border
KevinRohlf Nov 18, 2024
2f3a11b
feat: add useCase shipdetection
KevinRohlf Nov 19, 2024
5147e99
chore: update filter & sort bar
KevinRohlf Nov 19, 2024
0204575
chore: remove accessLabel from assetType
KevinRohlf Nov 19, 2024
4a9b311
feat: add fmdm filters
KevinRohlf Nov 19, 2024
832901a
fix: fmdm filter
KevinRohlf Nov 19, 2024
867a9f9
chore: remove gaia-x filter
KevinRohlf Nov 19, 2024
4cd1346
feat: add Onboarding to own page
KevinRohlf Nov 19, 2024
0b577e4
fix: filters & sort style
KevinRohlf Nov 19, 2024
f72fc10
chore: remove symbol from href button
KevinRohlf Nov 19, 2024
1d7f94f
fix: add @types/leaflet
KevinRohlf Nov 19, 2024
76e06af
chore: update publish header steps border color
KevinRohlf Nov 21, 2024
6748995
fix: update padding for menu component
KevinRohlf Dec 3, 2024
c6ac929
fix: conditionally render search bar based on page state
KevinRohlf Dec 3, 2024
d4eb83f
fix: adjust circle size in stepper component CSS
KevinRohlf Dec 3, 2024
0269c64
fix: update datatoken name
KevinRohlf Dec 3, 2024
d0703ef
fix: update grey color variables
KevinRohlf Dec 3, 2024
9a9fb8a
fix: update border style for TagsAutoComplete component
KevinRohlf Dec 3, 2024
e4a9d53
fix: update waveColors array in SvgWaves utility
KevinRohlf Dec 3, 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
Prev Previous commit
Next Next commit
fix: add @types/leaflet
KevinRohlf committed Nov 19, 2024
commit 1d7f94fde8e72e809b558be3d35d8500c6ecd9b2
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/js-cookie": "^3.0.3",
"@types/leaflet": "^1.9.14",
"@types/loadable__component": "^5.13.4",
"@types/node": "^18.14.2",
"@types/react": "^18.0.25",
Loading