Commit graph

2711 commits

Author SHA1 Message Date
Krille
3011d18438
chore: Follow up html rendering 2025-02-02 15:40:12 +01:00
Krille
979b30e0aa
chore: Follow up html rendering 2025-02-02 15:31:08 +01:00
krille-chan
a9a23c6309
chore: Design adjustments 2025-02-02 14:05:58 +01:00
krille-chan
a21fc8884d
refactor: Remove unused class 2025-02-02 13:51:57 +01:00
krille-chan
c971d2bd8a
refactor: Switch to ubuntu font 2025-02-02 13:50:42 +01:00
Krille
12c948211b
refactor: New html rendering 2025-02-02 13:37:07 +01:00
krille-chan
7cbc518951
refactor: Improve sso login UX on web 2025-02-02 11:38:36 +01:00
ggurdin
e20844fe86
1512 level up notification (#1570)
* feat: initial work for level up notification

* feat: initial animation

* feat: level up slide animation, wait for image data to load

* feat: trigger animation on level up

* feat: added sound to level up notificaton
2025-01-31 16:40:41 -05:00
ggurdin
6f213e78a5
1653 GitHub action to add needs testing labels (#1679)
* feat: add github action to add needs testing labels to closed issues

* fix: add all needs testing labels
2025-01-31 15:28:39 -05:00
ggurdin
875d6bb7eb
fix: revert some changes to leaving space logic, updated copy (#1677) 2025-01-31 15:17:45 -05:00
ggurdin
7a071dea77
Switch bot svg (#1654)
* fix: use bot face png for most bot faces to fix memory issues

* fix: if no data in vocab popup, still show title
2025-01-30 16:43:26 -05:00
ggurdin
3ed92b3411
fix: update text controller value when text field value changes (#1637) 2025-01-29 16:15:40 -05:00
wcjord
33278567bc fix(instructions): dont show clickMessage instructions after message click 2025-01-29 15:13:44 -05:00
ggurdin
d408910fbb
fix: exclude space from chat search results (#1617) 2025-01-28 10:54:19 -05:00
ggurdin
d229207d18
fix: uncommented call to change room description (#1608) 2025-01-27 17:05:02 -05:00
ggurdin
632384af03
fix: use case insensitive match for replacing emoji (#1605) 2025-01-27 15:47:52 -05:00
Krille
2ad6d6f1c5
chore: Adjust colors 2025-01-27 09:31:37 +01:00
Krille
9512e78441
chore: adjust design 2025-01-26 17:30:43 +01:00
Krille
8717f1c430
chore: Follow up design 2025-01-26 17:03:28 +01:00
Krille
63e603614b
chore: Follow up emoji picker design 2025-01-26 16:50:15 +01:00
Krille
fac2e5bde3
chore: Adjust emoji picker design 2025-01-26 16:14:24 +01:00
Krille
85bebb796c
chore: Design adjustments 2025-01-26 16:07:52 +01:00
ggurdin
98aeb60f3a
fix: don't pass PangeaMessageEvent to activity message (#1561) 2025-01-23 13:31:42 -05:00
ggurdin
1d8e68a147
feat: different styling for activity plan messages (#1558)
* feat: different styling for activity plan messages
2025-01-23 13:03:21 -05:00
Krille
43f47a2df6
chore: Follow up colors reply 2025-01-23 11:29:48 +01:00
ggurdin
39e35b673e
fix: don't show duplicate login error (#1545) 2025-01-22 17:14:03 -05:00
wcjord
b81f3841f8
feat(activity_planner): full draft done (#1542)
* feat(activity_planner): mvp done

* refactor(activity_planner): move launch icon button to file

* dev: dart formatting

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-01-22 17:00:48 -05:00
ggurdin
cbf9bd22ee
fix: reset audio play on open toolbar (#1543) 2025-01-22 16:50:15 -05:00
ggurdin
a4e2177de6
fix: don't show invite space dialog after joining room with code (#1541) 2025-01-22 16:33:07 -05:00
Krille
7504756caf
chore: Follow up reply color 2025-01-22 19:55:48 +01:00
ggurdin
a253809862
1518 dont give hidden word activity for html formatted messages (#1520)
* fix: prevent hidden word activities for HTML formatted messages

* fix: add token highlighting for tokens with activities in HTML messages
2025-01-22 12:00:30 -05:00
ggurdin
58cfbdeac9
dev: move toolbar positioning logic into its own file and move some d… (#1519)
* dev: move toolbar positioning logic into its own file and move some dimension values into AppConfig

* fix: dart format
2025-01-22 11:22:50 -05:00
ggurdin
f59b31ce9c
feat: add clicking for tokens in HTML messages (#1510) 2025-01-21 12:54:48 -05:00
Kelrap
6f63a6d710
Highlight audio text (#1333)
* Highlight text as TTS plays - attempt 1

* Make highlighting actually work

* Fix to minor version of punctuation issue

* Highlights all applicable text

* fix: filter out punctuation tokens in the client side when highlighing audio tokens

* Highlight selection separate from normal selection

* cleanup: further decouple tts highlighting and token selection, renamed temporarySelection => _highlightedTokens

* fix: don't show token highlights for non-overlay messages

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-01-21 09:15:17 -05:00
ggurdin
426d1429b3
fix: don't overflow language options (#1496)
* fix: don't overflow language options

* fix: match font size of number and text, bold number

* default to send on enter

* fix: don't run mode validation if not enabled
2025-01-17 11:50:24 -05:00
ggurdin
9cb4e0e65d
feat: stop other sso button loading if other sso button starts loading (#1486) 2025-01-16 15:15:22 -05:00
ggurdin
d8f484871e
feat: if message needs tokenization before send, send fake message to… (#1443)
* feat: if message needs tokenization before send, send fake message to look like the message is sending

* feat: make fake event replacement smoother
2025-01-15 14:27:53 -05:00
ggurdin
bab9287117
fix: make scrollbar in morph_center_widget scrollable (#1441) 2025-01-14 14:08:10 -05:00
ggurdin
027158e286
1435 refactor into function specific groupings (#1440)
* fix: deleted unreferenced files

* fix: sort files based on function
2025-01-14 14:00:30 -05:00
Krille
6f18f71644
chore: Update lastEvent after redaction 2025-01-14 13:54:14 +01:00
Krille
36bdca84c7
chore: Update matrix dart sdk 2025-01-14 10:46:20 +01:00
wcjord
02050d3006
1407 bring back locking of tools (#1408)
* dev: clean up isActivityBasicallyEligible and shouldDoActivity defs

* feat: bring back locking of tools and highlight words with meaning activities

* fix: exclude tokens that are not relevant for meaning activities from proportionOfActivitiesCompleted computation

* fix: show yellow if token meaning activity has been done but shouldDoActivity is true

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-01-13 10:23:40 -05:00
Krille
2fef6faa1a
chore: Follow up other party has no keys 2025-01-13 16:08:08 +01:00
Krille
aa010767de
feat: Prevent sending messages if other party has no encryption keys 2025-01-13 13:58:46 +01:00
krille-chan
8cb06d602b
chore: Show close icon for device verification warning 2025-01-12 12:24:14 +01:00
wcjord
bbc791b314 dev/feat: refactor of instructions, tweaking of morph/lemma edits 2025-01-11 13:25:07 -05:00
ggurdin
8cbe1ea1f7
1389 space analytics download updates (#1395)
* feat: invite other admins to analytics rooms

* fix: properly invite space admins to analytics rooms

* feat: simplify process for getting space admins into analytics rooms

* feat: add columns for over and under 80% correct use for original written and system generated uses
2025-01-10 14:25:27 -05:00
Krille
f68a9de6bf
feat: Display file description on all file events 2025-01-10 15:19:48 +01:00
Krille
a5dc6db4e8
fix: Do not leave old room if join new room failed 2025-01-10 14:57:54 +01:00
ggurdin
771bd4b6c3
fix: don't run startChatWithBotIfNotPresent if user is bot (#1392)
* fix: don't run startChatWithBotIfNotPresent if user is bot

* fix: dart formatting
2025-01-09 16:04:16 -05:00