gitea/templates/admin
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)
..
applications Add main landmark to templates and adjust titles ()
auth Use data-tooltip-content for tippy tooltip ()
base Optimize html templates ()
emails Convert `<div class="button">` to `<button class="button">` ()
org Add main landmark to templates and adjust titles ()
packages Add main landmark to templates and adjust titles ()
repo Fix `.locale.Tr` function not found in delete modal ()
runners Implement actions ()
user Use data-tooltip-content for tippy tooltip ()
config.tmpl Support reflogs ()
cron.tmpl Use data-tooltip-content for tippy tooltip ()
dashboard.tmpl Add main landmark to templates and adjust titles ()
hook_new.tmpl Add main landmark to templates and adjust titles ()
hooks.tmpl Add main landmark to templates and adjust titles ()
monitor.tmpl Add main landmark to templates and adjust titles ()
navbar.tmpl Implement actions ()
notice.tmpl Use data-tooltip-content for tippy tooltip ()
process-row.tmpl Move helpers to be prefixed with `gt-` ()
process.tmpl Refactor `i18n` to `locale` ()
queue.tmpl Add main landmark to templates and adjust titles ()
stacktrace-row.tmpl Move helpers to be prefixed with `gt-` ()
stacktrace.tmpl Add main landmark to templates and adjust titles ()