silentoplayz
7a80e60785
fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte
...
Fixes an issue where `ue.getWordAtDocPos is not a function` would be thrown in `MessageInput.svelte`.
The error was caused by a timing issue where the `getWordAtDocPos` method on the `RichTextInput` component was not available when called from an event handler within the same component.
This change refactors the code to pass the `getWordAtDocPos` function as a callback prop from `RichTextInput` to `MessageInput`, ensuring it's available when needed.
2025-08-03 22:36:08 -04:00
Silentoplayz
e3bacc3296
fix: Small fixes
2025-06-27 04:35:28 -04:00
Timothy Jaeryang Baek
423a35782b
refac: usage event handling
2025-06-16 10:42:34 +04:00
Timothy Jaeryang Baek
e41e375aab
refac: role update ui
2025-05-31 15:00:27 +04:00
Jesper Kristensen
84e0605835
Cleaning up usage of console log in front end
2025-05-15 21:53:07 +02:00
Jesper Kristensen
20c1c3f66b
Changed console logging of errors to use console error logging
2025-05-15 21:35:07 +02:00
Timothy Jaeryang Baek
783d409b1d
refac
2025-04-30 16:58:38 +04:00
Timothy Jaeryang Baek
f9d238e850
refac: user list sub-standard code
2025-04-30 16:49:41 +04:00
KaeOhhhh
2112067054
Support pagination in /admin/users API
...
Update Users.svelte
Update index.ts
Update users.py
Update users.py
Update UserList.svelte
2025-04-28 11:29:42 +07:00
Timothy Jaeryang Baek
16ce8ab16c
refac
2025-02-17 17:41:58 -08:00
Timothy Jaeryang Baek
c338f2cae1
chore: format
2024-11-16 23:46:12 -08:00
Timothy Jaeryang Baek
240c91e79d
wip: access control
2024-11-16 01:24:34 -08:00
Timothy Jaeryang Baek
d9dc04f1a1
refac: frontend
2024-11-15 02:05:43 -08:00
Timothy J. Baek
4b6b33b08b
feat: user_location
2024-06-16 15:32:26 -07:00
Timothy J. Baek
ccbafca74c
feat: save user settings to db
2024-05-26 22:47:42 -07:00
Timothy J. Baek
a8b92e5e9d
fix: display username in shared chats
2024-05-18 14:19:48 -07:00
Timothy J. Baek
511e939b5d
feat: admin settings
2024-02-14 01:17:43 -08:00
Timothy J. Baek
fb0c64379d
feat: edit user support
2024-01-05 20:59:56 -08:00
Timothy J. Baek
7fade0bb2f
feat: delete user button added to admin page
2023-12-28 23:12:58 -08:00
Timothy J. Baek
bdc131378f
fix: trailing slash added to api routes
2023-12-28 09:55:54 -08:00
Timothy J. Baek
0996f3c216
chore: layout refac
2023-12-26 11:32:22 -08:00
Timothy J. Baek
bb190245f7
chore: admin page refac
2023-12-26 11:00:56 -08:00