Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add loading spinners to lightbox views (close #38) | Paul Frazee | 2023-01-17 | 2 | -2/+35 |
| | |||||
* | Shrink the header back down but use bolder title text | Paul Frazee | 2023-01-17 | 2 | -19/+19 |
| | |||||
* | Remove scenes (#36) | Paul Frazee | 2023-01-17 | 29 | -1714/+18 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Unit Testing (#35) | João Ferreiro | 2023-01-17 | 95 | -9936/+2852 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add testing lib * remove coverage folder from git * finished basic test setup * fix tests typescript and import paths * add first snapshot * testing utils * rename test files; update script flags; ++tests * testing utils functions * testing downloadAndResize wip * remove download test * specify unwanted coverage paths; remove update snapshots flag * fix strings tests * testing downloadAndResize method * increasing testing * fixing snapshots wip * fixed shell mobile snapshot * adding snapshots for the screens * fix onboard snapshot * fix typescript issues * fix TabsSelector snapshot * Account for testing device's locale in ago() tests * Remove platform detection on regex * mocking store state wip * mocking store state * increasing test coverage * increasing test coverage * increasing test coverage on src/screens * src/screens (except for profile) above 80% cov * testing profile screen wip * increase coverage on Menu and TabsSelector * mocking profile ui state wip * mocking profile ui state wip * fixing mobileshell tests wip * snapshots using testing-library * fixing profile tests wip * removing mobile shell tests * src/view/com tests wip * remove unnecessary patch-package * fixed profile test error * clear mocks after every test * fix base mocked store values (getters) * fix base mocked store values (hasLoaded, nonReplyFeed) * profile screen above 80% coverage * testing custom hooks * improving composer coverage * fix tests after merge * finishing composer coverage * improving src/com/discover coverage * improve src/view/com/login coverage fix SuggestedFollows tests adding some comments * fix SuggestedFollows tests * improve src/view/com/profile coverage extra minor fixes * improve src/view/com/notifications coverage * update coverage ignore patterns * rename errorMessageTryAgainButton increase SuggestedFollows converage * improve src/view/com/posts coverage * improve src/view/com/onboard coverage * update snapshot * improve src/view/com/post coverage * improve src/view/com/post-thread coverage rename ErrorMessage tests test Debug and Log components * init testing state * testing root-store * updating comments * small fixes * removed extra console logs * improve src/state/models coverage refactor rootStore rename some spies * adding cleanup method after tests * improve src/state/models coverage * improve src/state/models coverage * improve src/state/models coverage * improve src/state/models coverage * test setInterval in setupState * Clean up tests and update Home screen state management * Remove some tests we dont need * Remove snapshot tests * Remove any tests that dont demonstrate clear value * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Remove the avi from the compose prompt | Paul Frazee | 2023-01-16 | 3 | -26/+12 |
| | |||||
* | Enlarge the view header | Paul Frazee | 2023-01-16 | 1 | -20/+14 |
| | |||||
* | Dark mode color fixes | Paul Frazee | 2023-01-16 | 2 | -2/+11 |
| | |||||
* | Readd the FAB for composing new posts | Paul Frazee | 2023-01-16 | 4 | -11/+76 |
| | |||||
* | Round the corners on single-image embeds a bit more | Paul Frazee | 2023-01-16 | 1 | -1/+1 |
| | |||||
* | More spacing and sizing tweaks, including larger post controls | Paul Frazee | 2023-01-16 | 2 | -9/+15 |
| | |||||
* | Enlarge post text slightly | Paul Frazee | 2023-01-16 | 1 | -2/+2 |
| | |||||
* | More spacing fixes, especially for the repost info | Paul Frazee | 2023-01-16 | 2 | -6/+9 |
| | |||||
* | Spacing fixes | Paul Frazee | 2023-01-16 | 6 | -16/+31 |
| | |||||
* | Fix visual consistency of 'reply to' in post and use display name | Paul Frazee | 2023-01-16 | 2 | -5/+5 |
| | |||||
* | Fix missing metrics in post threads | Paul Frazee | 2023-01-16 | 1 | -0/+3 |
| | |||||
* | Move menu controls into post footers and improve meta info rendering | Paul Frazee | 2023-01-16 | 5 | -53/+58 |
| | |||||
* | Readme Cleanup (#40) | Aryan Goharzad | 2023-01-16 | 1 | -2/+4 |
| | | | | | | | | | * Readme Cleanup Updates instructions for starting the dev/staging servers * Update README.md Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Fix: remove duplicates in the TL caused by rendering reply parents | Paul Frazee | 2023-01-16 | 2 | -1/+27 |
| | |||||
* | Fix image compression for avis and banner images | Paul Frazee | 2023-01-12 | 3 | -19/+37 |
| | |||||
* | Add scrolling to menu | Paul Frazee | 2023-01-03 | 1 | -2/+4 |
| | |||||
* | Bump deps to pull in some bugfixes | Paul Frazee | 2023-01-03 | 4 | -990/+1011 |
| | |||||
* | Indicate images in notifications | Paul Frazee | 2023-01-03 | 1 | -3/+12 |
| | |||||
* | Implement validation and proper type detection | Paul Frazee | 2023-01-03 | 7 | -30/+114 |
| | |||||
* | Improve handling around connection failures during login | Paul Frazee | 2023-01-03 | 2 | -9/+29 |
| | |||||
* | Add 'is 13' checkbox to account creation | Paul Frazee | 2023-01-03 | 1 | -3/+57 |
| | |||||
* | Fix to feed update | Paul Frazee | 2023-01-03 | 1 | -1/+1 |
| | |||||
* | Fix session hydration during load | Paul Frazee | 2023-01-03 | 2 | -1/+4 |
| | |||||
* | Fix bug in error handling | Paul Frazee | 2023-01-03 | 1 | -1/+5 |
| | |||||
* | Introduce error boundaries around all screens | Paul Frazee | 2023-01-02 | 2 | -8/+55 |
| | |||||
* | Improve error logging | Paul Frazee | 2023-01-02 | 49 | -188/+212 |
| | |||||
* | Bump api@0.0.5 and use the type guard helpers | Paul Frazee | 2023-01-02 | 4 | -40/+22 |
| | |||||
* | Implement logging system | Paul Frazee | 2023-01-02 | 39 | -125/+442 |
| | |||||
* | Dont mute posts for a user when viewing their profile | Paul Frazee | 2023-01-02 | 2 | -3/+10 |
| | |||||
* | Implement account muting | Paul Frazee | 2023-01-02 | 12 | -15/+101 |
| | |||||
* | Fix to loading state | Paul Frazee | 2022-12-30 | 1 | -3/+6 |
| | |||||
* | Fix the status bar coloring | Paul Frazee | 2022-12-30 | 1 | -1/+7 |
| | |||||
* | Add dark mode toggle | Paul Frazee | 2022-12-30 | 4 | -169/+206 |
| | |||||
* | Integrate composer into design system | Paul Frazee | 2022-12-30 | 3 | -45/+36 |
| | |||||
* | Various small fixes | Paul Frazee | 2022-12-30 | 6 | -7/+9 |
| | |||||
* | Integrate search into suggested follows | Paul Frazee | 2022-12-30 | 2 | -48/+25 |
| | |||||
* | Dont autofocus the search input | Paul Frazee | 2022-12-30 | 1 | -1/+0 |
| | |||||
* | Integrate settings into design system and some various fixes/tweaks | Paul Frazee | 2022-12-30 | 3 | -9/+12 |
| | |||||
* | Integrate menu into design system | Paul Frazee | 2022-12-30 | 1 | -47/+39 |
| | |||||
* | Integrate notifications into the design system | Paul Frazee | 2022-12-30 | 3 | -35/+45 |
| | |||||
* | Integrate profile listings into design system | Paul Frazee | 2022-12-30 | 4 | -25/+30 |
| | |||||
* | Update profile header to use design system | Paul Frazee | 2022-12-30 | 2 | -58/+70 |
| | |||||
* | Integrate the shell into the design system | Paul Frazee | 2022-12-30 | 1 | -49/+16 |
| | |||||
* | Integrate ViewSelector into design system | Paul Frazee | 2022-12-30 | 2 | -16/+12 |
| | |||||
* | Integrate composer prompt into design system | Paul Frazee | 2022-12-30 | 6 | -18/+19 |
| | |||||
* | Integrate ViewHeader into the design system | Paul Frazee | 2022-12-30 | 1 | -47/+31 |
| |