Improve configurable hero title split position with live preview in admin panel#6
Closed
IkiaeM wants to merge 2 commits into
Closed
Improve configurable hero title split position with live preview in admin panel#6IkiaeM wants to merge 2 commits into
IkiaeM wants to merge 2 commits into
Conversation
… panel - Add heroTitleSplitPosition setting with range slider control in admin homepage content editor - Add live preview showing how title will be split between primary and muted text - Update homepage to use configured split position instead of automatic midpoint calculation - Add HERO_TITLE_SPLIT_POSITION setting key with getter/setter functions - Include heroTitleSplitPosition in settings API endpoints and validation schema
- Remove uppercase class from hero title in homepage component - Remove uppercase class from title preview in admin homepage content editor
Owner
|
hey, the branding has been updated since v0.3.0 |
Dim145
added a commit
to Dim145/opentracker
that referenced
this pull request
May 10, 2026
Six open Dependabot alerts, all transitive — five in doc/package-lock.json (florianjs#1–florianjs#5) and one in pnpm-lock.yaml (florianjs#6). Patched in two manifests: doc/ (vitepress / vite-based docs site): - Bump direct deps to latest minor: @tailwindcss/vite + tailwindcss 4.0 → 4.3.0, vitepress 1.5 → 1.6.4, vue 3.5 → 3.5.34. - Pin npm `overrides`: "esbuild": "^0.25.0" # CVE: dev-server CORS leak (florianjs#1, florianjs#6) "vite": "^7.3.3" # CVE: optimized-deps path traversal (florianjs#4) Vite 8 was tested but removes `transformWithEsbuild` which VitePress 1.x still imports — sticking on 7.3.x until the upstream migration to oxc lands. - The bump also pulls patched versions of preact (florianjs#2, JSON VNode injection), rollup (florianjs#3, arbitrary file write), and postcss (florianjs#5, XSS via stringify) transitively — all four cleared by the rebuild. Workspace root (pnpm): - Add `esbuild: "^0.25.0"` to `pnpm.overrides`. The vulnerable esbuild@0.18.20 was pinned by `@esbuild-kit/core-utils`, the legacy ESM loader pulled in by drizzle-kit; the override collapses every chain (drizzle-kit, vite, nitropack, tsx, vitest) onto esbuild@0.25.12 and drops 0.18.x from the lockfile entirely (florianjs#6). Verified: - `cd doc && npm audit` → "found 0 vulnerabilities" - `cd doc && npm run build` → builds in ~3s, all routes render - `docker build -f doc/Dockerfile doc` → image rebuilds clean - API rebuild + boot → drizzle-kit schema push still works (it was the heaviest user of @esbuild-kit/* on the workspace) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
The title is no longer forced to be upper case, so my preview is obsolete. This allows everyone to choose the style they want.