Commit Graph

11809 Commits (6191f671da2d4baef1502da3a39a30be847e67dc)
 

Author SHA1 Message Date
ggurdin 6191f671da
fix: improve logic for when to request missing activity summary (#3714) 3 months ago
ggurdin fe7e5385e8
fix: group adjacent punctuation tokens with content tokens to prevent line breaks, added token positions cache (#3713) 3 months ago
ggurdin fd617f296f
fix: rebuild analytics page on analytics stream update (#3711) 3 months ago
ggurdin 60d4c5d526
chore: prevent scrolling within 4 pixel area where header overflow could cause unwanted scroll (#3710) 3 months ago
ggurdin 9016a41c9f
chore: fix substring index issue with emoji characters (#3708) 3 months ago
ggurdin c9494f69f1
chore: fallback to old activity IDs (#3707) 3 months ago
ggurdin 9e190d483a
chore: use activity IDs from the choreo response (#3706) 3 months ago
ggurdin f5a2d1114b
chore: make 'generate activities' singular (#3703) 3 months ago
ggurdin cbc201c0e0
chore: cast data as String in ActivityRoleModel.fromJson to throw error on null userID (#3701) 3 months ago
Kelrap d82efa2ced
Make objective/topic/mode nullable lists instead of async (#3698)
* Make objective/topic/mode nullable lists instead of async

* Check for mount before setting state

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
3 months ago
ggurdin b1d9b30b29
Conditionally render participants (#3700)
* chore: only show activity participants in state event widget it user has assigned role

* chore: show participants in activity state event if there are no available roles
3 months ago
ggurdin 1e3529180b
chore: simplify activity summary display, add activity summary widget to chat event list 3 months ago
Kelrap 25e72f440d
Use different name color for dark mode (#3694) 3 months ago
Kelrap ca65c8c2ea
Make Create your space button flexible (#3683)
* Make Create your space button flexible

* Keep row from expanding

* Make buttons unflexible, wrap instead

* Add wrap to keep last 2 buttons together
3 months ago
Kelrap 10d8fc26aa
Change grammar threshold from 25 to 30 (#3689) 3 months ago
ggurdin 14f2401df7
fix: don't set static default roles list (#3686) 3 months ago
ggurdin a5cf44e82d
chore: fix copy for request all dialog (#3679) 3 months ago
ggurdin 4abfd6b091
chore: always reset lastChecked string in choreo on changed listener (#3678) 3 months ago
Kelrap 41ad21e80e
On Find your people page, use mobile layout for narrow column mode windows (#3674)
* On Find your people page, use mobile layout for narrow column mode windows

* chore: wrap button in find you people page on narrow two-column screen widths

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
3 months ago
Kelrap d8ce170b0d
Decrease grammar popup text size in column mode (#3673)
* Decrease grammar popup text size in column mode

* simplify

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
3 months ago
Kelrap 60c1a40e94
Make chat list delete similar to leave (close chat on leave) (#3672) 3 months ago
ggurdin 194c25be25
3671 dont show join wrap up state events instead in activity plan state event show taken untaken roles and below that show users who havent picked a role (#3675)
* chore: add role IDs

* chore: add row of unjoined users to activity plan state event display
3 months ago
ggurdin d87f86bee1
3667 replace room creation state event with big image (#3670)
* build: reorganize activity-related files

* chore: add roles to instances of activity plan models

* chore: add avatar url to role object

* chore: in activity sessions, replace room creation state event with larger image
3 months ago
wcjord f5b384f6ff
feat(activity_plan_model): added roles to model (#3669) 3 months ago
ggurdin af88666549
chore: copy update (#3666) 3 months ago
ggurdin c2134d2f3e
chore: change activity roles event so admins can finish activity for everyone (#3665) 3 months ago
ggurdin 32688f332a
chore: exclude bot when checking if activity is finished (#3660) 3 months ago
Kelrap d09617aa81
Activity loading tweaks (#3636)
* Added activity message when generation is partially successful

* Fix problem with missing intl entries

* Fix error message on timeout, add try again button to partial timeout

* Revert _activityItems.isNotEmpty check on _loading

* Make reversion match previous format

* Fix _setActivityItems failure from empty activity_plans

* Set timeout after first timeout, throw timeout exception for empty activities

* Only show Try again buttons when not currently loading

* fix text align

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
3 months ago
ggurdin fe5a5ce66a
chore: fix reaction padding for others' messages (#3656) 3 months ago
ggurdin 9b72bd8a09
Sentry (#3655)
* chore: render newlines in html message properly

* chore: log timeouts as warnings

* chore: update log level
3 months ago
ggurdin d1b7b13ab6
chore: don't set l1 if locale is not valid (#3654) 3 months ago
ggurdin 867004243f
chore: don't lazy load members, account for left memebers when determ… (#3653)
* chore: don't lazy load members, account for left memebers when determining if activity is finished

* chore: always show continue button in unfinished activities
3 months ago
ggurdin 0ac33f96fa
fix: don't put positioned widget in non-stack parent (#3649) 3 months ago
ggurdin 3ca759229b
chore: account for top screen padding when adjusting overlay position on header overflow (#3647) 3 months ago
ggurdin d083e53d47
chore: fix overlay emojis padding (#3646) 3 months ago
Kelrap f0b3946d52
Move ActivityPinnedMessage to AppBar (#3643) 3 months ago
ggurdin 4cb1e801d2
chore: go back to base screen on back button from launch screen with activity card (#3645) 3 months ago
Kelrap 3557c897ba
Change activity participants text from min to max (#3640)
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
3 months ago
ggurdin ed7c7d2d7e
chore: save activities on launch (#3644) 3 months ago
ggurdin 39fc047961
feat: space analytics page 3 months ago
Kelrap f4f1113277
Don't show popup for invalid commands (#3635) 3 months ago
ggurdin d970d985b3
build: update matrix sdk (#3634) 3 months ago
ggurdin c283f157da
chore: add activity summaries loading indicator (#3633) 3 months ago
ggurdin 31c6228ca4
chore: make user nullable in carousel (#3631) 3 months ago
ggurdin dea50a51fd
chore: some small updates to activity session UI (#3630) 3 months ago
ggurdin aabb97bc15
chore: hide activity chat UI elements for older activity chats (#3627) 3 months ago
ggurdin 600494b3c8
chore: fix stack child rendering issue (#3624) 3 months ago
Kelrap 451ced6580
Edit unpin confirmation text (#3620)
* Edit unpin confirmation text

* Add new intl entry for edited unpin confirmation text

* Add Pangea comments

* Fix pangea comments

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
3 months ago
ggurdin 62140c56da
feat: activity sessions 3 months ago
avashilling f4bef7f3e4
3607 pinned message highlight persists after unpinning (#3615)
* fix: unhighlight messages on unpin

* remove unnecessary setState

* reset scroll marker when unpinned to remove highlight

* fix: calls unpin function from message actions

Adds more security to unpinning by displaying the same confirmation dialog about unpinning in both places you can do it.
3 months ago