Open
Conversation
added 2 commits
August 17, 2025 12:03
- Add character_detail_beta.html with updated layout - Extract _character_summary.html and _feature_form.html partials - Wire up routes and views for beta detail - Improve markdown rendering in game templates - Update base styles and layout scaffolding - Add templates/snippets/messages.html and TODO.md
…er-driven summary refresh; use feature_markdown for Details; remove duplicate data-bs-toggle on links; recompute can_increase after HTMX actions; fix closing tag in character_base; tidy HTMX forms
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: camp/character/views.py
Did you find this useful? React with a 👍 or 👎 |
Contributor
Author
|
As this exists right now, it's got a handful of bugs that sometimes gets you caught in a loop that requires a refresh still - working on hammering those out now |
added 3 commits
August 28, 2025 19:35
…nup to prevent lingering tooltips
…hen opening feature/new-feature; preserve newFeature modals during swaps; clean tooltip instances.
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.
This was mostly generated via gpt-5 on cursor - impressed with how well it did although there was a weird bug that required some kludging about the Granted by (x) explain text giving the wrong hyperlink.
Currently just got it set up as being a beta you can click into so it can be tested but if it's not feature complete, the original view can be used to access features that may not be available or are broken.