mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-29 12:30:11 +00:00
Compare commits
No commits in common. "d75a2de41450cda9fd4ff1146639ad7aafdff5e9" and "5d5ba7a12c0cf3cd405a2b7e07cb22cc7d25d167" have entirely different histories.
d75a2de414
...
5d5ba7a12c
17
README.md
17
README.md
@ -1,16 +1,11 @@
|
|||||||
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.
|
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:
|
#### currently done:
|
||||||
* [x] invites tab mockup (partially complete)
|
- [x] invites tab mockup (partially complete)
|
||||||
* [x] accounts tab mockup
|
- [ ] accounts tab mockup
|
||||||
* [x] settings tab mockup
|
- [ ] settings tab mockup
|
||||||
* [ ] modals (may not use them at all, who knows)
|
- [ ] modals (may not use them at all, who knows)
|
||||||
* [ ] animations
|
- [ ] animations
|
||||||
|
|
||||||
#### screenshots
|
#### screenshots
|
||||||
<p>
|
![invites](images/invites.png)
|
||||||
<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;">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 45 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
112
index.html
112
index.html
@ -34,9 +34,6 @@
|
|||||||
.mb-1 {
|
.mb-1 {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
.mb-half {
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
.pb-1 {
|
.pb-1 {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -52,9 +49,6 @@
|
|||||||
.mb-2 {
|
.mb-2 {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
.mt-half {
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
}
|
|
||||||
.inv-codearea {
|
.inv-codearea {
|
||||||
/*width: 40%;*/
|
/*width: 40%;*/
|
||||||
}
|
}
|
||||||
@ -216,29 +210,8 @@
|
|||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
|
||||||
}
|
}
|
||||||
.settings-section-button {
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 100%;
|
|
||||||
height: 2.5rem;
|
|
||||||
--button-filter-brightness: 90%;
|
|
||||||
}
|
|
||||||
.settings-section-button.selected {
|
|
||||||
--button-filter-brightness: 85%;
|
|
||||||
filter: brightness(85%);
|
|
||||||
}
|
|
||||||
.text-critical {
|
|
||||||
color: var(--color-critical-normal-content);
|
|
||||||
}
|
|
||||||
.aside.small {
|
|
||||||
font-size: 0.8rem;
|
|
||||||
padding: 0.8rem;
|
|
||||||
}
|
|
||||||
.setting {
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
|
||||||
.support.large {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<title>{{ .lang.pageTitle }}</title>
|
<title>{{ .lang.pageTitle }}</title>
|
||||||
@ -248,9 +221,9 @@
|
|||||||
<div class="relative mb-1">
|
<div class="relative mb-1">
|
||||||
<header class="flex flex-wrap items-center justify-between">
|
<header class="flex flex-wrap items-center justify-between">
|
||||||
<div class="text-neutral-700">
|
<div class="text-neutral-700">
|
||||||
<span id="invitesTab-button" class="tabText portal ~positive active">Invites</span>
|
<span class="tabText portal ~positive active">Invites</span>
|
||||||
<span id="accountsTab-button" class="tabText portal">Accounts</span>
|
<span class="tabText portal">Accounts</span>
|
||||||
<span id="settingsTab-button" class="tabText portal">Settings</span>
|
<span class="tabText portal">Settings</span>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
@ -376,15 +349,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="accountsTab" class="unfocused">
|
<div id="accountsTab">
|
||||||
<div class="card ~neutral !high accounts mb-1">
|
<div class="card ~neutral !high accounts mb-1">
|
||||||
<span class="heading">Accounts</span>
|
<span class="heading">Accounts</span>
|
||||||
<div class="fr">
|
|
||||||
<span class="button ~neutral !normal" id="accounts-add-user">Add User</span>
|
|
||||||
<span class="button ~positive !normal" id="accounts-modify-user">Modify Settings</span>
|
|
||||||
<span class="button ~critical !normal" id="accounts-delte-user">Delete User</span>
|
|
||||||
</div>
|
|
||||||
<div class="card ~neutral !normal accounts-header mt-half">
|
<div class="card ~neutral !normal accounts-header mt-half">
|
||||||
|
<div class="fr">
|
||||||
|
<span class="button ~neutral !normal" id="accounts-add-user">Add User</span>
|
||||||
|
<span class="button ~positive !normal" id="accounts-modify-user">Modify Settings</span>
|
||||||
|
<span class="button ~critical !normal" id="accounts-delte-user">Delete User</span>
|
||||||
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -401,54 +374,13 @@
|
|||||||
<td><i class="icon icon-edit"></i><input type="email" class="input ~neutral !normal stealth-input stealth-input-hidden" value="email@addr.ess" readonly></td>
|
<td><i class="icon icon-edit"></i><input type="email" class="input ~neutral !normal stealth-input stealth-input-hidden" value="email@addr.ess" readonly></td>
|
||||||
<td>13/12/20 00:39</td>
|
<td>13/12/20 00:39</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td><input type="checkbox" value=""></td>
|
|
||||||
<td>Other person</td>
|
|
||||||
<td><i class="icon icon-edit"></i><input type="email" class="input ~neutral !normal stealth-input stealth-input-hidden" value="eee@ma.il" readonly></td>
|
|
||||||
<td>12/12/20 17:46</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div id="settingsTab">
|
|
||||||
<div class="card ~neutral !high settings">
|
|
||||||
<span class="heading">Settings</span>
|
|
||||||
<div class="row">
|
|
||||||
<div class="card ~neutral !normal col">
|
|
||||||
<aside class="aside small ~info mb-half">Note: <sup class="text-critical">*</sup> indicates a required field, <sup class="text-critical">R</sup> indicates changes require a restart.</aside>
|
|
||||||
<span class="button ~neutral !normal settings-section-button mb-half">About</span>
|
|
||||||
<span class="button ~neutral !normal settings-section-button mb-half selected">User Profiles</span>
|
|
||||||
</div>
|
|
||||||
<div class="card ~neutral !low col">
|
|
||||||
<div class="settings-section">
|
|
||||||
<p class="support large mb-half">Settings section description.</p>
|
|
||||||
<div class="setting">
|
|
||||||
<label class="label" for="settings-select">Select <sup class="text-critical">R</sup></label>
|
|
||||||
<div class="select ~neutral !normal mt-half">
|
|
||||||
<select id="settings-select">
|
|
||||||
<option>Option 1</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="setting">
|
|
||||||
<label class="label" for="settings-input">Input <sup class="text-critical">*</sup></label>
|
|
||||||
<input type="text" class="input ~neutral !normal mt-half" placeholder="Value">
|
|
||||||
</div>
|
|
||||||
<div class="setting">
|
|
||||||
<label class="switch settings">
|
|
||||||
<input type="checkbox" id="settings-check">
|
|
||||||
<span>Checkbox <sup class="text-critical">R</sup></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
const whichTransitionEvent = () => {
|
const whichTransitionEvent = () => {
|
||||||
@ -551,25 +483,9 @@
|
|||||||
|
|
||||||
loadAccounts();
|
loadAccounts();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tabs = ["invitesTab", "accountsTab", "settingsTab"]
|
|
||||||
for (let tab of tabs) {
|
|
||||||
document.getElementById(`${tab}-button`).onclick = function () {
|
|
||||||
for (let t of tabs) {
|
|
||||||
const tabEl = document.getElementById(t);
|
|
||||||
const tabButtonEl = document.getElementById(`${t}-button`);
|
|
||||||
if (t == tab) {
|
|
||||||
tabButtonEl.classList.add("active", "~positive");
|
|
||||||
tabEl.classList.remove("unfocused");
|
|
||||||
|
|
||||||
} else {
|
|
||||||
tabButtonEl.classList.remove("active");
|
|
||||||
tabButtonEl.classList.remove("~positive");
|
|
||||||
tabEl.classList.add("unfocused");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user