diff options
author | Christian Fehmer <[email protected]> | 2024-05-15 15:23:36 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-15 15:23:36 +0200 |
commit | 59615fb02c65e4a420d57cb52eba01100e9ed404 (patch) | |
tree | 84d04c8d13350657e782f21800924897e043725e /frontend/package.json | |
parent | 42ddc256bd9e82d18811b8d28a18bc022a377450 (diff) | |
download | monkeytype-59615fb02c65e4a420d57cb52eba01100e9ed404.tar.gz monkeytype-59615fb02c65e4a420d57cb52eba01100e9ed404.zip |
feat(account page): add test activity graph (fehmer, Singh233) (#5309)
* wip
* wip frontend
* cleanup
* wip
* refactoring
* wip
* first working version
* wip
* update calendar with new result
* add migration script
* dates are hard
* fix naming inconsistencies
* requested changes on migration
* timezones
* update date-fns, use date-fns/utc
* resolve cyclic dependency by extracting test activity calender into new file
* cleanup
* fix increment
* fix
* tests
* test coverage
* test migration
* migration more logging
* migration add unique index on uid if missing
* update legend styling
* 53 columns
* wip
* move dropdown and legend to the top
add dropdown border
yeet hotpink
invisible filler boxes
remove year from month format
* responsive update
* lowercase months
* handle current year, fix tests
* handle year change
* make days square again
* handle newly created users correctly
* move css
* add wrapper for easier styling
rework some font sizes/widths
reorder styles
* media queries
* align
* rework styling once more
* dont commit debug
* add days full to fill the space a bit
* show partial months
* hover on 0 tests
* start dynamic calendar on sunday
* no activity
* hover
* remove label on fillers
* remove label on fillers
* fix months, update tests for months
* adjust tests to new requirements
* cleanup
* fix migration
* impr(commandline): add "add/remove quote to favorites" commands
closes #5368
* chore: remove daily lb which is no longer in the backend
* fix: dropdown element flashing for couple frames on page load
* feat(language): add japanese romaji 1k (nthngnssmnnglss)
* fix: optional chaining
!nuf
* fix(words generator): infinite custom text tests not working correctly
* chore: missing languages in list and group files
* fix(language): remove duplicates
!nuf
* add readline sync to confirm
* gh action complaints
* unnecessary check
* premium only
* add years to drop down only if premium
* Update setup-tests.ts
* test fix
* cleanup
---------
Co-authored-by: Miodec <[email protected]>
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 27b1cdf7b..3f3308441 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "audit": "vite-bundle-visualizer", "dep-graph": "madge -c -i \"dep-graph.png\" ./src/ts", "build": "npm run madge && vite build", - "madge": " madge --circular --extensions ts ./", + "madge": " madge --circular --extensions ts ./src", "live": "npm run build && vite preview --port 3000", "dev": "vite dev", "deploy-live": "npm run validate-json && npm run build && firebase deploy -P live --only hosting", @@ -67,7 +67,8 @@ "chartjs-plugin-trendline": "1.0.2", "color-blend": "4.0.0", "damerau-levenshtein": "1.0.8", - "date-fns": "2.28.0", + "date-fns": "3.6.0", + "@date-fns/utc": "1.2.0", "firebase": "10.8.0", "hangul-js": "0.2.6", "howler": "2.2.3", |