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
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-12 22:15:43 +00:00
#### currently done:
2020-12-14 21:42:19 +00:00
* [x] invites tab mockup (partially complete)
* [x] accounts tab mockup
* [x] settings tab mockup
* [x] modal implementation
2020-12-23 01:34:22 +00:00
* [x] modals
* [x] animations
* [x] JS to TS, utilities
* [ ] Integration with existing code
2020-08-18 14:47:03 +00:00
2020-12-12 22:15:43 +00:00
#### screenshots
2020-12-14 21:40:25 +00:00
<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;">
2020-12-23 01:34:22 +00:00
<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;">
2020-12-14 21:40:25 +00:00
</p>