Commit graph

8095 commits

Author SHA1 Message Date
ggurdin
7165060041
choreographer pulls roomID from chat so input bar key does not change after setting choreo roomID, resolving issues with input bar auto-focus 2024-08-07 09:59:01 -04:00
ggurdin
8e56f9c3ab
Merge pull request #561 from pangeachat/hide-public-profile
Hide public profile toggle in learning settings
2024-08-07 09:13:17 -04:00
Kelrap
959172fcfe Hide public profile toggle in learning settings 2024-08-06 16:40:11 -04:00
ggurdin
b19e72eae7
Merge pull request #558 from pangeachat/547-improve-bot-settings-ui
547 improve bot settings UI
2024-08-06 15:57:13 -04:00
WilsonLe
5015f2e3d4 remove lock files 2024-08-06 15:52:04 -04:00
WilsonLe
1ece90dad2 refactor, group create group and chat details into one component 2024-08-06 15:48:58 -04:00
ggurdin
7dc8a72f46
Merge branch 'main' into 547-improve-bot-settings-ui 2024-08-06 13:57:45 -04:00
WilsonLe
0201aae916 create shared component for create and detail 2024-08-06 13:19:08 -04:00
ggurdin
5155b522b5
Merge pull request #556 from pangeachat/remove-report-user
Remove option to report user
2024-08-06 12:33:29 -04:00
ggurdin
c923ef29f3
Merge branch 'main' into remove-report-user 2024-08-06 12:33:22 -04:00
ggurdin
876a5230d5
Merge pull request #554 from pangeachat/fix-reply-scrolling
Fix reply scrolling
2024-08-06 12:32:58 -04:00
ggurdin
e238068538
replaced scrollToEventId with current version from fluffychat 2024-08-06 12:32:31 -04:00
Wilson
9a87cb8c2d
Merge branch 'main' into 547-improve-bot-settings-ui 2024-08-06 12:14:37 -04:00
WilsonLe
76c38a594e complete implementation of bot option dialog 2024-08-06 12:13:55 -04:00
Kelrap
e164e73bf4 Remove option to report user 2024-08-06 10:13:23 -04:00
ggurdin
11dfa13a0b
wrap stateful alert dialog in StatefulBuilder to enable toggle updates 2024-08-05 13:58:20 -04:00
WilsonLe
d86a9303d2 saving, bug at toggle not switching 2024-08-05 13:26:54 -04:00
Kelrap
b021a2214c Merge branch 'main' of https://github.com/pangeachat/client into fix-reply-scrolling 2024-08-05 10:21:37 -04:00
Kelrap
2f9446fb80 Scrolls to correct message 2024-08-05 10:05:37 -04:00
ggurdin
3f6583dd8c
Merge pull request #552 from pangeachat/min-width-toolbar
Sets minimum width for toolbar content
2024-08-05 10:05:07 -04:00
ggurdin
844e03daba
Merge branch 'main' into min-width-toolbar 2024-08-05 10:01:46 -04:00
ggurdin
f9578ce3d0
Merge pull request #549 from pangeachat/input-bar-spacing
Input bar spacing
2024-08-05 10:00:53 -04:00
ggurdin
36c0a14d43
Merge branch 'main' into input-bar-spacing 2024-08-05 09:42:46 -04:00
ggurdin
7b5765541f
Merge pull request #539 from pangeachat/chats-show-when-loaded
Chat list is shown when rooms are loaded
2024-08-05 09:41:54 -04:00
ggurdin
6cc07d5c38
changed condition to wait for next sync in stream in waitforfirstsync to better reflect whether the first sync has come through or not 2024-08-05 09:39:04 -04:00
ggurdin
8913f808e1
Merge branch 'main' into chats-show-when-loaded 2024-08-05 09:23:24 -04:00
Kelrap
98732ec904 Sets minimum width for toolbar content 2024-08-02 14:34:39 -04:00
Kelrap
8294e1959c Fixes input bar spacing issues 2024-08-02 13:32:23 -04:00
WilsonLe
4de8530a7e separate 2 components for bot settings in create group and chat details 2024-08-01 17:15:25 -04:00
ggurdin
e59678648d
Merge pull request #532 from pangeachat/deheroify-avatar
Deheroify avatar
2024-07-31 15:37:35 -04:00
Kelrap
0da6bb9cb5 Add comment explaining rationale 2024-07-31 15:32:08 -04:00
Kelrap
9570bf059d Merge branch 'main' of https://github.com/pangeachat/client into deheroify-avatar 2024-07-31 15:30:49 -04:00
Kelrap
b9c9332d28 Remove unecessary setState 2024-07-31 15:12:04 -04:00
ggurdin
b4d022e18e
Merge pull request #543 from pangeachat/audio-allow-activity
Enables activity tab on audio toolbar
2024-07-31 14:52:01 -04:00
ggurdin
4b65b95060
remove default for isValidMode switch statement, return true if practiceActivity 2024-07-31 14:51:22 -04:00
Kelrap
20aed89edc Merge branch 'main' of https://github.com/pangeachat/client into chats-show-when-loaded 2024-07-31 14:40:17 -04:00
Kelrap
9cc6a14734 Enables activity tab on audio toolbar 2024-07-31 14:12:51 -04:00
ggurdin
a85be03be9
Merge pull request #542 from pangeachat/dont-delete-single-character
prevent single character input from disappearing
2024-07-31 13:37:24 -04:00
ggurdin
cd6a904735
prevent single character input from disapearing 2024-07-31 13:36:36 -04:00
Kelrap
097417188d Move less important syncs to own function 2024-07-30 14:26:26 -04:00
Kelrap
347fa01ff8 Chat list is shown when rooms are loaded 2024-07-30 14:01:11 -04:00
ggurdin
263c041107
Merge pull request #538 from pangeachat/bump-version
bump version number
2024-07-30 13:54:32 -04:00
ggurdin
bc913e4d7a
bump version number 2024-07-30 13:54:05 -04:00
ggurdin
47345d99bd
Merge pull request #536 from pangeachat/dont-add-bot-analytics-rooms-to-spaces
don't add analytics rooms to spaces if you are the bot
2024-07-30 12:56:13 -04:00
ggurdin
398cac35ff
don't add analytics rooms to spaces if you are the bot 2024-07-30 12:55:42 -04:00
ggurdin
3ee12012e9
Merge pull request #535 from pangeachat/dont-name-bot-analytics-rooms
don't have analytics rooms for bot user
2024-07-30 12:52:56 -04:00
ggurdin
b68faab251
Merge branch 'main' into dont-name-bot-analytics-rooms 2024-07-30 12:52:49 -04:00
ggurdin
d9f272e389
don't have analytics rooms for bot user 2024-07-30 12:52:23 -04:00
ggurdin
2dfeb6b830
Merge pull request #534 from pangeachat/access-token-fix
on profile create, also create pangea profile. If there's no pangea p…
2024-07-30 12:46:17 -04:00
ggurdin
0f282532b1
Merge branch 'main' into access-token-fix 2024-07-30 12:46:08 -04:00