about summary refs log tree commit diff
path: root/src/view/com/auth/server-input/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Enforce that text is wrapped in <Text>, remaining cases (#3421)dan2024-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types * Enforce Button/ButtonText nesting * Add suggested wrapper in linter error * Check <Trans> ancestry too * Also check literals * Rm ts-ignore
* Remove special cases for some buttons with text (#3412)dan2024-04-051-2/+6
| | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-041-8/+8
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-02-221-3/+3
|\
| * Update IS_PROD check (#2930)Hailey2024-02-191-3/+3
| | | | | | | | | | | | | | * update is_prod check * remove unused constants * rename `IS_PROD` function to `IS_PROD_SERVICE`
* | Mark more texts for localizationMinseo Lee2024-02-141-1/+1
|/
* Improved server selector during account creation and signin (#2840)Paul Frazee2024-02-121-0/+173
* Replace the ServerInput modal with a new dialog based on alf that remembers your server address history and doesnt put staging and localdev in the options * Update the server selector during account creation * dont apply capitalization, use url keyboard * Apply insets to dialog top * Improve padding of dialogs on native * Fix race condition in dialog close; also fix fire of the onClose event in dialogs --------- Co-authored-by: Hailey <me@haileyok.com>