Henry Jameson
2871326c35
lint
2026-07-21 18:25:56 +03:00
Henry Jameson
3db36c25ee
move SABs margin into status
2026-07-10 18:35:00 +03:00
Henry Jameson
7069894c53
chatmessage improvements
2026-07-09 01:07:59 +03:00
Henry Jameson
5bc802932e
migrate chats module to pinia
2026-07-08 20:29:59 +03:00
Henry Jameson
5e306026d8
delete works
2026-07-08 19:34:09 +03:00
Henry Jameson
26a2b4fca1
refactored chat handling into chat view component
2026-07-08 17:47:50 +03:00
Henry Jameson
a58cdd954d
adapted chatmessage to display statuses
2026-07-07 21:15:15 +03:00
Henry Jameson
55917125a8
refactored chat into separate chat_view and chat_message_list
2026-07-07 20:44:13 +03:00
Henry Jameson
893ab9d73b
cleanup unused imports
2026-06-25 13:46:27 +03:00
Henry Jameson
3d19008f0c
lint
2026-06-04 21:59:09 +03:00
Henry Jameson
e0c8fcc82b
eliminate cyclic dependencies by register most-used components globally
2026-06-04 20:49:43 +03:00
Henry Jameson
3aca1ce6c0
dynamically load gallery
2026-06-04 18:27:28 +03:00
Henry Jameson
b7ccbc6726
cleanup dynamic/static import warnings
2026-06-02 18:09:12 +03:00
Henry Jameson
4e235562aa
massive rename and separation merged config into its own "store"
2026-03-24 21:42:22 +02:00
Henry Jameson
ca0da60bcd
even more getter fixes
2026-02-23 20:14:39 +02:00
Henry Jameson
18d8ea6b63
better lint
2026-01-29 20:40:00 +02:00
Henry Jameson
24ce2dc0a5
first pass of migration - states and obvious replacements
2026-01-29 00:51:37 +02:00
Henry Jameson
42930252b1
better imports organization
2026-01-08 17:42:20 +02:00
Henry Jameson
b05a501236
biome check --write
2026-01-06 16:23:17 +02:00
Henry Jameson
9262e803ec
biome format --write
2026-01-06 16:22:52 +02:00
Henry Jameson
b94d389b7f
use absolute paths for stores
2025-02-03 13:02:30 +02:00
Sean King
b1dcea0199
Migrate interface module to store
2023-04-05 21:06:37 -06:00
Henry Jameson
f6d0d3efba
add popovers to chats
2022-07-20 12:54:51 +03:00
Henry Jameson
afbe1a96ac
fix some mishaps i noticed during self-review
2022-03-30 23:48:06 +03:00
Henry Jameson
609dc5da0c
fix chats messages
2021-06-13 21:42:25 +03:00
Henry Jameson
90a188f2c3
cleanup
2021-06-12 19:54:34 +03:00
Henry Jameson
8e9f5d7580
renamed StatusText to StatusBody for clarity, fixed chats
2021-06-07 19:50:38 +03:00
Henry Jameson
b19c2eb0fb
More stuff. Buttons in user card's corner now have MUCH bigger hitboxes
2020-10-20 22:13:19 +03:00
Henry Jameson
046c60cb61
cancel -> times
2020-10-20 21:18:23 +03:00
eugenijm
fc865d3a12
Remove direct style manipulations in favor of classes
2020-07-08 15:21:31 +03:00
eugenijm
f05f832bff
Address feedback
...
Use more specific css rules for the emoji dimensions in the chat list status preview.
Use more round em value for chat list item height.
Add global html overflow and height for smoother chat navigation in
the desktop Safari.
Use offsetHeight instad of a computed style when setting the window height on resize.
Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari
Use break-word to prevent chat message text overflow
Resize and scroll the textarea when inserting a new line on ctrl+enter
Remove fade transition on route change
Ensure proper border radius at the bottom of the chat, remove unused border-radius
Prevent the chat header "jumping" on the avatar load.
2020-07-08 15:21:31 +03:00
eugenijm
aa2cf51c05
Add Chats
2020-07-08 15:21:31 +03:00