Paul Frazee
ed7204ab71
Round the corners on single-image embeds a bit more
2023-01-16 16:58:30 -06:00
Paul Frazee
9aeaa38f3b
More spacing and sizing tweaks, including larger post controls
2023-01-16 16:54:35 -06:00
Paul Frazee
b8ab064fcc
More spacing fixes, especially for the repost info
2023-01-16 16:34:52 -06:00
Paul Frazee
58bf9cb8cd
Spacing fixes
2023-01-16 16:30:05 -06:00
Paul Frazee
8a67e8d102
Fix visual consistency of 'reply to' in post and use display name
2023-01-16 16:24:16 -06:00
Paul Frazee
5d6fc56349
Fix missing metrics in post threads
2023-01-16 16:22:24 -06:00
Paul Frazee
77ed2129d3
Move menu controls into post footers and improve meta info rendering
2023-01-16 16:09:51 -06:00
Paul Frazee
6df617003a
Fix: remove duplicates in the TL caused by rendering reply parents
2023-01-16 14:49:58 -06:00
Paul Frazee
6953bf9d22
Fix image compression for avis and banner images
2023-01-12 15:07:32 -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
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
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
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
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
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
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
def3156c33
Get the composer into a passable visual state on android when the keyboard is open
2022-12-20 14:55:50 -06:00
Paul Frazee
a290891f70
Fix post-meta truncation on android
2022-12-20 14:50:04 -06:00
Paul Frazee
a96562e89c
Fixes to text input colors on android
2022-12-20 14:29:50 -06:00
Paul Frazee
279d41fcd1
Wrap all <Text> in a helper that ensures black color is applied by default
2022-12-20 12:49:44 -06:00
Paul Frazee
4932505c5e
Use consistent rendering of avis and post metas in threads
2022-12-20 10:33:56 -06:00
Paul Frazee
395a8838be
A couple more android updates
2022-12-19 19:43:28 -06:00
João Ferreiro
54f05bfcf6
minor fix
2022-12-19 19:26:54 -06:00
João Ferreiro
b1a058d098
fixing remaining text colors on android
2022-12-19 19:25:58 -06:00
João Ferreiro
27657541f2
fixing modal & keyboard interaction on android
2022-12-19 19:23:24 -06:00