about summary refs log tree commit diff
path: root/src/components/Loader.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-171-4/+3
| | | | | | | | | | | | | | | | | | | | | * 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
* Use CSS keyframe animation for spinner on web (#3411)Samuel Newman2024-04-041-2/+2
| | | | | * Use css keyframe animation for spinner on web * duplicate css to index.html
* Fix default loader color (#2891)Eric Bailey2024-02-161-2/+11
|
* Add account-activation queueing to signup (#2613)Paul Frazee2024-01-251-0/+41
* Add deactivated-account tracking * Center button text * Add Deactivated screen * Add icon to Deactivated screen * Abort session resumption if the session is deactivated * Implement deactivated screen status checks * Bump api@0.9.5 * Use new typo-fixed scope * UI refinements