Twig twig · She/They
  • Joined on 2025-04-28
twig created branch device-list in gorb/frontend 2025-07-13 18:59:04 +00:00
twig commented on issue gorb/backend#29 2025-07-13 18:57:16 +00:00
feat: devices list

oh i see, alrighty then

twig commented on issue gorb/backend#29 2025-07-13 18:46:02 +00:00
feat: devices list

actually we might want to make device type into an integer, 0 for web, 1 for desktop, 2 for mobile, 3 for other. Or something similar

twig commented on issue gorb/backend#29 2025-07-13 18:44:06 +00:00
feat: devices list

can we add device_type: string, and last_accessed: timestamp

such that we can display when a device was last used, it's type, and then we can re-use device_name as an arbitrary string, e.g…

twig deleted branch sort-components from gorb/frontend 2025-07-13 18:40:10 +00:00
twig pushed to main at gorb/frontend 2025-07-13 18:40:09 +00:00
926a751e0c Merge pull request 'chore: sort components into subfolders' (#37) from sort-components into main
86ddae62b2 chore: sort components into subfolders
Compare 2 commits »
twig merged pull request gorb/frontend#37 2025-07-13 18:40:08 +00:00
chore: sort components into subfolders
twig created pull request gorb/frontend#37 2025-07-13 18:35:40 +00:00
chore: sort components into subfolders
twig pushed to sort-components at gorb/frontend 2025-07-13 18:35:16 +00:00
86ddae62b2 chore: sort components into subfolders
twig created branch sort-components in gorb/frontend 2025-07-13 18:35:16 +00:00
twig commented on pull request gorb/frontend#36 2025-07-13 17:09:23 +00:00
add IRC colours

okay woodpecker isn't compiling due to ES2020 not supporting calling await outside of functions, i've been going thru alternatives of how to fix this but none of them are great, as there would…

twig created pull request gorb/frontend#36 2025-07-13 16:17:49 +00:00
add IRC colours
twig pushed to irc-colours at gorb/frontend 2025-07-13 16:17:10 +00:00
dc786cd420 fix: remove random console log
twig created branch irc-colours in gorb/frontend 2025-07-13 16:16:19 +00:00
twig pushed to irc-colours at gorb/frontend 2025-07-13 16:16:19 +00:00
9b7de48c02 feat: add IRC colours, without a toggle for now
be5d65883b feat: add xxhash-wasm library
Compare 2 commits »
twig commented on issue gorb/backend#29 2025-07-13 16:08:06 +00:00
feat: devices list

fuck's the endpoint?

twig pushed to friends-endpoint-username at gorb/backend 2025-07-13 14:21:31 +00:00
384f5e404f fix: change function paramater name to match function name
twig pushed to friends-endpoint-username at gorb/backend 2025-07-13 14:20:14 +00:00
d775723b7b fix: require username, instead of username OR email
twig pushed to friends-endpoint-username at gorb/backend 2025-07-13 14:18:08 +00:00
b87adf896f fix: linter :( why you one line the import D:
twig created pull request gorb/backend#31 2025-07-13 14:14:05 +00:00
Update POST me/friend endpoint to take username instead of UUID