Commit graph

83 commits

Author SHA1 Message Date
ggurdin
62140c56da
feat: activity sessions 2025-08-04 16:31:00 -04:00
Kelrap
c740947551
Shows bot settings on bot DM details page (#3582)
* Shows bot settings on bot DM details page

* chore: show bot settings in DMs with bot settings state event

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-07-29 15:55:25 -04:00
Kelrap
f3f87dfcde
Hide mobile download (#3543)
* Use correct route when join class by link

* Hide room download buttons if not web
2025-07-23 14:07:35 -04:00
ggurdin
e029c38f7d
chore: normalize function for getting original written message content (#3514) 2025-07-21 13:59:51 -04:00
Kelrap
e59e314628
When a parent is added to new chat, load before opening invite page (#3497)
* When a parent is added to new chat, load before opening invite page

* chore: only wait for new group in sync after adding to space if space parents list is empty

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-07-21 09:20:16 -04:00
ggurdin
e9af147257
chore: add join codes to all new rooms and add join code to existing room on visit invite page if user has permission (#3463) 2025-07-15 11:29:44 -04:00
ggurdin
c325d2b1d7
chore: shorten room capacity error message (#3441) 2025-07-11 15:50:53 -04:00
ggurdin
7e07289ae7
chore: hide invite page share button if room does not have join code / is not space (#3426) 2025-07-11 13:18:44 -04:00
ggurdin
2803de4d3b
chore: on invite all users from parent space, include invited / knocking users (#3425) 2025-07-11 13:11:53 -04:00
ggurdin
a41b2d2dde
More specific error messages (#3418)
* chore: add more specific error messages

* chore: more specific error messages

* chore: more specific error messages

* chore: more specific error messages
2025-07-11 09:51:49 -04:00
Kelrap
423b84cfdb
Don't change color of dm title when button is disabled (#3393) 2025-07-10 11:58:54 -04:00
ggurdin
ad1a84bc5c
3263 duplicate participant list causes confusion (#3390)
* chore: remove participant list from space view

* chore: don't change participant list rendering based on screen sizwe
2025-07-10 11:28:28 -04:00
ggurdin
4006e3207c
chore: add membership / power level indicators in chat details participant list (#3389) 2025-07-10 11:03:04 -04:00
ggurdin
ad3546a209
3028 easier to invite users to a chat (#3387)
* chore: inital work for invite page updates

* open user dialog on click user in invite list
2025-07-10 09:42:44 -04:00
ggurdin
f58c1aa808
chore: disable participants / chat name buttons on DM chat details page (#3386) 2025-07-10 09:27:49 -04:00
ggurdin
61d15f1fff
chore: simplify space invite page 2025-06-30 15:18:42 -04:00
ggurdin
1d20ba02db
chore: don't expand delete space dialog if empty 2025-06-25 15:05:38 -04:00
ggurdin
1608923516
chore: hide delete option for DMs 2025-06-23 16:11:37 -04:00
ggurdin
36caaa8c4e
chore: change delete message for empty spaces 2025-06-23 16:08:01 -04:00
ggurdin
a3b2c2791b
chore: make non-joined room members less opaque in room details view 2025-06-20 12:08:51 -04:00
ggurdin
29df67d227
chore: make room details buttons expand to fill available space 2025-06-18 16:15:33 -04:00
ggurdin
30b185cdcc
fluffychat merge 2025-06-09 16:02:38 -04:00
Kelrap
68a4bcb84b Decrease padding on mini buttons to fix centering 2025-06-09 11:01:11 -04:00
ggurdin
422ac25b51
Merge branch 'main' into space-details-tooltips 2025-06-06 15:22:23 -04:00
ggurdin
d529a851e0
chore: some sentry fixes 2025-06-06 15:17:18 -04:00
Kelrap
48ff16b5a9 Formatting 2025-06-06 15:16:06 -04:00
Kelrap
0ea29cef08 Only show tooltips in mini mode 2025-06-06 15:15:11 -04:00
Kelrap
f264d43a6d Merge branch 'main' of https://github.com/pangeachat/client into space-details-tooltips 2025-06-06 14:34:23 -04:00
ggurdin
87b6672677
chore: use root navigator for popup menus 2025-06-06 13:54:25 -04:00
ggurdin
1f79ef0977
chore: adjust some sizing in room details page 2025-06-06 11:54:25 -04:00
Kelrap
01a743e76b Formatting 2025-06-05 14:54:16 -04:00
Kelrap
4e10a0e353 Add tooltips to all RoomDetailsButtons 2025-06-05 14:50:44 -04:00
ggurdin
f16e1126ab
feat: add space view participant list 2025-06-05 12:50:40 -04:00
ggurdin
2545167b52
chore: show member action popup on click avatar in room details page 2025-06-05 11:57:00 -04:00
ggurdin
8217c5d5aa
chore: auto-load all participants on mobile 2025-06-05 09:58:15 -04:00
ggurdin
583479873d
chore: add permission to send activity events to newly created chats (#2923) 2025-06-04 10:41:31 -04:00
ggurdin
0aa9a3f195
chore: update coloring in access page (#2922) 2025-06-04 10:24:36 -04:00
ggurdin
249538c20b
feat: redesign of space access page (#2903) 2025-06-02 14:48:39 -04:00
ggurdin
fcc0a0f344
chore: space detail redesign fixes (#2888) 2025-05-23 11:51:18 -04:00
ggurdin
bc77056b96
refactor: room details page redesign 2025-05-22 14:25:55 -04:00
ggurdin
98539327b6
resolve merge conflict 2025-05-22 13:48:22 -04:00
Kelrap
454ddeb2c0
Adjust IT bar appearance (#2820)
* Adds gap above inline instruction, rounds top corners of IT bar

* chore: formatting

* chore: formatting

* chore: allow moderators to download chats

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-05-16 09:37:47 -04:00
ggurdin
fc9c175117
feat: allow admins to delete rooms 2025-05-15 13:28:56 -04:00
ggurdin
f66dd82b71
chore: hide permissions tile for DMs (#2803) 2025-05-14 16:48:46 -04:00
ggurdin
01fee1089b
chore: show space permissions (#2787) 2025-05-13 15:55:53 -04:00
Kelrap
757ffae1bb
Invite page tweaks (#2735)
* Remove buttons, fix web margin issue

* generated

* Don't share link for non-spaces

* generated

* Revert "generated"

This reverts commit 93907a836d01063cf551f8da0dde2621ab201a62.

* Hide share buttons if not space

* dart-formatting

* delete unused widgets

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-05-12 14:50:49 -04:00
ggurdin
542afa0506
feat: initial work for participant list leaderboard (#2579)
* feat: initial work for participant list leaderboard

* chore: normalize leaderboard header

* chore: fix some errors after fluffychat merge updates
2025-05-12 14:28:33 -04:00
ggurdin
b41d572698
refactor: new invite page design (#2763) 2025-05-12 11:40:06 -04:00
ggurdin
6f71dd4e95
feat: personal analytics downloads (#2759)
* feat: personal analytics downloads

* chore: download all analytics into one spreadsheet
2025-05-12 09:23:03 -04:00
Kelrap
05532431aa
Details page header tweaks (#2752)
* Center header, DM edits

* chore: dart formatting

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-05-09 15:59:18 -04:00