about summary refs log tree commit diff
path: root/src/style.css
Commit message (Collapse)AuthorAgeFilesLines
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorg * Move animation into css file * Update style comment * Extract core component, use platform-specific wrappers * Pull out platform specific styles * Just move styles into Toast component itself * Rename cleanup * Update API * Add duration optional prop * Add some type docs * add exp eased slide aniamtions * Make toasts full width on mobile web --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Tooltip (#8555)Eric Bailey2025-06-241-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Working overlay, WIP * Ok working with no overlay and global gesture handler * Ok pretty good on native * Cleanup * Cleanup * add animation * add transform origin to animation * Some a11y * Improve colors * Explicitly wrap gesture handler * Add easier abstraction * Web * Fix animation * Cleanup and remove provider * Include demo for now * Ok diff interface to avoid collapsed views * Use dimensions hook * Adjust overlap, clarify intent of consts * Revert testing edits --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-1/+2
| | | | | | | * upgrade prettier * run prettier * more files
* New `Select` component (#8323)Samuel Newman2025-05-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * radix select component on web * native implementation (wip) * fix sheet height/padding * tone down web styles * react 19 cleanup * replace primary language select * change style on native * get auto placeholder working * more style tweaks * replace app language dropdown * replace rnpickerselect with native select * rm react-native-picker-select dependency * rm placeholder, since a value is always selected * docblock for renderItem * add more docblocks * add style prop to item * pass selectedValue through renderItem * fix context * Style overflow buttons --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Some design tweaks to web emoji picker (#8076)Eric Bailey2025-03-281-0/+35
| | | | | | | | | * Tighten up and reverse action items on web * Tweak web styles for emoji bar * Might as well make disabled more obvious * Format
* Constrain dropdown height to fit in the screen (#7730)Samuel Newman2025-02-251-0/+3
| | | | | | | * constrain dropdown height with css variable * fix duplicated dependency * fix pendantic lockfile
* Animate drawer menu on mobile web (#7711)Samuel Newman2025-02-121-0/+18
| | | | | | | * slide in/out drawer * increase width slightly * exponential easing function
* Animate dropdown menus (#7704)Samuel Newman2025-02-121-0/+6
| | | | | * animate dropdowns * rm unused animation
* Better animations for dialogs, animate web composer (#7703)Samuel Newman2025-02-121-0/+9
| | | | | | | | | * animation atoms, use for modals * respect reduced motion * simplify animtions * fix atoms
* Extend clickable area to height of container (#7248)Christian Schmidt2024-12-231-0/+3
|
* Fix jumpy web animation for modal backdrop (#6673)dan2024-11-231-2/+2
|
* Make composer min height conditional and align attachments (#5976)dan2024-10-281-3/+0
| | | | | | | * Make web composer min height condiitonal * Fix alignment * Fix alignment on mobile
* remove font for ProseMirror (#5726)Ben Harris2024-10-171-2/+0
|
* Move font-face defs into HTML for CDN (#5612)Eric Bailey2024-10-041-15/+0
|
* Remove local file check (#5544)Eric Bailey2024-09-301-4/+2
|
* Use Inter variable font (#5540)Eric Bailey2024-09-301-88/+8
|
* Fix font loading (#5500)Eric Bailey2024-09-271-12/+12
|
* Fix web splash (#5456)Eric Bailey2024-09-231-69/+25
| | | | | | | * Fix web splash * Untangle base styles * Fix id name, remove log
* Resolve source files for fonts, remove hack (#5454)Eric Bailey2024-09-241-16/+12
| | | | | | | | | | | * Resolve source files for fonts, remove hack * Prettier * Prettier, add to hook --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-0/+403
* chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow