change policies ui#6683
Open
EthanHealy01 wants to merge 14 commits into
Open
Conversation
2dbd3f9 to
5018a77
Compare
…ing-Tools/Stirling-PDF into UIUX/ChangesToPoliciesUiUx
…soon rows Non-admins (login on) must still see and open live policies like Security (into the read-only locked state) per policy-admin-gate.spec.ts. The list was filtering out every unconfigured policy and hiding the whole section, which removed Security too. Filter on comingSoon instead so regular users see the live policies and only the enterprise 'Upgrade to enterprise' rows are hidden.
Frooodle
previously approved these changes
Jun 18, 2026
jbrunton96
reviewed
Jun 18, 2026
…e it PanelHeader was editor-only (core/components/shared); the portal couldn't use it. The shared lib and the portal both use Mantine, so there's no barrier — relocate it to frontend/shared/components, re-theming its three editor-only CSS tokens (--border-subtle/--text-primary/--text-muted) to Mantine equivalents so it renders in the portal too. Replaces the dead old shared PanelHeader (no importers) and repoints the editor usages to @shared/components/PanelHeader.
The status badge now sits inside the rounded header pill, right-aligned after the title, instead of in the trail beside the close button.
--mantine-color-default-border isn't emitted in the main app's Mantine scope (only inside the ChatFAB provider), so the bare var fell back to currentColor — a black outline in light mode. Use --border-subtle first (defined app-wide) with the Mantine token as the portal fallback, matching FormFieldSidebar.
Contributor
🚀 V2 Auto-Deployment Complete!Your V2 PR with embedded architecture has been deployed! 🔗 Direct Test URL (non-SSL) http://54.175.155.236:6683 🔐 Secure HTTPS URL: https://6683.ssl.stirlingpdf.cloud This deployment will be automatically cleaned up when the PR is closed. 🔄 Auto-deployed for approved V2 contributors. |
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.
• Removed colors from policies to make them look more professional.
• upgraded to enterprise link to contact us.
• Hid inactive policies from users (Kept for admin and team lead).
• Closing policies had wrong arrow, made a standard component for chat, tools and policies header.