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

WIP: Collapsable historical picker #6911

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a121b6f
WIP: Collapsable historical picker
VIKTORVAV99 Jun 28, 2024
fee034e
pnpm dedupe
VIKTORVAV99 Jun 28, 2024
aff5477
add accordion
VIKTORVAV99 Jun 28, 2024
838d6c4
Merge remote-tracking branch 'origin/master' into vik/avo-357-collaps…
VIKTORVAV99 Jun 29, 2024
67b91a0
simplify and optimize code
VIKTORVAV99 Jun 29, 2024
bac1f54
add transparent background
VIKTORVAV99 Jun 29, 2024
c71f041
change selector style
VIKTORVAV99 Jun 29, 2024
bd66746
ensure no CLS
VIKTORVAV99 Jun 29, 2024
af0d7b4
change style of ticks
VIKTORVAV99 Jun 29, 2024
8c5371b
remove accidental file duplication
VIKTORVAV99 Jul 1, 2024
3d30590
Show 'Latest' instead of 'LIVE'
VIKTORVAV99 Jul 1, 2024
5525589
merge master
VIKTORVAV99 Jul 1, 2024
a37297f
add success state to badge
VIKTORVAV99 Jul 1, 2024
85e2021
add colors to tailwind config
VIKTORVAV99 Jul 1, 2024
be2a06e
use the same color for latest
VIKTORVAV99 Jul 1, 2024
2d7e725
Merge remote-tracking branch 'origin/master' into vik/avo-357-collaps…
VIKTORVAV99 Jul 1, 2024
40eaf88
add atoms to persist state
VIKTORVAV99 Jul 2, 2024
98a4268
update atom types
VIKTORVAV99 Jul 2, 2024
cda8488
set default based on isMobile
VIKTORVAV99 Jul 2, 2024
5004bdc
Merge branch 'master' into vik/avo-357-collapsable-historical-picker
VIKTORVAV99 Jul 2, 2024
6bd9ed3
fix E2E test
VIKTORVAV99 Jul 2, 2024
ce8f864
style tweaks
VIKTORVAV99 Jul 2, 2024
9763bfe
use fa icons and adjust tests
VIKTORVAV99 Jul 2, 2024
6c7c41b
clean up types
VIKTORVAV99 Jul 2, 2024
7fe3fa5
fix some more styles
VIKTORVAV99 Jul 2, 2024
a7f149a
use rounded-2xl to match cards
VIKTORVAV99 Jul 2, 2024
25cb917
Code cleanup and Story additions
VIKTORVAV99 Jul 3, 2024
6effa26
Merge remote-tracking branch 'origin/master' into vik/avo-357-collaps…
VIKTORVAV99 Jul 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
merge master
  • Loading branch information
VIKTORVAV99 committed Jul 1, 2024
commit 5525589417eb21e9cd15b115b0743f107807eb8b
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"react-i18next": "^14.1.2",
"react-icons": "^4.12.0",
"react-map-gl": "~7.1.7",
"react-router-dom": "6.23.1",
"react-spinners": "^0.13.8",
"react-router-dom": "6.24.0",
"react-spinners": "^0.14.1",
"recharts": "^2.12.7",
"sunrise-sunset-js": "^2.2.1",
"tailwind-merge": "^1.14.0",
Expand Down
33 changes: 14 additions & 19 deletions web/pnpm-lock.yaml

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

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.