Twig twig · She/They
  • Joined on 2025-04-28
twig deleted branch update-friend-landing-page from gorb/frontend 2025-07-16 09:42:40 +00:00
twig merged pull request gorb/frontend#44 2025-07-16 09:42:39 +00:00
Move /me/friends to /me, as the new landing page
twig pushed to sort-members-list at gorb/frontend 2025-07-16 09:29:13 +00:00
0c4d42f3c1 style: remove function names from implicit util functions
f2fcdbf733 Merge branch 'update-friend-landing-page' into sort-members-list
d5b7669291 fix: allow optional argument instead of defaulting to undefined
Compare 3 commits »
twig commented on pull request gorb/frontend#44 2025-07-16 09:28:26 +00:00
Move /me/friends to /me, as the new landing page

fixed in #45

twig pushed to update-friend-landing-page at gorb/frontend 2025-07-16 09:28:13 +00:00
d5b7669291 fix: allow optional argument instead of defaulting to undefined
twig pushed to sort-members-list at gorb/frontend 2025-07-16 08:59:18 +00:00
f6ede67c26 style: seperate out sortUsers and sortMembers
twig created pull request gorb/frontend#45 2025-07-16 08:51:07 +00:00
Sort members list
twig created branch sort-members-list in gorb/frontend 2025-07-16 08:50:02 +00:00
twig pushed to sort-members-list at gorb/frontend 2025-07-16 08:50:02 +00:00
4229682d69 feat: sort member's list alphabetically
cbe50dd028 fix: clean code to account for guaranteed array returns
100d5e80eb style: remove unused import
ea1f032ffc feat: implemend fetchMyGuilds() api
56ccd61107 style: ensure all api requests that return an array to return an empty array instead of undefined
Compare 5 commits »
twig created pull request gorb/frontend#44 2025-07-16 08:34:09 +00:00
Move /me/friends to /me, as the new landing page
twig pushed to update-friend-landing-page at gorb/frontend 2025-07-16 08:30:05 +00:00
ce5d65e62d fix: accidentally getting display name of wrong user in replies
twig created branch update-friend-landing-page in gorb/frontend 2025-07-16 08:28:28 +00:00
twig pushed to update-friend-landing-page at gorb/frontend 2025-07-16 08:28:28 +00:00
ab87fb681c chore: update rest of the codebase to use new getDisplayName() function
ace66980bf feat: sort friends alphabetically
0f583f085e style: move /me/friends to /me/index
Compare 3 commits »
twig commented on issue gorb/frontend#11 2025-07-16 05:35:40 +00:00
Implement Mentions

we probably also want pings for instances, and maybe even attachments, depending on how those are implemented

twig commented on issue gorb/frontend#11 2025-07-16 04:49:34 +00:00
Implement Mentions

how do we want to do mentions? do we do <@uuid> or do we do u@uuid, such that channels could be c@uuid, guilds could be g@uuid?

twig pushed to force-css-regrab at gorb/frontend 2025-07-16 03:38:00 +00:00
2ce09e7c7a fix: ensure both href theme updates result in the same url
twig pushed to force-css-regrab at gorb/frontend 2025-07-16 03:36:15 +00:00
73606b6bc3 fix: remove bad "caching" behaviour
twig created pull request gorb/frontend#43 2025-07-16 03:34:50 +00:00
Require refetching the theme whenever a new version releases
twig created branch force-css-regrab in gorb/frontend 2025-07-16 03:31:52 +00:00
twig pushed to force-css-regrab at gorb/frontend 2025-07-16 03:31:52 +00:00
8a172db3f4 feat: refactor code to require refetching the theme whenever a new version releases