Commit graph

25 commits

Author SHA1 Message Date
Hank Grabowski
5b8320d8c4 Disable circles edits and show snackbar message when done
Addresses #75
2024-06-28 10:12:14 -04:00
Hank Grabowski
406d6b4ac6 Call setState when doing profile screen forced refresh
Helps address Issue #36
2024-06-28 09:39:18 -04:00
Hank Grabowski
3b1575a64f Rearrange profile buttons so that (un)follow and (un)block are on separate line 2023-11-16 16:24:48 -05:00
Hank Grabowski
20396c7393 Renaming groups to circles everywhere in code and labels 2023-11-15 16:05:45 -05:00
Hank Grabowski
b3fceec72f Fix Adding/removing users from groups not working 2023-11-15 15:21:10 -05:00
Hank Grabowski
73dfc3cc2b Update versions of dependencies to work with new XCode 2023-10-30 21:44:16 -04:00
Hank Grabowski
2b6c2cfb06 Fix refreshing blocks data on profile screen data refresh. 2023-05-03 17:32:21 -04:00
Hank Grabowski
b7673f2a02 Add full blocking/unblocking capabilities 2023-05-03 15:49:40 -04:00
Hank Grabowski
d9fc66ba2a Add clear cache functionality and defer connection details loading until needed 2023-04-27 21:48:01 -04:00
Hank Grabowski
d586ee3206 Fix emojis rendering at unconstrained size, now set specific CSS style when rendering 2023-04-27 15:19:51 -04:00
Hank Grabowski
bd02a01d08 Refactor follow requests to use actual follow request system if available 2023-03-21 14:28:00 -04:00
Hank Grabowski
a7f3bb26ad Add logged-in profile aware image control wrapping CachedNetworkImage 2023-03-20 10:06:44 -04:00
Hank Grabowski
76241a84cb Fix user profile screen loading error 2023-03-14 16:48:32 -04:00
Hank Grabowski
a6bf00aea4 Refactored auth system to support multiple logins (hypothetically) 2023-02-26 22:12:40 -05:00
Hank Grabowski
d2f5c347bc Rename AuthService to AccountsService 2023-02-25 18:06:24 -05:00
Hank Grabowski
7a22adb9d6 Change Auth Service to only handle credentials 2023-02-24 16:36:20 -05:00
Hank Grabowski
c03a5b7b19 Remove currentHandle/server/avatar/id from AuthService 2023-02-24 16:08:14 -05:00
Hank Grabowski
37a9890a9a Add additional profile details (ugly but functional) 2023-01-31 15:27:26 -05:00
Hank Grabowski
9b7461e349 Cleanup extraneous print statements 2022-12-29 09:33:22 -05:00
Hank Grabowski
2ac06454b4 Add confirmations on follow/unfollow and group add/remove 2022-12-29 00:31:10 -05:00
Hank Grabowski
e3fa2d4bbd First cut at auto-complete of profiles 2022-12-28 15:56:27 -05:00
Hank Grabowski
b862360f99 Prettify user profile screen a bit 2022-12-14 17:07:18 -05:00
Hank Grabowski
65d7d0c287 Add group management behavior on user profile screen 2022-12-14 16:53:46 -05:00
Hank Grabowski
07c0d888ee Add follow/unfollow capability 2022-12-14 10:50:17 -05:00
Hank Grabowski
6f6fe79ac0 Add user profile and posts pages first cuts 2022-11-29 15:33:16 +00:00