Merged
Conversation
Duplicate removal: - Removed standalone "Features" link from campaign sidebar nav (was linking to /plugins page). Features is now only accessible via Settings > Features tab. Game system discovery fix: - Added onSystemInstall callback to package service, called after any system package is successfully installed - routes.go wires callback to rescan systems.ScanPackageDir() - Systems installed via Admin > Packages now appear in the campaign Settings > Game System dropdown immediately (no restart needed) - Startup scan (main.go) still runs for systems installed before boot https://claude.ai/code/session_01A5jpDgqUvW6iLXXSj49F27
… page Cleaned up duplicate entry points: - Removed "Quick links" row from Settings > Integrations tab (Feature Hub was redundant with Features tab, API Keys link was broken) - Removed "Activity Log" sidebar link (just redirected to Settings tab) - /plugins page now redirects to /settings?tab=features instead of rendering a standalone page Remaining sidebar Manage section: Settings, Customize, Members, Media. No duplicate paths to the same functionality. https://claude.ai/code/session_01A5jpDgqUvW6iLXXSj49F27
Logs at init, bindSave (whether button found), and save button click. If nothing appears in console on page load, the widget isn't mounting. If 'btn found = false', the save button isn't in the DOM when bindSave runs. If 'Save button clicked' never appears, the click handler isn't firing. https://claude.ai/code/session_01A5jpDgqUvW6iLXXSj49F27
Backend: - POST /campaigns/:id/topbar-image — upload image, set topbar to image mode - DELETE /campaigns/:id/topbar-image — remove image, reset to default - Reuses existing media upload pipeline (UploadBackdrop) - TopbarStyle model already had ImagePath field, now fully wired Frontend (appearance_editor.js): - Dynamically adds "Image" button to topbar mode selector - Creates upload panel with file input and remove button - Upload POSTs to new endpoint, reloads page on success - Preview shows uploaded image as background-image cover - image_path tracked in draft state for save detection Rendering (app.templ) already handled image mode — no changes needed. Service validation already accepts mode="image" — no changes needed. https://claude.ai/code/session_01A5jpDgqUvW6iLXXSj49F27
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.
No description provided.