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

22 lines
935 B
Markdown

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.
#### currently done:
* [x] invites tab mockup (partially complete)
* [x] accounts tab mockup
* [x] settings tab mockup
* [x] modal implementation
* [x] modals
* [x] animations
* [x] JS to TS, utilities
* [ ] Integration with existing code
#### screenshots
<p>
<img src="images/invites.png" alt="invites" style="width: 32%; height: auto;">
<img src="images/accounts.png" alt="accounts" style="width: 32%; height: auto;">
<img src="images/settings.png" alt="settings" style="width: 32%; height: auto;">
<img src="images/login-modal.png" alt="login modal" style="width: 32%; height: auto;">
<img src="images/modify-settings.png" alt="modify user settings modal" style="width: 32%; height: auto;">
</p>