Commit graph

359 commits

Author SHA1 Message Date
ggurdin
2ff70e65db
if, by shifting up a message to make footer space, a header overflow is caused, opt of push the message down instead of up 2024-09-11 12:49:51 -04:00
ggurdin
410fb80b35
Merge branch 'main' into message-toolbar-improvements 2024-09-11 12:15:20 -04:00
ggurdin
36537b0dc7
scroll to center of screen if toolbar causes header overflow, scroll the overlay up if there's a footer overflow 2024-09-11 12:14:23 -04:00
ggurdin
2e139be658
position message overlay directly over the underlying message 2024-09-11 12:13:39 -04:00
ggurdin
db9320d2ac
removed _repLocal function causing delays in initial translation, also made selection translation and repEvent fetching futures happen at the same time in message translation card 2024-09-11 09:53:09 -04:00
ggurdin
f9f0945655
speed up toolbar on click message 2024-09-10 09:49:09 -04:00
ggurdin
03e04ee752
improved text selection handling, added text selection handling for HTML messages, clear selection on close overlay 2024-09-04 10:20:22 -04:00
ggurdin
11627c2bfb
enable toolbar on click for html messages 2024-09-03 16:15:18 -04:00
ggurdin
660c49873b
removed expanded widget wrapping overlay stack that caused crash in release mode 2024-09-03 11:22:17 -04:00
ggurdin
5e145837d2
add padding to reaction picker 2024-09-03 10:43:26 -04:00
ggurdin
a1ee965b9e
account for chat details column showing in message overlay 2024-09-03 10:25:55 -04:00
ggurdin
9f641633e4
merge main branch into combined selection view branch 2024-08-30 10:49:43 -04:00
ggurdin
cace965456
wrap chat input row in stateful widget and rebuild on choreo update to keep hint text and send button up-to-date 2024-08-30 10:11:43 -04:00
Kelrap
291dcfc192
Toolbar can show downward 2024-08-30 09:52:15 -04:00
ggurdin
bf29a324e4
removed unnecessary pangea comments 2024-08-27 15:00:56 -04:00
ggurdin
db21eaac7a
check if igc button is mounted before settings state 2024-08-27 14:42:11 -04:00
ggurdin
a181ace577
select message on showToolbar and ensure message is deselected on dismiss 2024-08-27 14:09:06 -04:00
ggurdin
c5db829fb5
resolved merge conflicts 2024-08-27 13:45:17 -04:00
ggurdin
0373d01f1b
simplified positioning of toolbar 2024-08-27 13:41:36 -04:00
ggurdin
14783d8536
Revert "Story game" 2024-08-23 10:44:21 -04:00
ggurdin
77fb4bcf4e
Revert "base timer off of game state event" 2024-08-23 10:40:41 -04:00
ggurdin
868e83709d
removed some excessive file changes to simplify PR 2024-08-21 10:06:23 -04:00
Kelrap
13dff2bd1d Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-14 10:59:18 -04:00
Kelrap
8e960f1b43 Make entirety of overlay message box scrollable 2024-08-14 10:58:59 -04:00
ggurdin
7f731e1406
base timer off of game state event 2024-08-13 17:12:28 -04:00
Kelrap
c99094f547 Fix window resize selection issue 2024-08-13 13:32:32 -04:00
Kelrap
d79e78271c Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-13 10:55:22 -04:00
ggurdin
012b20b09f
some small tweaks 2024-08-12 17:24:53 -04:00
Kelrap
72a6f30227 Timer does not automatically start 2024-08-12 17:15:57 -04:00
Kelrap
d2bcdaa7db Add timer to round model 2024-08-12 16:51:35 -04:00
Kelrap
1a841d382f Add getter for remaining time 2024-08-12 16:04:11 -04:00
Kelrap
e7f3b9e73a Adds countdown timer to chat 2024-08-12 16:02:03 -04:00
Kelrap
6c5f4d0ece Try fix window resize problem 2024-08-12 14:20:41 -04:00
Kelrap
e7fa9a35f1 Adjust scrolling logic 2024-08-12 10:26:14 -04:00
Kelrap
a417f2f8ca Add scrolling to center messages 2024-08-09 14:59:19 -04:00
Kelrap
c42f44a798 Programmatically determine left/right 2024-08-09 10:23:09 -04:00
Kelrap
ea8e4497f3 Close keyboard if open 2024-08-08 14:37:23 -04:00
Kelrap
43d99c526a Tweaks 2024-08-08 13:51:27 -04:00
Kelrap
ed57c340d1 Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-08 10:38:21 -04:00
Kelrap
f46a5bac7f Shift footer down 2024-08-08 09:41:44 -04:00
Kelrap
bb263c71c2 Toolbar placed over selected message 2024-08-07 17:10:44 -04:00
ggurdin
b8bd90a44d
replace accessToken with matrix access token 2024-08-07 12:48:28 -04:00
WilsonLe
c193c928a1 implement dynamic zone label and title shared component 2024-08-07 11:27:22 -04:00
WilsonLe
49921e47e4 Merge branch '559-role-play-mode' of https://github.com/pangeachat/client into 559-role-play-mode 2024-08-07 10:59:47 -04:00
WilsonLe
62d71285a4 fix text adventure title padding 2024-08-07 10:59:43 -04:00
ggurdin
04012481fa
Merge branch 'main' into 559-role-play-mode 2024-08-07 10:17:12 -04:00
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
WilsonLe
adb5d3eb39 Merge branch '546-improve-bot-settings-ui' into 559-role-play-mode 2024-08-06 15:49:41 -04:00
WilsonLe
1ece90dad2 refactor, group create group and chat details into one component 2024-08-06 15:48:58 -04:00
Kelrap
a911b9f852 Attempt 1 of repositioning toolbar 2024-08-06 15:11:45 -04:00