about summary refs log tree commit diff
path: root/src/lib/custom-animations
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-092-2/+7
|
* 108 fixes (#8977)Eric Bailey2025-09-042-14/+8
| | | | | | | | | * 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>
* [APP-1357] profile header follow recommendations (#8784)Caidan2025-08-211-0/+77
|
* [APP-1291] prevent GestureActionView from hijacking swipe in a direction ↵Elijah Seed-Arita2025-07-231-5/+10
| | | | | | which no actions are specified (#8705) Co-authored-by: hailey <hailey@blueskyweb.xyz>
* change fontSize: 15 to a.text_sm (#7896)Samuel Newman2025-06-062-4/+4
|
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-192-2/+0
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-172-49/+48
| | | | | | | | | | | | | | | | | | | | | * Convert lightbox to get/set * Work around software-mansion/react-native-reanimated#6613 * Use get/set in more places * Port MainScrollProvider to get/set * Port more to get/set * Port composer to get/set * Remove unnecessary thread hops in composer * Port more things to get/set * Convert more to get/set, remove redundant runOnJS * Convert remaining cases to get/set
* fix prop names (#6130)Hailey2024-11-062-6/+6
|
* Fix thin red circle around Like button on iOS (#6123)khuddite2024-11-062-13/+9
| | | | | | | | | | | * 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-294-10/+10
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* dont scale in pressable w/ reduced motion (#5697)Hailey2024-10-101-1/+4
|
* Swipeable to delete chat, custom swipeable (#5614)Hailey2024-10-072-0/+415
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Rework native autocomplete (#5521)Hailey2024-09-271-8/+9
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Use scale animation for tabs (#5483)Samuel Newman2024-09-251-11/+16
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* Improve style of reply bar (#5447)Hailey2024-09-251-0/+53
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Make like animation on web same speed as mobile (#5391)Roscoe Rubin-Rottenberg2024-09-171-1/+1
|
* Tweak animation to not roll 0 -> 1, overflow hidden (#5148)Hailey2024-09-041-2/+2
|
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-034-4/+12
|
* More tweaks to animation (#5082)Hailey2024-09-024-31/+28
|
* Improve animations for like button (#5074)Hailey2024-09-025-0/+573
|
* [🐴] Empty chat prompt (#4132)Eric Bailey2024-05-201-0/+27
| | | | | | | | | | | | | | | | | | | * Add empty chat pill * Tweak padding * move to `components`, place inside `KeyboardStickyView` * cleanup unused vars * add a new animation type * (unrelated) add haptic to long press * adjust shrink and pop --------- Co-authored-by: Hailey <me@haileyok.com>
* [🐴] Only scroll down one "screen" in height when foregrounding (#4027)Hailey2024-05-161-0/+39
* maintain position after foreground * one possibility * don't overscroll when content size changes. * ignore the rule on 1 item * fix * [🐴] Pill for additional unreads when coming from background (#4043) * create a pill with some animatons * add some basic styles to the pill * make the animations reusable * bit better styling * rm logs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * import --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>