* file reorganization
* added activity summary widget to show in chat view and activity launch view
* more updates to activity sessions start page
* function to ping course
* remove duplicate loading of participants
* nav bar visibility changes
* add generalized image from url widget
* update bottom of screen activity status message and add summaries to chat event list
* scroll to summary on click
* show invited activity sessions in course chats view
* Use ErrorIndicator for activity search messages
* Maintain loading cards for at least 5 seconds
* Fix message not showing for partial activity return
* Add status codes to activity search
* Fix strange request error handling
* Make search react appropriately to 400+ status codes
* Small readability fixes
* Use enum for activity search status
* Fix switched logic in hideCards
* 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
* 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>
* chore: add more specific error messages
* chore: more specific error messages
* chore: more specific error messages
* chore: more specific error messages
When you close the X button on the activity card after typing in a name for the chat, it closes the card rather than staying open
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
* Use participants star for level bar
* Remove progress bar drop shadow
* Do not allow activities with >50 participants
* Fix intl_en comma placement
* Add validation to activity editing
* Formatting
---------
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>