David Baker
307d737555
Add analytics for mark all threads unread ( #12384 )
...
* Add analytics for mark all threads unread
* Upgrade matrix-analytics events for new event
2024-04-04 12:12:30 +00:00
renovate[bot]
0ad769f009
Update typescript-eslint monorepo to v7.4.0 ( #12400 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:55:57 +00:00
renovate[bot]
64ac532317
Update dependency stylelint to v16.3.1 ( #12399 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:30:59 +00:00
renovate[bot]
5e0068b984
Update dependency @sentry/browser to v7.109.0 ( #12397 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 14:38:27 +00:00
renovate[bot]
de9e7e367c
Update dependency typescript to v5.4.3 ( #12396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 14:05:16 +00:00
renovate[bot]
9e7500d179
Update dependency @types/node to v18.19.28 ( #12395 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 13:12:11 +00:00
renovate[bot]
784786da0d
Update babel monorepo to v7.24.3 ( #12394 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 12:46:25 +00:00
renovate[bot]
b4e1e0bd9f
Update all non-major dependencies ( #12393 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 11:45:37 +00:00
RiotRobot
485c12e6cb
Upgrade dependency to matrix-js-sdk@32.0.0-rc.0
2024-04-02 16:16:49 +00:00
RiotRobot
f8e210f1a0
Reset matrix-js-sdk back to develop branch
2024-03-28 16:54:39 +00:00
RiotRobot
21190045c1
Reset matrix-js-sdk back to develop branch
2024-03-26 16:36:44 +00:00
RiotRobot
c699c6bead
Merge branch 'master' into develop
2024-03-26 16:36:28 +00:00
RiotRobot
69c23b5ae7
Upgrade dependency to matrix-js-sdk@31.6.0
2024-03-26 16:27:24 +00:00
renovate[bot]
2e7668752f
Update dependency axe-core to v4.9.0 ( #12373 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26 11:54:51 +00:00
renovate[bot]
7697c27fa3
Update dependency express to v4.19.2 [SECURITY] ( #12372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 23:23:24 +00:00
renovate[bot]
53f837d5e0
Update dependency katex to v0.16.10 [SECURITY] ( #12371 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 22:38:52 +00:00
renovate[bot]
665605b2b6
Update dependency typescript to v5.4.2 ( #12324 )
...
* Update dependency typescript to v5.4.2
* Fix type conflicts
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Make tsc happier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-03-19 17:55:06 +00:00
renovate[bot]
9c78b357bd
Update all non-major dependencies ( #12351 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 17:47:51 +00:00
renovate[bot]
7cbf7cce42
Update dependency @sentry/browser to v7.107.0 ( #12354 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 16:40:43 +00:00
renovate[bot]
c9caf1bc36
Update typescript-eslint monorepo to v7.2.0 ( #12355 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 16:40:39 +00:00
renovate[bot]
e21b000526
Update definitelyTyped ( #12353 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 16:40:14 +00:00
renovate[bot]
99e32df342
Update babel monorepo to v7.24.1 ( #12352 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 16:39:47 +00:00
RiotRobot
f8131e2363
Upgrade dependency to matrix-js-sdk@31.6.0-rc.0
2024-03-19 15:07:34 +00:00
David Baker
a5ed97b903
Mark as Unread ( #12254 )
...
* Support the mark as unread flag
* Add mark as unread menu option
and make clering notifications also clear the unread flag
* Mark as read on viewing room
* Tests
* Remove random import
* Don't show mark as unread for historical rooms
* Fix tests & add test for menu option
* Test RoomNotificationState updates on unread flag change
* Test it doesn't update on other room account data
* New icon for mark as unread
* Add analytics events for mark as (un)read
* Bump to new analytics-events package
* Read from both stable & unstable prefixes
* Cast to boolean before checking
to avoid setting state unnecessarily
* Typo
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Doc external interface (and the rest at the same time)
* Doc & rename unread market set function
* Doc const exports
* Remove listener on destroy
* Add playwright test
* Clearer language, hopefully
* Move comment
* Add reference to the MSC
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Expand on function doc
* Remove empty beforeEach
* Rejig badge logic a little and add tests
* Fix basdges to not display dots in room sublists again
and hopefully rename the forceDot option to something that better
indicates what it does, and add tests.
* Remove duplicate license header (?)
* Missing word (several times...)
* Incorporate PR suggestion on badge type switch
* Better description in doc comment
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Update other doc comments in the same way
* Remove duplicate quote
* Use quotes consistently
* Better test name
* c+p fail
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-03-19 13:28:20 +00:00
RiotRobot
94bd7989b7
Reset matrix-js-sdk back to develop branch
2024-03-14 17:14:42 +00:00
Florian Duros
e3ba643bdc
Update @vector-im/compound-design-tokens
in package.json ( #12339 )
2024-03-14 13:06:44 +00:00
RiotRobot
0f251d8a55
Reset matrix-js-sdk back to develop branch
2024-03-12 18:40:50 +00:00
RiotRobot
e0c7486a81
Merge branch 'master' into develop
2024-03-12 18:40:39 +00:00
RiotRobot
181a317388
Upgrade dependency to matrix-js-sdk@31.5.0
2024-03-12 18:35:19 +00:00
renovate[bot]
af51897889
Update dependency @vector-im/compound-web to v3.1.3 ( #12281 )
...
* Update dependency @vector-im/compound-web to v3.1.3
* Update snapshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update snapshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update snapshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix TAC width due to compound update (#12326 )
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Florian Duros <florianduros@element.io>
2024-03-07 14:40:03 +00:00
renovate[bot]
148520cea9
Update dependency stylelint-scss to v6.2.0 ( #12323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 11:35:51 +00:00
renovate[bot]
ba6bc781f7
Update all non-major dependencies ( #12322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 11:35:12 +00:00
renovate[bot]
1b3df3c8b9
Update matrix-org ( #11966 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 11:16:18 +00:00
renovate[bot]
942fabc5a8
Update all non-major dependencies ( #12310 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-03-05 17:56:10 +00:00
renovate[bot]
8f0e6aa9af
Update dependency @types/node to v18.19.21 ( #12309 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 15:40:10 +00:00
renovate[bot]
c7241e9bdc
Update typescript-eslint monorepo to v7.1.0 ( #12314 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 15:12:00 +00:00
renovate[bot]
c334cd79f6
Update dependency @playwright/test to v1.42.1 ( #12312 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 15:10:45 +00:00
renovate[bot]
2f6e9670e1
Update dependency @sentry/browser to v7.104.0 ( #12313 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 15:10:23 +00:00
renovate[bot]
0d762099c6
Update babel monorepo to v7.24.0 ( #12311 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 15:07:22 +00:00
RiotRobot
90bcce9d71
Upgrade dependency to matrix-js-sdk@31.5.0-rc.0
2024-03-05 14:05:20 +00:00
Robin
6eafe0e5a8
Refine styles of controls to match Compound ( #12299 )
...
This changes the styles of buttons, other form controls, and tabs in settings to:
1. Improve their usage of semantic colors, so that they adapt correctly to custom themes
2. Make them more visually coherent with the new Compound design system, as we integrate more of it into the app
This is a re-introduction of https://github.com/matrix-org/matrix-react-sdk/pull/12241 with the difference that we're now using our branding colors again on form colors, and buttons have become rounded to match the appearance of new Compound buttons.
2024-03-05 04:25:47 +00:00
renovate[bot]
c3e0535be9
Update dependency sanitize-html to v2.12.1 [SECURITY] ( #12302 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 14:39:09 +00:00
Michael Telatynski
5bd0afce30
Prevent "Element" hardcoded in i18n files ( #12296 )
...
* Prevent "Element" hardcoded in i18n files
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update matrix-web-i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-02-29 13:02:46 +00:00
RiotRobot
db6f7da2b2
Reset matrix-js-sdk back to develop branch
2024-02-27 13:00:00 +00:00
RiotRobot
8f5bdf5c57
Merge branch 'master' into develop
2024-02-27 12:59:49 +00:00
RiotRobot
bcb66965a3
Upgrade dependency to matrix-js-sdk@31.4.0
2024-02-27 12:52:17 +00:00
renovate[bot]
bbbb0e3dec
Update all non-major dependencies ( #12214 )
...
* Update all non-major dependencies
* Prettier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-02-22 10:11:25 +00:00
renovate[bot]
ce36a67504
Update typescript-eslint monorepo to v7 ( #12278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 19:52:43 +00:00
renovate[bot]
5e71c36504
Update dependency eslint-plugin-unicorn to v51 ( #12276 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 19:05:14 +00:00
renovate[bot]
37672f3964
Update dependency @types/sanitize-html to v2.11.0 ( #12275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 19:05:09 +00:00