Strict improvement because we avoid the flash on clientside navigation.
One practical bug was scroll restoration between tournament teams list
and user page. When user pressed back they ended up at the bottom
of the page because the placeholder (smaller height than actual
content) rendered. With useHydrated this placeholder is no longer
rendered for client side navigations.
* Initial
* Progress
* Recent winners
* Add button
* Progress
* Mobile nav initial
* UI tweaks
* Overflow
* AnythingAdder links to places
* Remove color for tournament showcase
* Adjust SQ top banner based on if season is on right or not
* Tournament participant count fixed
* Log out
* todo
* Progress
* Nav complete
* Done?
* Fix lint
* Translate settings
* Add trustedDependencies
* Upgraded @tldraw to latest version (2.4.5)
- One of the fixes made the `fileSize` field optional in `TLImageAsset` & by extension, it also means the value of that field has to be non-zero. I simply removed the field & it fixed the bug encountered in the issue link
- Issue Link: https://github.com/Sendouc/sendou.ink/issues/1853
* Updated trustedDependencies to match rewrite branch & rebuilt bun lock file
---------
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
* all api changes fixed (i think), bugs and styling to fix though
* languages work again
* deleting icons on background change + fixed style panel thing
* all features should be working and updated
* ran prettier on Planner.tsx
* fixed backgrounds not being deleted + undoing works now after changing background
* ran prettier
* removed an outdated comment
This broke after upgrading deps and couldn't figure it out with a quick look.
It just makes it a bit more convenient when adding new pages & debugging
but not really that necessary so decided to delete it for now.
* French translation update
Updates the french translation
* map planner - make weapon selector slightly wider
fixes icons and text being squished/cutoff in some languages
* Adjust css
---------
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>