Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Switch AccessibleTooltipButton to using Compound Tooltips #12078

Closed
wants to merge 40 commits into from

Commits on Dec 21, 2023

  1. Avoid using AccessibleTooltipButton with no tooltip

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6b36033 View commit details
    Browse the repository at this point in the history
  2. Switch AccessibleTooltipButton to using Compound Tooltips

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    07c369c View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    98ce60e View commit details
    Browse the repository at this point in the history
  4. Fix Compound tooltips in Dialogs

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    474eab8 View commit details
    Browse the repository at this point in the history
  5. Fix setting labels not being correctly linked

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c5e159b View commit details
    Browse the repository at this point in the history
  6. Update snapshots

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    68131cf View commit details
    Browse the repository at this point in the history
  7. Fix playwright test

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9f04269 View commit details
    Browse the repository at this point in the history
  8. Iterate

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4dd1247 View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8fa230e View commit details
    Browse the repository at this point in the history
  10. Update snapshots

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7a962cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd5d8fa View commit details
    Browse the repository at this point in the history
  12. Merge branch 't3chguy/cr/157-10' of github.com:matrix-org/matrix-reac…

    …t-sdk into t3chguy/cr/157-7
    
    # Conflicts:
    #	test/components/views/dialogs/__snapshots__/DevtoolsDialog-test.tsx.snap
    #	test/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap
    #	test/components/views/settings/tabs/user/__snapshots__/SecurityUserSettingsTab-test.tsx.snap
    t3chguy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4fc235f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Fix CSS stacking contexts for Dialogs & PersistedElement

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4d116f5 View commit details
    Browse the repository at this point in the history
  2. Switch to PersistedElement sharing a CSS stacking context for z-index…

    … to continue functioning
    
    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    53e30e2 View commit details
    Browse the repository at this point in the history
  3. Fix Widget PIP overlay being under the widget and dragging being broken

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c9783de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1261e9e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/fix/26805
    
    # Conflicts:
    #	res/css/_common.pcss
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0a9a97f View commit details
    Browse the repository at this point in the history
  2. Fix border-radius on widget pip

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    02177e9 View commit details
    Browse the repository at this point in the history
  3. Fix majority of tests

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    76d5d19 View commit details
    Browse the repository at this point in the history
  4. Fix jest retryTimes applying outside of CI

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7ca123a View commit details
    Browse the repository at this point in the history
  5. Fix remaining tests

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fbdcd96 View commit details
    Browse the repository at this point in the history
  6. Fix React unique key warnings

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    977216c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ad9790 View commit details
    Browse the repository at this point in the history
  8. Fix sticker picker

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1678e4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0cf422 View commit details
    Browse the repository at this point in the history
  10. id not class

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    80baf34 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Fix widget pip button colour in light theme

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    caefcf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/cr/157-11
    
    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    
    # Conflicts:
    #	res/css/_common.pcss
    t3chguy committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    30bfb49 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/cr/157-7
    
    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    
    # Conflicts:
    #	src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx
    t3chguy committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9f60497 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/cr/157-7
    
    # Conflicts:
    #	src/components/views/pips/WidgetPip.tsx
    t3chguy committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    38f2a4a View commit details
    Browse the repository at this point in the history
  2. i18n

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1bac627 View commit details
    Browse the repository at this point in the history
  3. delint

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5f15f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    783d5ad View commit details
    Browse the repository at this point in the history
  2. Fix roving tabindexes with Radix SlotClone

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cbadb28 View commit details
    Browse the repository at this point in the history
  3. i18n

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1a24006 View commit details
    Browse the repository at this point in the history
  4. Use TooltipProvider in tests

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6d4bbe3 View commit details
    Browse the repository at this point in the history
  5. delint

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    05507ff View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Iterate

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1210ac2 View commit details
    Browse the repository at this point in the history
  2. Iterate

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ffa4cb0 View commit details
    Browse the repository at this point in the history
  3. Iterate

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    78ce80b View commit details
    Browse the repository at this point in the history