forgejo/templates/shared/user
Gusted 14d9c386fd
[UI] Fix HTMX support for profile card
- There were two issues with the profile card since the introduction of
HTMX in 3e8414179c. If an HTMX request
resulted in a flash message, it wasn't being shown and HTMX was
replacing all the HTML content instead of morphing it into the existing
DOM which caused event listeners to be lost for buttons.
- Flash messages are now properly being shown by using `hx-swap-oob`
and sending the alerts on a HTMX request, this does mean it requires
server-side changes in order to support HTMX requests like this, but
it's luckily not a big change either.
- Morphing is now enabled for the profile card by setting
`hx-swap="morph"`, and weirdly, the morphing library was already
installed and included as a dependency. This solves the issue of buttons
losing their event listeners.
- This patch also adds HTMX support to the modals feature, which means
that the blocking feature on the profile card now takes advantage of
HTMX.
- Added a E2E test.
2024-07-17 01:41:32 +02:00
..
authorlink.tmpl
avatarlink.tmpl
blocked_users.tmpl
name.tmpl
namelink.tmpl
org_profile_avatar.tmpl Replace gt-word-break with tw-break-anywhere 2024-06-11 08:57:27 +05:00
profile_big_avatar.tmpl [UI] Fix HTMX support for profile card 2024-07-17 01:41:32 +02:00