diff --git a/.gitignore b/.gitignore index 131f700..369c849 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ version.go notes docs/* !docs/go.mod + +main.js* +modal.js* diff --git a/README.md b/README.md index 46911cf..246c371 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This branch is for experimenting with [a17t](https://a17t.miles.land/) to possib * [x] accounts tab mockup * [x] settings tab mockup * [x] modal implementation -* [ ] modal content -* [ ] animations -* [ ] JS to TS, utilities +* [x] modals +* [x] animations +* [x] JS to TS, utilities * [ ] Integration with existing code #### screenshots @@ -15,6 +15,7 @@ This branch is for experimenting with [a17t](https://a17t.miles.land/) to possib - + +
diff --git a/base.css b/base.css index ce08189..ba637c8 100644 --- a/base.css +++ b/base.css @@ -48,6 +48,9 @@ input[type=number] { .mb-2 { margin-bottom: 2rem; } +.mt-1 { + margin-top: 1rem; +} .mt-half { margin-top: 0.5rem; } @@ -193,7 +196,6 @@ input[type=number] { .full-width { box-sizing: border-box; width: 100%; - justify-content: center; } .unfocused { display: none; @@ -242,3 +244,24 @@ input[type=number] { font-size: 1rem; } +.inline { + display: inline; +} + +.flex-row { + display: flex; + flex-direction: row; +} + +.fw-group { + display: block; + flex-grow: 1; +} + +.center { + justify-content: center; +} + +.textarea { + resize: vertical; +} diff --git a/images/modify-settings.png b/images/modify-settings.png new file mode 100644 index 0000000..0681541 Binary files /dev/null and b/images/modify-settings.png differ diff --git a/index.html b/index.html index 0e5ce15..003a32b 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ Login - +