Commit Graph

6 Commits

Author SHA1 Message Date
Ariana Giroux dbbf1b757c Adds a vim modeline update to index.mustache
- ensures that vim doesnt wrap long lines, for readability
2022-08-04 17:31:38 -06:00
Ariana Giroux 13f8648fb7 Fixes small workflow changes with update modals
- prevents form elements from refreshing the page or submitting requests
- ensures that the submit buttons for modals will close the modal,
  insead of just spawning a page refresh
2022-08-04 17:30:27 -06:00
Ariana Giroux 44b51e531a Adds id tags for html template
- allows for easier navigation when template is folded, and easier
  navigation for css styling
2022-08-04 17:30:01 -06:00
Ariana Giroux 6799e2513b Pretifies index.mustache with bootstrap 5
- updates visual layout to be more readable
- adds basic functionality for javascript callback functions to update
  various useful elements through api
  - note, these updates are currently implemented through a bootstrap
    modal
  - note, these updates are currently commented out through mustache.
- adds a vim modeline to enable manual folding
2022-07-24 17:01:05 -06:00
Ariana Giroux 97bc440ea0 Adds a few minor changes to index.mustache
- adds {{tags}} where necessary
- changes where the file loads the javascript code from
2022-07-24 14:12:23 -06:00
Ariana Giroux f2fb50e025 Moved files to more reflective of webapp structure 2022-07-24 14:10:00 -06:00
Renamed from index.html (Browse further)