Skip to content
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

Use tippy.js for context popup #20393

Merged
merged 12 commits into from
Jul 18, 2022
Merged

Use tippy.js for context popup #20393

merged 12 commits into from
Jul 18, 2022

Commits on Jul 17, 2022

  1. Use tippy.js for context popup

    By appending the tooltips to document.body, we can avoid any stacking context issues caused by surrounding element's CSS.
    
    I wasn't able to get this portalling to work with Fomantic popups, so this uses tippy.js instead of Fomantic popups. We should aim to replace all Fomantic popups with this eventually.
    
    Fixes: go-gitea#20377
    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ba0212f View commit details
    Browse the repository at this point in the history
  2. css cleanup

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e023975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260fe11 View commit details
    Browse the repository at this point in the history
  4. fix lint

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1efdaca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf74374 View commit details
    Browse the repository at this point in the history
  6. remove delay

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8ab9399 View commit details
    Browse the repository at this point in the history
  7. rename file

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    871daa4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    452e264 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary default

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9534aa6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c899251 View commit details
    Browse the repository at this point in the history
  11. tweak svg arrow

    silverwind committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    308396e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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