mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 07:33:04 -04:00
Currently the dropdown component only supports having one `<summary>` and one `<ul>` (with interactive items) in it. This PR refactors it to add a `.content` container so that it is possible for the dropdown to contain things the more complex dropdowns do like `<hr>` and a searchbar. Also adds an `<hr>` to user actions as a little demo. Preview B: https://codeberg.org/attachments/8dfb98d2-52be-4c3c-8fc0-8fe470f34703 A: https://codeberg.org/attachments/53f2acfb-2e61-4420-b616-13d563f5c257 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9951 Reviewed-by: Otto <otto@codeberg.org> |
||
|---|---|---|
| .. | ||
| actions_menu.tmpl | ||
| authorlink.tmpl | ||
| avatarlink.tmpl | ||
| mention_highlight.tmpl | ||
| name.tmpl | ||
| namelink.tmpl | ||
| org_profile_avatar.tmpl | ||
| profile_big_avatar.tmpl | ||