about summary refs log tree commit diff
path: root/src/lib/custom-animations/CountWheel.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 108 fixes (#8977)Eric Bailey2025-09-041-10/+4
| | | | | | | | | * Translation comment * Fix error handling in starter pack generation * Allow access to DM settings for age restricted users * Leave post stat unit formatting up to translators
* 📓 Bookmarks (#8976)Eric Bailey2025-09-041-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add button to controls, respace * Hook up shadow and mutation * Add Bookmarks screen * Build out Bookmarks screen * Handle removals via shadow * Use truncateAndInvalidate strategy * Add empty state * Add toasts * Add undo buttons to toasts * Stage NUX, needs image * Finesse post controls * New reply icon * Use curvier variant of repost icon * Prevent layout shift with align_start * Update api pkg * Swap in new image * Limit spacing on desktop * Rm decimals over 10k * Better optimistic adding/removing * Add metrics * Comment * Remove unused code block * Remove debug limit * Fork shadow for web/native * Tweak alt * add preventExpansion: true * Refine hitslop * Add count to anchor * Reduce space in compact mode --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* change fontSize: 15 to a.text_sm (#7896)Samuel Newman2025-06-061-2/+2
|
* Fix thin red circle around Like button on iOS (#6123)khuddite2024-11-061-3/+3
| | | | | | | | | | | * remove animation UI from DOM tree when not animated * improve naming of vars * more var changes --------- Co-authored-by: Hailey <me@haileyok.com>
* Sort imports (#6009)dan2024-10-291-4/+4
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-031-1/+3
|
* More tweaks to animation (#5082)Hailey2024-09-021-2/+2
|
* Improve animations for like button (#5074)Hailey2024-09-021-0/+177