fix(ui): restore prepend spacing and add navigation subheader in processing actions#81
Open
fix(ui): restore prepend spacing and add navigation subheader in processing actions#81
Conversation
…ation Vuetify 4's VListItem prepend spacer only picks up a default width for direct v-icon, v-badge, v-tooltip or v-avatar children. Other prepend content (v-progress-circular, wrapped avatars) falls through to an unset --v-list-prepend-gap and collapses to 0. Set prepend-gap explicitly on the affected list items to restore a readable gap.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
prepend-gapon affectedv-list-items to restore the horizontal gap between the prepended element and the title/text. Vuetify 4 only applies the spacer default width when the prepend direct child is av-icon,v-badge,v-tooltiporv-avatar— a wrapped avatar or av-progress-circularfalls through tovar(--v-list-prepend-gap)with no fallback and collapses to 0 (runs list item, processing card "running" row, owner avatar in the activity block).debugflag description in the processing JSON schema so it actually explains what the option does (captures detailed logs visible only to super-admins) instead of restating the title.dataset-actions.vue). Navigation lists every dataset found inconfig.dataset,config.datasets[]orconfig.datasets[].dataset, deduplicated by id, with a "View {title}" link per dataset. It is hidden when no dataset is linked.