-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull in develop branch which was synced from upstream #10
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90bcce9 - Browse repository at this point
Copy the full SHA 90bcce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8e572 - Browse repository at this point
Copy the full SHA 9c8e572View commit details
Commits on Mar 6, 2024
-
Handle up/down as well as left/right for horizontal toolbars for impr…
…oved a11y (matrix-org#12305) Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bd74f5 - Browse repository at this point
Copy the full SHA 8bd74f5View commit details -
Remove references to internal js-sdk type
CryptoBackend
(matrix-org……#12321) * Remove references to internal js-sdk type `CryptoBackend` * Use `Paramteters` to avoid `ts-ignore`
Configuration menu - View commit details
-
Copy full SHA for 91020b3 - Browse repository at this point
Copy the full SHA 91020b3View commit details -
Use
strong
element to semantically denote visually emphasised conte……nt (matrix-org#12320) * Use `strong` element to semantically denote visually emphasised content Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Add comment Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2617611 - Browse repository at this point
Copy the full SHA 2617611View commit details
Commits on Mar 7, 2024
-
Remove unused slider component (matrix-org#12303)
It is unused as of matrix-org#12246. I noticed this while working on matrix-org#12299.
Configuration menu - View commit details
-
Copy full SHA for 60f3c2e - Browse repository at this point
Copy the full SHA 60f3c2eView commit details -
Update matrix-org (matrix-org#11966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b3df3c - Browse repository at this point
Copy the full SHA 1b3df3cView commit details -
Update all non-major dependencies (matrix-org#12322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba6bc78 - Browse repository at this point
Copy the full SHA ba6bc78View commit details -
Update dependency stylelint-scss to v6.2.0 (matrix-org#12323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 148520c - Browse repository at this point
Copy the full SHA 148520cView commit details -
Update dependency @vector-im/compound-web to v3.1.3 (matrix-org#12281)
* Update dependency @vector-im/compound-web to v3.1.3 * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Fix TAC width due to compound update (matrix-org#12326) --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]> Co-authored-by: Florian Duros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af51897 - Browse repository at this point
Copy the full SHA af51897View commit details -
Call guest access link creation to join calls as a non registered use…
…r via the EC SPA (matrix-org#12259) * Add externall call link button if in public call room Signed-off-by: Timo K <[email protected]> * Allow configuring a spa homeserver url. Signed-off-by: Timo K <[email protected]> * temp Signed-off-by: Timo K <[email protected]> * remove homeserver url Signed-off-by: Timo K <[email protected]> * Add custom title to share dialog. So that we can use it as a "share call" dialog. Signed-off-by: Timo K <[email protected]> * - rename config options - only show link button if a guest url is provided - share dialog custom Title - rename call share labels Signed-off-by: Timo K <[email protected]> * rename to title_link Signed-off-by: Timo K <[email protected]> * add tests for ShareDialog Signed-off-by: Timo K <[email protected]> * add tests for share call button Signed-off-by: Timo K <[email protected]> * review Signed-off-by: Timo K <[email protected]> * remove comment Signed-off-by: Timo K <[email protected]> * Update src/components/views/dialogs/ShareDialog.tsx Co-authored-by: David Baker <[email protected]> --------- Signed-off-by: Timo K <[email protected]> Co-authored-by: David Baker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70365c8 - Browse repository at this point
Copy the full SHA 70365c8View commit details
Commits on Mar 8, 2024
-
Fix spotlight opening in TAC (matrix-org#12315)
* Fix spotlight opening in TAC * Add tests * Remove `RovingTabIndexProvider`
Configuration menu - View commit details
-
Copy full SHA for ddbc643 - Browse repository at this point
Copy the full SHA ddbc643View commit details -
Reset power selector on API failure to prevent state mismatch (matrix…
…-org#12319) * Reset power selector on API failure to prevent state mismatch Signed-off-by: Michael Telatynski <[email protected]> * Allow onChange to be sync or async Signed-off-by: Michael Telatynski <[email protected]> * Add unmounted check Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42ac873 - Browse repository at this point
Copy the full SHA 42ac873View commit details -
Use correct push rule to evaluate room-wide mentions (matrix-org#12318)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e807457 - Browse repository at this point
Copy the full SHA e807457View commit details -
Improve Forward Dialog a11y by switching to roving tab index interact…
…ions (matrix-org#12306) * Improve Forward Dialog a11y by switching to roving tab index interactions Signed-off-by: Michael Telatynski <[email protected]> * Improve screen reader readout Signed-off-by: Michael Telatynski <[email protected]> * Improve screen reader readout Signed-off-by: Michael Telatynski <[email protected]> * Add tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e68d5d - Browse repository at this point
Copy the full SHA 8e68d5dView commit details
Commits on Mar 11, 2024
-
[create-pull-request] automated change (matrix-org#12330)
Co-authored-by: github-merge-queue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89eb884 - Browse repository at this point
Copy the full SHA 89eb884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431ae32 - Browse repository at this point
Copy the full SHA 431ae32View commit details -
TAC: Fix CSS & component typos (matrix-org#12333)
* Fix CSS & component typo * Update snapshots
Configuration menu - View commit details
-
Copy full SHA for 753fc2d - Browse repository at this point
Copy the full SHA 753fc2dView commit details
Commits on Mar 12, 2024
-
Element Call: fix widget shown while its still loading (`waitForIfram…
…eLoad=false`) (matrix-org#12292) * show loading spinner also if waitForIframeLoad = false Configure EC so it waits for the content loaded action !WARNING This breaks compatibility with the full mesh branch. I would like to discuss here if/when we can do that. Signed-off-by: Timo K <[email protected]> * stop show loading screen on widget ready (instead of preparing) Signed-off-by: Timo K <[email protected]> * wait until widget loading is over before comparing screenshots Signed-off-by: Timo K <[email protected]> * fix waitForIFrame=true widgets Signed-off-by: Timo K <[email protected]> * test Signed-off-by: Timo K <[email protected]> * always start with loading true. + cleanup Signed-off-by: Timo K <[email protected]> * simplify loading Signed-off-by: Timo K <[email protected]> * update snapshots (start not in loading state for waitForIframe = true widgets) Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 396829e - Browse repository at this point
Copy the full SHA 396829eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 181a317 - Browse repository at this point
Copy the full SHA 181a317View commit details -
Configuration menu - View commit details
-
Copy full SHA for db532f1 - Browse repository at this point
Copy the full SHA db532f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c7486 - Browse repository at this point
Copy the full SHA e0c7486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b793f7 - Browse repository at this point
Copy the full SHA 1b793f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f251d8 - Browse repository at this point
Copy the full SHA 0f251d8View commit details