about summary refs log tree commit diff
path: root/src/view/com/modals/CreateScene.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove scenes (#36)Paul Frazee2023-01-171-243/+0
| | | | | | | | | | | | | | | | | | | * Remove scenes from the main menu * Remove scenes from the profile view * Remove 'scenes explainer' from onboarding flow * Remove scene-related modals * Remove member/membership code * Remove all scenes-related items from notifications * Remove scene-related code from posts feed * Remove scene-related API helpers * Update tests
* Improve error loggingPaul Frazee2023-01-021-9/+3
|
* Implement logging systemPaul Frazee2023-01-021-3/+15
|
* Add a design system (#34)Paul Frazee2022-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-1/+1
|
* Fixes to text input colors on androidPaul Frazee2022-12-201-0/+5
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+1
|
* fixing remaining text colors on androidJoão Ferreiro2022-12-191-4/+4
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-4/+2
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
|
* Fix input positioning for small screensPaul Frazee2022-11-161-8/+14
|
* Enforce limits on create scene as wellPaul Frazee2022-11-141-4/+12
|
* Fix double-posting bugPaul Frazee2022-11-141-7/+2
|
* Reposition to handle scene creation keyboard viewPaul Frazee2022-11-141-57/+66
|
* Implement profile updatesPaul Frazee2022-11-111-1/+7
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-1/+1
|
* Add scene creatorPaul Frazee2022-11-091-0/+210