about summary refs log tree commit diff
path: root/src/view/lib
Commit message (Collapse)AuthorAgeFilesLines
* Enlarge repost icon arrowsPaul Frazee2023-01-171-1/+1
|
* Rework repost icon to match line widthsPaul Frazee2023-01-171-0/+21
|
* Refer to upvotes as 'likes' in the UI (will change in the protocol soon)Paul Frazee2023-01-171-0/+42
|
* Lighten post controls a little in light-mode and add them to the themePaul Frazee2023-01-171-0/+2
|
* Lighten borders slightlyPaul Frazee2023-01-171-1/+1
|
* Remove scenes (#36)Paul Frazee2023-01-172-4/+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
* Enlarge post text slightlyPaul Frazee2023-01-161-2/+2
|
* Improve error loggingPaul Frazee2023-01-022-0/+6
|
* Integrate notifications into the design systemPaul Frazee2022-12-301-0/+2
|
* Update profile header to use design systemPaul Frazee2022-12-301-0/+4
|
* Integrate composer prompt into design systemPaul Frazee2022-12-302-2/+1
|
* Update threads to use design systemPaul Frazee2022-12-301-1/+1
|
* Tune post controlsPaul Frazee2022-12-281-0/+29
|
* Update posts in feed to use the theming systemPaul Frazee2022-12-284-19/+46
|
* Fix letter spacingPaul Frazee2022-12-281-1/+1
|
* Add a design system (#34)Paul Frazee2022-12-286-3/+275
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-0/+25
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-061-0/+12
|
* Implement terms-of-service and privacy-policy links in signupPaul Frazee2022-12-061-0/+3
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-061-0/+32
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-0/+4
|
* Improve unread notification stylingPaul Frazee2022-11-281-0/+2
|
* Enlarge the view header, left align the title, and add a compose buttonPaul Frazee2022-11-281-1/+3
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-151/+0
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-29/+12
|\
| * Fix the pointy edges on the arrow iconsPaul Frazee2022-11-201-0/+8
| |
| * Move search btn into the viewheaderPaul Frazee2022-11-201-28/+1
| |
| * Adjust post control sizing and alignmentPaul Frazee2022-11-201-1/+3
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-211-0/+9
|/
* Add support for web linksPaul Frazee2022-11-181-12/+29
|
* Add min height to post textPaul Frazee2022-11-181-1/+1
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-171-1/+7
|
* Add tabs explainer and fix 'black screen' during onboardPaul Frazee2022-11-172-0/+4
|
* Show bold icons in footer based on statePaul Frazee2022-11-161-1/+88
|
* Fix input positioning for small screensPaul Frazee2022-11-161-3/+1
|
* Update prod service URLPaul Frazee2022-11-161-1/+1
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-151-0/+13
|
* Improve connectivity-issue error messagePaul Frazee2022-11-151-0/+3
|
* Improve error messagesPaul Frazee2022-11-152-0/+8
|
* Enforce limits on create scene as wellPaul Frazee2022-11-141-0/+11
|
* Improvements to the feature explainer, including intro screen and screenshot ↵Paul Frazee2022-11-142-0/+4
| | | | of scenes
* Add scene creatorPaul Frazee2022-11-091-0/+14
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-071-0/+27
| | | | follows to search
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-052-7/+22
|
* Unify profile follow btn colors with the restPaul Frazee2022-11-051-0/+34
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-0/+90
|
* Switch to procedurally-generated bannersPaul Frazee2022-11-052-2/+0
|
* Update to new textslicePaul Frazee2022-11-041-4/+4
|
* Update to the latest APIsPaul Frazee2022-11-041-3/+1
|
* Replace notifications iconPaul Frazee2022-11-011-1/+25
|