2020-12-29 18:42:26 +00:00
This branch is for experimenting with [a17t ](https://a17t.miles.land/ ) to replace bootstrap. Page structure is pretty much done (except setup.html), so i'm currently integrating this with the main app and existing web code.
2020-07-29 21:11:28 +00:00
2020-12-24 21:22:28 +00:00
#### todo
2020-12-27 16:56:55 +00:00
**general**
2020-12-16 18:25:16 +00:00
* [x] modal implementation
2020-12-23 01:34:22 +00:00
* [x] animations
2020-12-27 16:56:55 +00:00
* [x] utilities
* [x] CSS for light & dark
**admin**
* [x] invites tab
* [x] accounts tab
* [x] settings tab
* [x] modals
* [ ] integration with existing code
**invites**
2020-12-29 18:42:26 +00:00
* [x] page design
* [ ] integration with existing code
2020-08-18 14:47:03 +00:00
2020-12-12 22:15:43 +00:00
#### screenshots
2020-12-24 21:22:28 +00:00
##### dark
2020-12-14 21:40:25 +00:00
< p >
2020-12-24 21:22:28 +00:00
< img src = "images/dark/invites.png" alt = "invites" style = "width: 32%; height: auto;" >
< img src = "images/dark/accounts.png" alt = "accounts" style = "width: 32%; height: auto;" >
< img src = "images/dark/settings.png" alt = "settings" style = "width: 32%; height: auto;" >
< img src = "images/dark/login-modal.png" alt = "login modal" style = "width: 32%; height: auto;" >
< img src = "images/dark/modify-settings.png" alt = "modify user settings modal" style = "width: 32%; height: auto;" >
2020-12-14 21:40:25 +00:00
< / p >
2020-12-24 21:22:28 +00:00
##### light
< p >
< img src = "images/light/invites.png" alt = "invites" style = "width: 32%; height: auto;" >
< img src = "images/light/accounts.png" alt = "accounts" style = "width: 32%; height: auto;" >
< img src = "images/light/settings.png" alt = "settings" style = "width: 32%; height: auto;" >
< img src = "images/light/login-modal.png" alt = "login modal" style = "width: 32%; height: auto;" >
< img src = "images/light/modify-settings.png" alt = "modify user settings modal" style = "width: 32%; height: auto;" >
< / p >