Skip to content

Commit

Permalink
Add application frontend (#594)
Browse files Browse the repository at this point in the history
* Start with the application form

* Fix application endpoints

* Advance application frontend

* Improve DateForm

* Add newline

* Improve responsivity

* Improve state handling

* Refactor application to use streamlined form concept

* Fix value property

* Fix submit callback in ApplyController

* Fix FileInputForm

* Don't JSON.stringify localforage

* Use empty object for unused options instead of void

* Garbage-collect ArrayBuffers

* Fix AddressForm

* Change naming from setOpen to onUpdateOpen

* Make forms upper case

* Remove @mui/lab dependency

* Replace alert() with a Snackbar

* Remove duplicate SnackbarProvider
  • Loading branch information
michael-markl authored Nov 14, 2022
1 parent 8660c30 commit c2a74b7
Show file tree
Hide file tree
Showing 29 changed files with 2,202 additions and 41 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions administration/.prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/generated
build
1 change: 1 addition & 0 deletions administration/administration.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/node_modules" />
<excludeFolder url="file://$MODULE_DIR$/__generated__" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
Loading

0 comments on commit c2a74b7

Please sign in to comment.