v0.2#2
Draft
nathancfox wants to merge 12 commits into
Draft
Conversation
nathancfox
commented
Dec 31, 2021
Owner
- Expand character sheet and dice rolling functionality
Added all new modules and formed the grid. Most are placeholders, and there is a lot of overflow, but the grid is built.
Rewrote the dice script to be general. Added the rest of the dice objects. Fiddled with the CSS to restructure some.
Moved style blocks around in groups that make sense. Didn't change any values.
Change d100 so that it no longer provides [1, 100], it provides [10, 100, 10].
All modules for v0.2 are functional for input. There is a massive overflow and misused space issue, but that will be fixed later. I made one minor grid arrangement adjustment so that the overflow is only aesthetic and doesn't degrade function.
Created a flask app to serve as the server-side framework. Added user login functionality, a database to store users and character sheets, and split the existing HTML files into templates. Also restructured the character sheet page to be one large form instead of many smaller forms.
47c01b1 to
6e01193
Compare
8b8af3f to
1168b44
Compare
* Add HTML for ability modifiers * Refactor input number style and remove spinners
* Refactor the dice utility layout and HTML/CSS implementation * Refactor layout of the full character sheet page. * Add saving throw labels/fieldset structure
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.