1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 19:00:11 +00:00
jfa-go/README.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2020-12-12 22:15:43 +00:00
This branch is for experimenting with [a17t](https://a17t.miles.land/) to possibly replace bootstrap in the future. Currently just working on the page structures, so none of this is actually usable in jfa-go yet.
2020-07-29 21:11:28 +00:00
2020-12-24 21:22:28 +00:00
#### todo
**general**
* [x] modal implementation
2020-12-23 01:34:22 +00:00
* [x] animations
* [x] utilities
* [x] CSS for light & dark
**admin**
* [x] invites tab
* [x] accounts tab
* [x] settings tab
* [x] modals
* [ ] integration with existing code
**invites**
* [ ] everything
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>