1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/web_src/js
wxiaoguang 8d5fbeb7a2
Use data-tooltip-content for tippy tooltip ()
Follow:
* 
* Remove all ".tooltip[data-content=...]"

Major changes:

* Remove "tooltip" class, use "[data-tooltip-content=...]" instead of
".tooltip[data-content=...]"
* Remove legacy `data-position`, it's dead code since last Fomantic
Tooltip -> Tippy Tooltip refactoring
* Rename reaction attribute from `data-content` to
`data-reaction-content`
* Add comments for some `data-content`: `{{/* used by the form */}}`
* Remove empty "ui" class
* Use "text color" for SVG icons (a few)
2023-03-24 18:35:38 +08:00
..
components Use data-tooltip-content for tippy tooltip () 2023-03-24 18:35:38 +08:00
features Use data-tooltip-content for tippy tooltip () 2023-03-24 18:35:38 +08:00
markup update to mermaid v10 () 2023-03-04 00:39:07 -05:00
modules Use data-tooltip-content for tippy tooltip () 2023-03-24 18:35:38 +08:00
standalone Add new JS linter rules () 2021-11-22 16:19:01 +08:00
test Use link in UI which returned a relative url but not html_url which contains an absolute url () 2023-02-06 12:09:18 -06:00
utils Refactor branch/tag selector to Vue SFC () 2023-03-14 17:51:20 +08:00
webcomponents Polyfill the window.customElements () 2023-03-20 23:17:56 +08:00
bootstrap.js Quick fixes monaco-editor error: "vs.editor.nullLanguage" () 2022-11-09 18:02:19 +08:00
index.js Use a general approach to show tooltip, fix temporary tooltip bug () 2023-03-23 17:56:15 +08:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
serviceworker.js Fix serviceworker output file and misc improvements () 2020-05-24 08:36:40 +01:00
svg.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Scoped labels () 2023-02-18 21:17:39 +02:00
utils.test.js Fix links for the menus in the view file page () 2023-02-08 00:08:44 +08:00