-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend Improvements #85
Merged
Merged
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e187d1d
Added form with many fields
JakeUrban e3c98f2
Added settings for custom widgets
JakeUrban 4574e0b
Added SASS django support
JakeUrban 78bf0f1
Add some basic CSS, replace bulma
vcarl 88cba05
Pull in SCSS files from Bruno
vcarl 8777729
Add some form template overrides
vcarl 9437add
Refine input styles
vcarl f8250d7
Dump default django templates
vcarl 9633f0d
Move form styles
vcarl 45c66c4
Pretty up inputs
vcarl 287f400
Pretty up layout
vcarl 93ee116
Add prettier (broken) file picker
vcarl 46a011c
Fix select dropdown
vcarl 1fcb0ec
Fix file input
vcarl a0108f7
Added compilescss command to run.sh
JakeUrban 5d42d02
Added title, guidance, and icon label template variable integrations
JakeUrban 09f2d12
Remove changes to example settings
JakeUrban 630d3e5
Add 'safe' tag to template variables
JakeUrban 2683a2e
Adjust settings to allow server to override polaris' static assets
JakeUrban da062f8
Updated documentation
JakeUrban cd91ea2
Forgot to add docs on static files config
JakeUrban c92621f
Fixed bug tests failed for
JakeUrban d50603f
Added SASS_PROCESSOR_ROOT to setup documentation
JakeUrban d3dedf9
Updated docs and updated setup.py
JakeUrban c0d441e
Added CreditCardForm
JakeUrban 92c5375
Made changes to CreditCardForm
JakeUrban 8eb00f5
Fix layout styles
vcarl e8cd300
Add prettier radio buttons
vcarl eb15bb1
Polish amount input
vcarl d45b7f8
Add info list
vcarl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,9 @@ django-cors-headers = "*" | |
toml = "*" | ||
pyjwt = "*" | ||
django-sslserver = "*" | ||
libsass = "*" | ||
django-compressor = "*" | ||
django-sass-processor = "*" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Packages needed to compile SCSS |
||
|
||
[requires] | ||
python_version = "3.7" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is now created via
python manage.py compilescss
so we don't want to check it into version control