DecDuck
0eb4c141ec
Better metadata editing division #79 ( #82 )
...
* feat: new dropdown-based editor switching
* feat: tab based switching
* feat: add icon
* fix: lint
* chore: i18n translations
oh boy was this a 'chore'
2025-06-05 14:53:19 +10:00
Husky
2233aec23f
i18n Support and Task improvements ( #80 )
...
* fix: release workflow
* feat: move mostly to internal tasks system
* feat: migrate object clean to new task system
* fix: release not getting good base version
* chore: set version v0.3.0
* chore: style
* feat: basic task concurrency
* feat: temp pages to fill in page links
* feat: inital i18n support
* feat: localize store page
* chore: style
* fix: weblate doesn't like multifile thing
* fix: update nuxt
* feat: improved error logging
* fix: using old task api
* feat: basic translation docs
* feat: add i18n eslint plugin
* feat: translate store and auth pages
* feat: more translation progress
* feat: admin dash i18n progress
* feat: enable update check by default in prod
* fix: using wrong i18n keys
* fix: crash in library sources page
* feat: finish i18n work
* fix: missing i18n translations
* feat: use twemoji for emojis
* feat: sanatize object ids
* fix: EmojiText's alt text
* fix: UserWidget not using links
* feat: cache and auth for emoji api
* fix: add more missing translations
2025-06-05 09:53:30 +10:00
DecDuck
f8dc4d0578
Add UI for multi-library management #59 ( #63 )
...
* feat: add ui for library source management
* fix: lint
2025-06-01 18:33:42 +10:00
DecDuck
792eea9c1b
Multi-upload to image library #56 ( #60 )
...
* feat: support for file upload handler to track multiple files
* feat: update image upload endpoint to allow multiple files
* fix: lint
2025-06-01 16:06:56 +10:00
DecDuck
7e470afdec
fix: openid redirect auth query
2025-05-15 21:22:24 +10:00
Huskydog9988
598c8f6358
feat: finish migrating to new objectid naming
2025-05-10 11:25:45 +10:00
Huskydog9988
7eaf4bda68
fix: linting errors
2025-05-10 11:25:45 +10:00
Huskydog9988
8a9b2bfc87
feat: minimum support for unrefed object cleanup
2025-05-10 11:25:45 +10:00
DecDuck
67afadec4e
fix: remove jank prisma script, and move to generated prisma client
2025-05-08 16:17:23 +10:00
DecDuck
255bb4f3e1
feat: add oidc to admin panel
2025-05-08 15:48:46 +10:00
Huskydog9988
7f36f08cd5
Merge branch 'develop' of https://github.com/Huskydog9988/drop into more-stuff
2025-05-07 18:45:36 -04:00
Huskydog9988
e1c919a7dc
refactor: homepage link in header
2025-05-07 18:42:13 -04:00
DecDuck
0e7c0ff22a
feat: oidc
2025-05-07 22:14:04 +10:00
DecDuck
7d545efa1e
fix: signout, again
2025-05-07 12:26:22 +10:00
DecDuck
e6065b6daa
fix: notification rendering
2025-05-07 09:54:02 +10:00
DecDuck
d5007a1194
fix: misc fixes
2025-04-20 21:33:19 +10:00
Huskydog9988
9ab8aa6627
fix: userwidget not opening
2025-04-17 20:17:31 -04:00
Huskydog9988
8ed5990c73
fix: missing components errors
2025-04-16 12:03:42 -04:00
Huskydog9988
297bda6e97
chore: prettier pass
2025-04-15 21:46:34 -04:00
Huskydog9988
bc5ab53b50
fix: last eslint errors
2025-04-15 21:43:27 -04:00
Huskydog9988
0eb29650ca
fix: eslint errors, switch to using maps
2025-04-15 20:04:45 -04:00
Huskydog9988
3961323cca
fix: more eslint issues
2025-04-13 22:10:28 -04:00
Huskydog9988
e95091bbf5
fix: inital eslint errors
2025-04-13 21:44:29 -04:00
DecDuck
9e4cb7f753
fix: etags and other
...
remove sanitize-filename because IDs are internally generated
remove pulse animation on NO GAME cards
add migration
refactors to be inline with other stuff
2025-04-14 10:52:12 +10:00
Huskydog9988
48c41953dc
fix: missing key in loops
2025-04-12 16:03:35 -04:00
Huskydog9988
871fcce3e2
feat: add skeleton for loading game carousel
2025-04-07 21:28:58 -04:00
Huskydog9988
e37d8cff14
fix: gamecarousel layout shifts (mostly)
2025-04-07 17:28:40 -04:00
Huskydog9988
38c5c7a93b
fix: gamecarousel not resizing
2025-04-07 16:57:44 -04:00
Huskydog9988
6fe80a01a6
fix: wordmark causing page refresh
2025-04-07 16:49:56 -04:00
Huskydog9988
6c02b03814
feat: sleak transition from store page to item
2025-04-07 16:17:55 -04:00
Huskydog9988
81b1253e1a
fix: use nuxtlink instaed of a tag
2025-04-07 16:11:56 -04:00
DecDuck
25dc4fd4d7
fix: remove debug values from game carousel
2025-04-07 17:44:48 +10:00
DecDuck
1729591a2c
feat: add ability to review and revoke clients
2025-04-05 17:42:32 +11:00
DecDuck
cfbfd97c8d
fix: remove weird import
2025-04-05 15:38:07 +11:00
DecDuck
b261e12139
fix: fix types, remove @nuxt/image because of broken types
2025-04-05 14:21:37 +11:00
DecDuck
bf38921f54
feat: add yarn typecheck and fix all types
2025-04-05 09:40:05 +11:00
DecDuck
97d37ea8f8
feat: account pages framework & updates to library
2025-04-01 18:28:34 +11:00
DecDuck
af9863ac14
fix: carousel pagination
2025-04-01 16:42:08 +11:00
DecDuck
5c2255e1ec
feat: slight optimisation with removing from collection
2025-04-01 12:08:39 +11:00
Huskydog9988
440459d3de
Merge branch 'develop' into auth-overhaul
2025-03-23 20:33:46 -04:00
Huskydog9988
f2e2c56a5a
fix signout
2025-03-22 16:55:08 -04:00
Husky
956875fd89
massive perf improvements
...
on the store page, brings LCP down to only 5.6s from 11s. total lighthouse score is now 78
2025-03-14 20:18:26 -04:00
DecDuck
3067b4b4d0
merge: husky updates
2025-03-14 13:16:26 +11:00
DecDuck
920ce8b0d0
feat: refactor news and migrate rest of useFetch to $dropFetch
2025-03-14 13:12:04 +11:00
DecDuck
661befba3f
feat: user page & $dropFetch util
2025-03-14 12:22:08 +11:00
DecDuck
240d1364e8
feat: add mac as platform
2025-03-11 19:02:53 +11:00
DecDuck
1ca5c37b9a
feat: partial work on home admin page
2025-03-11 18:25:29 +11:00
DecDuck
26f3975c67
feat: file uploads on news articles
2025-03-11 17:51:46 +11:00
DecDuck
16bd89e8e0
fix: notifications and store styling
2025-03-11 17:08:31 +11:00
DecDuck
1fb283a8a7
feat: move article creation into a modal
2025-03-11 12:20:56 +11:00