Skip to content

Format AppNavigationForm.vue (refs #3099)#3188

Merged
susnux merged 1 commit intonextcloud:mainfrom
don9x2E:chore/3099-appnav-format
Feb 27, 2026
Merged

Format AppNavigationForm.vue (refs #3099)#3188
susnux merged 1 commit intonextcloud:mainfrom
don9x2E:chore/3099-appnav-format

Conversation

@don9x2E
Copy link
Contributor

@don9x2E don9x2E commented Feb 27, 2026

Summary

@susnux
Copy link
Collaborator

susnux commented Feb 27, 2026

could you please sign off your commit?

git commit --amend -s

Ideally please use conventional commits as well, e.g. refactor: format AppNavigationForm.vue

@don9x2E don9x2E force-pushed the chore/3099-appnav-format branch from 409aff1 to b35c690 Compare February 27, 2026 13:36
Copy link
Collaborator

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this causes invalid HTML.
Because now this results in div within a ul, which is invalid and will cause accessibility issues.

@don9x2E don9x2E force-pushed the chore/3099-appnav-format branch 2 times, most recently from e90907b to fed9346 Compare February 27, 2026 14:03
@don9x2E don9x2E force-pushed the chore/3099-appnav-format branch from fed9346 to 1ef61e8 Compare February 27, 2026 14:18
@don9x2E don9x2E requested a review from susnux February 27, 2026 14:27
@don9x2E don9x2E force-pushed the chore/3099-appnav-format branch from 1ef61e8 to 0f232a6 Compare February 27, 2026 14:29
@don9x2E
Copy link
Contributor Author

don9x2E commented Feb 27, 2026

Update: isn’t exported by @nextcloud/dialogs v6.4.2 (build failed). I replaced it with DialogBuilder + DialogSeverity to keep the same confirmation UX without the invalid HTML wrapper.

Signed-off-by: don9x2E <revan@kakao.com>
@don9x2E don9x2E force-pushed the chore/3099-appnav-format branch from 0f232a6 to 5891e3a Compare February 27, 2026 14:36
@susnux
Copy link
Collaborator

susnux commented Feb 27, 2026

isn’t exported by @nextcloud/dialogs v6.4.2

Maybe but we can also easily update to dialogs v7

@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Feb 27, 2026
@susnux susnux merged commit 5e00ee3 into nextcloud:main Feb 27, 2026
46 checks passed
@susnux
Copy link
Collaborator

susnux commented Feb 27, 2026

/backport to stable5.2

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Feb 27, 2026
@backportbot backportbot bot removed the backport-request Pending backport by the backport-bot label Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete form only possible by super weird, click order

2 participants