.. |
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
|
style: remove unused imports
|
2025-07-16 04:55:30 +02:00 |
generateDefaultIcon.ts
|
fix: preferred font not working as intended for default icons
|
2025-07-16 05:04:59 +02:00 |
generateIrcColor.ts
|
feat: implement caching for hash function
|
2025-07-14 20:05:31 +02:00 |
getDisplayName.ts
|
refactor: change getDisplayName to take in a single variable instead of two
|
2025-07-17 15:11:55 +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 |
hashPassword.ts
|
fix: hashPassword calls not working due to util file not matching function call name
|
2025-07-18 03:49:20 +02:00 |
isCanvasBlocked.ts
|
feat: import function from JOHN OZBAY
|
2025-07-14 21:36:41 +02:00 |
loadPreferredTheme.ts
|
fix: ensure both href theme updates result in the same url
|
2025-07-16 05:37:44 +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: update rest of the codebase to use new getDisplayName() function
|
2025-07-16 10:27:56 +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 |
sortMembers.ts
|
style: remove function names from implicit util functions
|
2025-07-16 11:27:35 +02:00 |
sortUsers.ts
|
style: remove function names from implicit util functions
|
2025-07-16 11:27:35 +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 |
validateUsername.ts
|
feat: rename validation util file to validateUsername
|
2025-07-18 03:49:29 +02:00 |