Paul Frazee
fd6ebf3dfe
Remove scenes from the main menu
2023-01-16 13:46:40 -06:00
Paul Frazee
6953bf9d22
Fix image compression for avis and banner images
2023-01-12 15:07:32 -06:00
Paul Frazee
9396595595
Add scrolling to menu
2023-01-03 14:35:33 -06:00
Paul Frazee
cf13b5cd4c
Bump deps to pull in some bugfixes
2023-01-03 14:31:12 -06:00
Paul Frazee
e24ab48b73
Indicate images in notifications
2023-01-03 13:14:10 -06:00
Paul Frazee
bbee08eb22
Implement validation and proper type detection
2023-01-03 13:08:56 -06:00
Paul Frazee
c68f291128
Improve handling around connection failures during login
2023-01-03 12:17:07 -06:00
Paul Frazee
32b3575074
Add 'is 13' checkbox to account creation
2023-01-03 11:49:40 -06:00
Paul Frazee
11f972c640
Fix to feed update
2023-01-03 11:26:51 -06:00
Paul Frazee
61cf754fd5
Fix session hydration during load
2023-01-03 11:08:39 -06:00
Paul Frazee
00b50c71b5
Fix bug in error handling
2023-01-03 11:08:29 -06:00
Paul Frazee
66eb6f2888
Introduce error boundaries around all screens
2023-01-02 21:49:14 -06:00
Paul Frazee
bc571ee998
Improve error logging
2023-01-02 21:39:15 -06:00
Paul Frazee
c758996034
Bump api@0.0.5 and use the type guard helpers
2023-01-02 20:56:35 -06:00
Paul Frazee
1f26494c94
Implement logging system
2023-01-02 17:38:13 -06:00
Paul Frazee
74bfc10e36
Dont mute posts for a user when viewing their profile
2023-01-02 13:45:27 -06:00
Paul Frazee
e194e5de91
Implement account muting
2023-01-02 13:40:14 -06:00
Paul Frazee
09f96da982
Fix to loading state
2022-12-30 15:58:28 -06:00
Paul Frazee
6e48d63dda
Fix the status bar coloring
2022-12-30 15:56:54 -06:00
Paul Frazee
eec636897c
Add dark mode toggle
2022-12-30 15:48:34 -06:00
Paul Frazee
777f30562b
Integrate composer into design system
2022-12-30 15:42:09 -06:00
Paul Frazee
16e4bc66bd
Various small fixes
2022-12-30 15:32:07 -06:00
Paul Frazee
98c5312a29
Integrate search into suggested follows
2022-12-30 15:21:09 -06:00
Paul Frazee
9971f1f035
Dont autofocus the search input
2022-12-30 15:12:36 -06:00
Paul Frazee
dec9d97171
Integrate settings into design system and some various fixes/tweaks
2022-12-30 15:11:47 -06:00
Paul Frazee
355749e605
Integrate menu into design system
2022-12-30 15:08:10 -06:00
Paul Frazee
6268736bfa
Integrate notifications into the design system
2022-12-30 13:34:10 -06:00
Paul Frazee
a270d750c8
Integrate profile listings into design system
2022-12-30 13:20:55 -06:00
Paul Frazee
0eb4c7495e
Update profile header to use design system
2022-12-30 13:13:10 -06:00
Paul Frazee
b438318b92
Integrate the shell into the design system
2022-12-30 12:49:07 -06:00
Paul Frazee
01aaa6123f
Integrate ViewSelector into design system
2022-12-30 12:40:16 -06:00
Paul Frazee
486a1f082c
Integrate composer prompt into design system
2022-12-30 12:35:37 -06:00
Paul Frazee
f943cbd04a
Integrate ViewHeader into the design system
2022-12-30 12:29:11 -06:00
Paul Frazee
c54fa5b2e4
Update threads to use design system
2022-12-30 12:19:45 -06:00
Paul Frazee
54c0115181
Improve image layout
2022-12-30 11:55:25 -06:00
Paul Frazee
bb3a2fddfc
Tune post controls
2022-12-28 19:37:30 -06:00
Paul Frazee
5135a13812
Update posts in feed to use the theming system
2022-12-28 19:20:02 -06:00
Paul Frazee
059c3b362d
Update notifications
2022-12-28 15:53:06 -06:00
Paul Frazee
090ceb4c53
Tighten up spacing and dividers
2022-12-28 15:50:28 -06:00
Paul Frazee
7796203c25
Fix letter spacing
2022-12-28 15:08:14 -06:00
Paul Frazee
44ae514d89
Add a design system ( #34 )
...
* 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
2022-12-28 14:06:01 -06:00
Paul Frazee
12d8e06a1e
Increase image resolutions
2022-12-26 17:41:12 -06:00
Paul Frazee
de65d9198a
Start with highest quality compression and find a suitable size ( #33 )
2022-12-26 12:01:40 -06:00
Paul Frazee
41bf8e15cd
Bump @atproto/api@0.0.3
2022-12-22 14:43:54 -06:00
João Ferreiro
adeb1d5cec
Unit testing ( #32 )
...
* 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
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2022-12-22 09:32:39 -06:00
Paul Frazee
61511d5161
Unvendor the api and switch to @atproto/api
2022-12-22 09:17:07 -06:00
Paul Frazee
aee205b0ab
Fix issue which caused parent posts to fail at mobx reactivity
2022-12-21 14:37:22 -06:00
Paul Frazee
e59763b50a
Update to use new getTimeline, getAuthorFeed, and getPostThread output models
2022-12-20 22:54:56 -06:00
Paul Frazee
5168d44926
Replace removed hasIndexes behavior
2022-12-20 16:32:04 -06:00
Paul Frazee
def3156c33
Get the composer into a passable visual state on android when the keyboard is open
2022-12-20 14:55:50 -06:00