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 8b2f6fbb8a
improve mobile experience
* table now scrolls instead of shrinking on small displays
* invite header and detail cards wrap
* dropdown icon clickable area larger
2021-01-02 00:56:45 +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 start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
css improve mobile experience 2021-01-02 00:56:45 +00:00
docs start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
html improve mobile experience 2021-01-02 00:56:45 +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 improve mobile experience 2021-01-02 00:56:45 +00:00
.drone.yml install requests dep for upload.py 2020-10-08 21:48:15 +01:00
.gitignore start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
.goreleaser.yml Fix smtp sending 2020-11-14 15:33:25 +00:00
api.go start main app integration, restructure build process 2020-12-29 18:42:26 +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 start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
Makefile start main app integration, restructure build process 2020-12-29 18:42:26 +00:00
models.go start main app integration, restructure build process 2020-12-29 18:42: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 start main app integration, restructure build process 2020-12-29 18:42:26 +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