Commit Graph

1985 Commits

Author SHA1 Message Date
Eric Bailey 7c2b586467 Update dialog descriptions for demo 2024-01-16 14:03:08 -06:00
Eric Bailey 4c76e38cc3 Toggle invalid states 2024-01-16 11:32:39 -06:00
Eric Bailey 7315b0d714 Some more a11y 2024-01-16 11:04:54 -06:00
Eric Bailey 1e02cde581 Add hrefAttrs to Link 2024-01-16 10:43:31 -06:00
Eric Bailey ce049f1e1b Gradient colors and hovers 2024-01-16 10:41:35 -06:00
Eric Bailey 56a139ed4b Gradient poc 2024-01-15 21:10:02 -06:00
Eric Bailey 4bf30a1ed3 Button pressed states 2024-01-15 20:15:50 -06:00
Eric Bailey e7d9ce69f7 Button focus states 2024-01-15 19:13:10 -06:00
Eric Bailey 5e832f3f0c Shadows 2024-01-15 18:59:48 -06:00
Eric Bailey 4d3128aa12 Dialog text input 2024-01-15 16:42:00 -06:00
Eric Bailey 48abb5ac37 Styles 2024-01-15 16:28:11 -06:00
Eric Bailey 4285808785 Handle overscroll 2024-01-15 16:10:29 -06:00
Eric Bailey 3df9e7a7b9 Add web shadow 2024-01-15 16:04:31 -06:00
Eric Bailey 048ce0244f Scrollable dialogs 2024-01-15 16:00:39 -06:00
Eric Bailey 94d31d4cc5 Try to use BottomSheet's own APIs 2024-01-15 10:49:24 -06:00
Eric Bailey 4f71e4ee7d Autosize dialog, handle max height, Dialog.ScrolLView not working 2024-01-14 11:14:13 -06:00
Eric Bailey cb1bfe0e6f Improve a11y 2024-01-14 10:43:26 -06:00
Eric Bailey 541e62514d Toggles 2024-01-13 17:45:20 -06:00
Eric Bailey 1e9c44fc75 Some styles 2024-01-13 13:21:51 -06:00
Eric Bailey ceef55041a Reorg 2024-01-13 12:11:25 -06:00
Eric Bailey 45c807b83b Dim mode 2024-01-12 13:38:44 -06:00
Eric Bailey a33fa45b74 Button colors 2024-01-12 11:35:47 -06:00
Eric Bailey e85df54156 Integrate new design tokens, reorg storybook 2024-01-12 11:22:29 -06:00
Eric Bailey b6b6c701fc Add Prompt, Dialog refinement, mobile refinement 2024-01-11 22:06:59 -06:00
Eric Bailey 09874504af Clean up dialog types 2024-01-11 14:56:10 -06:00
Eric Bailey bf1641d03a Improvements to web modal, exiting still broken 2024-01-11 14:46:07 -06:00
Eric Bailey c100f04a68 Fix animations 2024-01-11 13:12:54 -06:00
Eric Bailey 1da54e5364 Clean up 2024-01-10 19:33:27 -06:00
Eric Bailey ad6d9c4d9f Native dialog 2024-01-10 19:19:35 -06:00
Eric Bailey 78a0f65234 Dialog contents 2024-01-10 16:45:42 -06:00
Eric Bailey 2bac965da4 Add Dialog, Portal 2024-01-10 16:27:26 -06:00
Eric Bailey 22f0c16cf1 Enforce a11y props on buttons 2024-01-10 15:02:07 -06:00
Eric Bailey 9bd19a6762 Improve types for InputText, value handling 2024-01-10 14:54:02 -06:00
Eric Bailey 24074dea50 Clean up InputDate types 2024-01-10 14:44:14 -06:00
Eric Bailey 1ea20b3a05 Date inputs 2024-01-10 14:33:11 -06:00
Eric Bailey 214254b410 Fix line height, add suffix 2024-01-10 10:45:55 -06:00
Eric Bailey 40446a1304 Add labels to input 2024-01-09 17:59:10 -06:00
Eric Bailey 83876b62e1 Add some form elements 2024-01-09 17:37:43 -06:00
Eric Bailey b5474eb61e Use new prop 2024-01-09 14:29:39 -06:00
Eric Bailey 88b13451cc Comments 2024-01-09 14:27:17 -06:00
Eric Bailey 3e055025c7 Add button and link components 2024-01-09 14:23:18 -06:00
Eric Bailey 6ee1aedf80 Install on native as well 2024-01-09 14:20:06 -06:00
Eric Bailey a5b474895a Application Layout Framework (#1732)
* Initial library setup

* Add docblocks

* Some cleanup

* New storybook

* Playing around

* Remove silly test, use for...in

* Memo

* Memo

* Add hooks example

* Tweak colors, bit of cleanup

* Improve macro handling

* Add some more examples

* Rename for better diff

* Cleanup

* Add nested context example

* Add todo

* Less break more perf

* Buttons, you get the idea

* Fix test

* Remove temp colors

* Add a few more common macros

* Docs

* Perf improvements

* Alf go brrrr

* Update breakpoint handling

* I think it'll work

* Better naming, better code

* Fix typo

* Some renaming

* More complete pass at Tailwind naming

* Build out storybook

* Playing around with curves

* Revert "Playing around with curves"

This reverts commit 6b0e0e5c9d.

* Smooth brain

* Remove outdated docs

* Some docs, fix line-height values, export tokens
2024-01-08 19:43:56 -06:00
Eric Bailey 0ee0554b86 Do not nuke session on unknown backend errors (#2399)
* Do not nuke session on unknown backend errors

* Restore existing functionality

* Use new event

* Kick user out to sign in

* Remove unstable
2024-01-08 15:59:55 -08:00
Hailey cb9ed35cf6 convert prefix to lowercase in actor autocomplete query (#2431) 2024-01-08 13:56:47 -08:00
Hailey 928a626c2e support intl tenor links (#2438)
* support intl tenor links

* update test cases
2024-01-08 13:55:48 -08:00
Eric Bailey 9eeff2cc5c Splash: reduce motion + dark mode (#2448)
* Don't use mask for android at all

* Handle reduced motion

* Add dark splash

* Add dark config

* Fix android version code

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-01-08 13:47:25 -08:00
Eric Bailey da575a6379 Don't use mask for android at all (#2445)
* Don't use mask for android at all

* Remove old Android check
2024-01-08 12:09:30 -08:00
Minseo Lee 15f3c679aa Update Korean localization (#2432)
* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po
2024-01-08 23:48:18 +05:30
Eric Bailey 56021ccda5 Use android mode, fix fallback (#2437) 2024-01-05 13:53:59 -06:00