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

Fix issues with the new topic dialog #8608

Merged
merged 19 commits into from
May 16, 2022

Commits on May 16, 2022

  1. Make the cursor a pointer

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7bbc306 View commit details
    Browse the repository at this point in the history
  2. Add ignoreAnchors

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e77748d View commit details
    Browse the repository at this point in the history
  3. Use ignoreAnchors

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5365659 View commit details
    Browse the repository at this point in the history
  4. Use linkifyElement()

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d9a6757 View commit details
    Browse the repository at this point in the history
  5. Use useLayoutEffect()

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0f8dc98 View commit details
    Browse the repository at this point in the history
  6. Use Linkify

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    dea6b58 View commit details
    Browse the repository at this point in the history
  7. Add onClick

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    fa20c60 View commit details
    Browse the repository at this point in the history
  8. Close dialog when clicking an anchor element

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d1a2723 View commit details
    Browse the repository at this point in the history
  9. Use TooltipTarget

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e4f0f91 View commit details
    Browse the repository at this point in the history
  10. Add useFocus

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    cf07890 View commit details
    Browse the repository at this point in the history
  11. Add listeners only if ignoreAnchors

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    8631626 View commit details
    Browse the repository at this point in the history
  12. Use useHover and useFocus

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5a13dbd View commit details
    Browse the repository at this point in the history
  13. Replace ignoreAnchors with ignoreHover()

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    dfc292c View commit details
    Browse the repository at this point in the history
  14. Make hooks return props

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1eb00ad View commit details
    Browse the repository at this point in the history
  15. Update snap

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0a05a92 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    89994f5 View commit details
    Browse the repository at this point in the history
  17. Remove unused ref

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    27836ed View commit details
    Browse the repository at this point in the history
  18. Unused import

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    786ec9d View commit details
    Browse the repository at this point in the history
  19. Add correctly linkifies a room alias

    Signed-off-by: Šimon Brandner <[email protected]>
    SimonBrandner committed May 16, 2022
    Configuration menu
    Copy the full SHA
    874a2db View commit details
    Browse the repository at this point in the history