1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-18 18:30:10 +00:00
a better way to manage your Jellyfin users, now in go.
Go to file
Harvey Tindall 29fafba035
remove custom css and bootstrap related options
i may reimplement custom css later as an additive version where their
file is loaded on top of a17t.css later, but for now its not a priority.
2021-01-03 21:13:37 +00:00
.github/ISSUE_TEMPLATE add issue template 2020-09-15 12:00:20 +01:00
common start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
config remove custom css and bootstrap related options 2021-01-03 21:13:37 +00:00
css fully implements settings load/save, add ombi user defaults 2021-01-03 20:58:44 +00:00
docs start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
html remove custom css and bootstrap related options 2021-01-03 21:13:37 +00:00
images fix weird bevel look of inputs/selects, thicken borders, use badges for settings 2020-12-27 16:56:55 +00:00
jfapi start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
lang/form start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
mail start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
ombi start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
static start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
ts remove custom css and bootstrap related options 2021-01-03 21:13:37 +00:00
.drone.yml install requests dep for upload.py 2020-10-08 21:48:15 +01:00
.gitignore parse and render settings menus 2021-01-02 21:39:36 +00:00
.goreleaser.yml Fix smtp sending 2020-11-14 15:33:25 +00:00
api.go fully implements settings load/save, add ombi user defaults 2021-01-03 20:58:44 +00:00
auth.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
config.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
daemon.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
email.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
go.mod start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
go.sum start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
LICENSE start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
main.go remove custom css and bootstrap related options 2021-01-03 21:13:37 +00:00
Makefile start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
models.go change config-base format to allow easier parsing 2021-01-02 21:24:26 +00:00
package-lock.json start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
package.json start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
pwreset.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
pwval.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
README.md start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
setup.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
storage.go start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
version.py start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
views.go remove custom css and bootstrap related options 2021-01-03 21:13:37 +00:00

This branch is for experimenting with a17t to replace bootstrap. Page structure is pretty much done (except setup.html), so i'm currently integrating this with the main app and existing web code.

todo

general

  • modal implementation
  • animations
  • utilities
  • CSS for light & dark

admin

  • invites tab
  • accounts tab
  • settings tab
  • modals
  • integration with existing code

invites

  • page design
  • integration with existing code

screenshots

dark

invites accounts settings login modal modify user settings modal

light

invites accounts settings login modal modify user settings modal