Tulir Asokan
f48a76e373
More changes
2025-01-03 14:19:04 +02:00
Tulir Asokan
e1600b19ff
Fix time formatting
2025-01-03 13:59:22 +02:00
Tulir Asokan
6b7945c50b
Synchronize clock to start of second
2025-01-03 13:50:32 +02:00
Tulir Asokan
0e4addd3fc
Clean up code
2025-01-03 13:47:00 +02:00
Tulir Asokan
fc54faf551
Merge branch 'main' into nexy7574/extended-profiles
2025-01-03 13:40:58 +02:00
Tulir Asokan
5d25d839f8
web: switch to first matching space when opening room
...
Fixes #582
2025-01-03 12:19:12 +02:00
Tulir Asokan
39cb5f28a0
hicli/database: store DM user ID in database
2025-01-02 23:23:30 +02:00
Tulir Asokan
ac6f2713e5
web/eslint: make line max length an error
2025-01-02 11:34:14 +02:00
Tulir Asokan
d8f0a82ffc
web/roomlist: fix unread counter overflow condition
2025-01-02 11:17:22 +02:00
Tulir Asokan
3c3e2456e2
web/roomlist: switch space in unread click handler
...
On desktop it worked without this via event propagation, but that
doesn't work on mobile (possibly because the room view opens immediately
and hides the space bar?)
2025-01-02 11:16:30 +02:00
Tulir Asokan
021236592f
web/statestore: clear unread counts when clearing state
2025-01-02 11:07:04 +02:00
Tulir Asokan
c3899d0b50
web/settings: add button to log into css.gomuks.app
2025-01-01 18:07:57 +02:00
Tulir Asokan
7f94bbf39e
web/timeline: add background for read receipt avatars
2025-01-01 15:51:15 +02:00
Tulir Asokan
8c9925959a
web/roomlist: don't allow selecting unread counter text
2025-01-01 15:47:08 +02:00
Tulir Asokan
ddf20b34d2
web/mainscreen: fix pushing history states when outside a space
2025-01-01 15:44:44 +02:00
Tulir Asokan
6d1c5f6277
web/roomlist: use margin instead of padding for room avatars
...
This allows adding a background for avatars using
```css
.avatar {
background-color: var(--background-color);
}
```
2025-01-01 13:12:45 +02:00
Tulir Asokan
8b7d0fe6b6
web/roomlist: restore open space when using browser history
2025-01-01 12:24:22 +02:00
Tulir Asokan
59e1b760d6
web/statestore: fix clearing unread count after accepting invite
2025-01-01 01:22:33 +02:00
Tulir Asokan
43f25727e6
web/roomlist: add title for pseudo-spaces
2024-12-31 13:51:59 +02:00
Tulir Asokan
d0c35dda75
web/roomlist: close room when switching space
2024-12-31 13:51:21 +02:00
nexy7574
a2e7ca77f5
Merge branch 'main' into nexy7574/extended-profiles
2024-12-30 21:36:56 +00:00
Tulir Asokan
7afcc37326
web/timeline: add missing dependency to effect
2024-12-30 23:29:42 +02:00
Tulir Asokan
f9b5fcc863
hicli/database: fix space parent revalidation query
2024-12-30 23:29:34 +02:00
Tulir Asokan
c9807df660
web/roomlist: jump to first unread when clicking space unread counter
...
Fixes #577
2024-12-30 22:59:03 +02:00
Tulir Asokan
c44ab253f8
web/timeline: fix rendering replies to unknown events in compact style
2024-12-30 22:40:14 +02:00
Tulir Asokan
d82f5404ec
web/roomlist: fix unread count positioning
2024-12-30 22:33:02 +02:00
Tulir Asokan
572ef41b80
hicli/sync: fix processing space events
2024-12-30 22:33:02 +02:00
nexy7574
a9384f969d
Remove PronounSet.summary fallback
2024-12-30 19:27:38 +00:00
nexy7574
a144b48315
Move types
2024-12-30 19:26:27 +00:00
nexy7574
8b641cfd46
Appease codestyle
2024-12-30 19:23:52 +00:00
Tulir Asokan
e0f107f028
web/roomlist: add unread counters for spaces
...
Fixes #570
2024-12-30 16:46:19 +02:00
Tulir Asokan
b30025746d
web/timeline: add close button to mobile context menu
2024-12-30 12:55:32 +02:00
Tulir Asokan
248a218eed
web/timeline: fix mobile context menu bottom border again
2024-12-30 12:40:57 +02:00
Tulir Asokan
b3d63b7201
web/roomview: fix mobile context menu scroll
2024-12-30 11:01:22 +02:00
Tulir Asokan
df551fe4cb
web/timeline: use custom message focus state on mobile to match context menu state
2024-12-30 10:54:13 +02:00
Tulir Asokan
c25ab057dc
web/roomlist: add react key for real spaces
2024-12-30 10:18:36 +02:00
nexy7574
55442da49d
Remove user-agent padding from text-input rightpanel fields
2024-12-30 00:33:47 +00:00
nexy7574
e0ee01e614
Fix a few linting errors
2024-12-30 00:11:52 +00:00
nexy7574
9a70af64ce
Enable setting timezone
2024-12-30 00:09:36 +00:00
nexy7574
f5e2584754
Merge branch 'main' into nexy7574/extended-profiles
2024-12-29 21:55:29 +00:00
nexy7574
80c3da29aa
Add timezones and pronouns ( closes #569 )
2024-12-29 21:25:56 +00:00
Derry Tutt
7a8d29b6de
web/composer: fix streched custom emojis in autocomplete ( #565 )
2024-12-29 20:12:47 +02:00
Tulir Asokan
534e36da22
media: use rect instead of circle in fallback avatar
...
Normal avatars already have border-radius. The raw svg being a rectangle
allows space squircles to work properly too.
2024-12-29 20:00:59 +02:00
Tulir Asokan
f4a778ecbb
web/roomlist: add pseudo-space for space orphans
2024-12-29 20:00:59 +02:00
Tulir Asokan
6b01dec307
web/roomlist: add pseudo-spaces for unreads and DMs
...
Fixes #519
2024-12-29 20:00:59 +02:00
Tulir Asokan
5a8139685d
web/roomlist: add space bar
...
Fixes #518
2024-12-29 20:00:59 +02:00
Tulir Asokan
5483b077c7
hicli/init: send spaces in first payload
2024-12-29 20:00:59 +02:00
Tulir Asokan
2ea80dac6f
web/statestore: allow sync event fields to be null
2024-12-29 20:00:11 +02:00
Tulir Asokan
2b206bb32f
hicli/database: don't store space depth
2024-12-29 20:00:04 +02:00
Tulir Asokan
326b06c702
hicli/database: store spaces edges
2024-12-29 19:59:58 +02:00