Convert the admin and editor UI from Bootstrap 3 to Bootstrap 5.3 - #156
Open
mraible wants to merge 1 commit into
Open
Convert the admin and editor UI from Bootstrap 3 to Bootstrap 5.3#156mraible wants to merge 1 commit into
mraible wants to merge 1 commit into
Conversation
This was referenced Aug 12, 2026
mraible
force-pushed
the
feature/bootstrap-5
branch
2 times, most recently
from
August 13, 2026 03:26
74428b1 to
5311f4e
Compare
mraible
force-pushed
the
feature/bootstrap-5
branch
2 times, most recently
from
August 13, 2026 06:27
967f897 to
539f9de
Compare
Restores the bootstrap form theme via struts2-bootstrap-plugin 6.1.0, which is Jakarta-native and emits Bootstrap 5 markup, and converts the JSPs and basic themes accordingly: class renames, data-bs-* attributes, navbar restructure, and bootstrap-icons in place of glyphicons. A tooltip.ftl template override emits data-bs-toggle so field help renders as opt-in Bootstrap tooltips initialised in roller.js. WebJar assets are served straight from META-INF/resources by the servlet container, so the webjars servlet is removed. The profile page shows the OIDC issuer and subject as separate read-only fields instead of the raw federated identity string.
mraible
force-pushed
the
feature/bootstrap-5
branch
from
August 13, 2026 13:18
539f9de to
26ed950
Compare
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.
Stacked on #155 (2/3 in the stack); review only the top commit.
Converts the admin and editor UI from Bootstrap 3 to Bootstrap 5.3.8. The bootstrap form theme comes through struts2-bootstrap-plugin 6.1.0, which is Jakarta-native and emits Bootstrap 5 markup.
No functionality is removed. Visual and behavioral deltas beyond the restyle, so nothing merges unnoticed:
.fade { opacity: 0 }override in roller.css (a Bootstrap 3-era leftover) made anyfade showcomponent invisible — both fixed, auto-hide after 10 seconds unchanged.badgehas no background in Bootstrap 5)tooltip.ftltemplate override initialised in roller.js; the stylesheet editor's button hints use native title tooltips since the simple theme has no icon slotThe result was audited page by page against a seeded master baseline: all 24 admin/editor pages were screenshot-compared with identical data on both sides. That comparison caught two regressions, fixed here: the entry editor's collapsible section headers rendered as blue links, and the date-picker calendar icons in the Entries/Comments sidebars wrapped below their inputs.