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

Add option to display tooltip on link hover #8394

Merged
merged 37 commits into from
Jul 6, 2022

Commits on Apr 22, 2022

  1. Add option to display tooltip on link hover

    This makes it possible for platforms like Electron apps, which lack
    a built-in URL preview in the status bar, to enable tooltip previews
    of links.
    
    Relates to: element-hq/element-web#6532
    Signed-off-by: Johannes Marbach <johannesm@element.io>
    Johennes committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f18cce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7129ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf07f54 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Use public access modifier

    Co-authored-by: Travis Ralston <travpc@gmail.com>
    Johennes and turt2live committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5da4ab8 View commit details
    Browse the repository at this point in the history
  2. Use exact inequality

    Co-authored-by: Travis Ralston <travpc@gmail.com>
    Johennes and turt2live committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f90805f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2374247 View commit details
    Browse the repository at this point in the history
  4. Document getAbsoluteUrl

    Johennes committed May 2, 2022
    Configuration menu
    Copy the full SHA
    1f2808b View commit details
    Browse the repository at this point in the history
  5. Appease the linter

    Johennes committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c5ae080 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Clarify performance impact in comment

    Co-authored-by: Travis Ralston <travpc@gmail.com>
    Johennes and turt2live committed May 6, 2022
    Configuration menu
    Copy the full SHA
    73dfb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ff830 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    502fab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6946ac View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    cd0574b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    8cbd220 View commit details
    Browse the repository at this point in the history
  2. Use optional chaining

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    Johennes and t3chguy committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0b5d048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ee784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1561555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f5e8d View commit details
    Browse the repository at this point in the history
  6. Fix indentation

    Johennes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    cfe46f2 View commit details
    Browse the repository at this point in the history
  7. Blur tooltip target on click

    Johennes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d90964f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c9bc7 View commit details
    Browse the repository at this point in the history
  9. Remove space

    Johennes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b8f68e0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    76862a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6f641 View commit details
    Browse the repository at this point in the history
  3. Add (simplistic) tests

    Johennes committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1216b17 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    Johennes committed May 17, 2022
    Configuration menu
    Copy the full SHA
    9a711f1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Fix lint errors ... for real

    Johennes committed May 18, 2022
    Configuration menu
    Copy the full SHA
    cdd181d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f096e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e4cfac View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon

    Johennes committed May 18, 2022
    Configuration menu
    Copy the full SHA
    837c56a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    33c40ac View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    e892052 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    dc3a5d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Fix copyright

    Johennes committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a76abc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83b12f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    aa9f454 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    68cf5c0 View commit details
    Browse the repository at this point in the history