frontend/utils
JustTemmie 86ddae62b2
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
chore: sort components into subfolders
2025-07-13 20:34:59 +02:00
..
createContextMenu.ts chore: sort components into subfolders 2025-07-13 20:34:59 +02:00
editMessage.ts feat: add utils to reply to and edit messages 2025-07-10 23:58:00 +02:00
fetchWithApi.ts fix: refresh loop once access token expires caused by attempt to revoke auth 2025-07-12 17:48:57 +02:00
getPreferredTimeFormat.ts feat: make settings typed and store "12" and "24" over "12-hour" and "24-hour" internally 2025-07-12 22:39:26 +02:00
getScrollPosition.ts feat: implement scroll position retention 2025-06-07 06:12:47 +02:00
hashing.ts feat: add hashing and validation utility functions 2025-05-01 22:29:53 +02:00
parseWellKnown.ts feat: implement checking of /.well-known/gorb.txt for api url, remove old localStorage lines 2025-05-31 01:19:31 +02:00
removeContextMenu.ts feat: add utils to create and remove the context menu 2025-07-10 23:57:25 +02:00
replyToMessage.ts chore: sort components into subfolders 2025-07-13 20:34:59 +02:00
scrollToBottom.ts feat: update scrollToBottom() 2025-06-07 06:12:46 +02:00
setScrollPosition.ts feat: implement scroll position retention 2025-06-07 06:12:47 +02:00
settingSave.ts refactor: load and save settings from a single object 2025-07-11 23:48:03 +02:00
settingsLoad.ts feat: make settings typed and store "12" and "24" over "12-hour" and "24-hour" internally 2025-07-12 22:39:26 +02:00
sleep.ts feat: add sleep function utility 2025-05-26 22:49:43 +02:00
unrender.ts feat: change unrender function to take in any Element rather than HTMLElement 2025-07-13 04:09:52 +02:00
uuidToTimestamp.ts feat: add uuid v7 to timestamp converter 2025-05-26 22:49:43 +02:00
validation.ts feat: add hashing and validation utility functions 2025-05-01 22:29:53 +02:00