Commit Graph

46 Commits

Author SHA1 Message Date
6f0e3e9439
tmpl: rm cruft [skip ci] 2023-08-07 22:01:27 +02:00
1d47942ce5
tmpl: fix display of field invalid state [skip ci] 2023-08-07 21:59:34 +02:00
8d67e88807
tmpl(user-new): add forgotten page adjustment [skip ci] 2023-08-07 21:51:07 +02:00
df79afcd5e
tmpl: rm broad capitalisation,prefix [skip ci] 2023-08-07 21:48:19 +02:00
94589b2a14
tmpl: use select-all where appropriate [skip ci] 2023-08-07 21:43:10 +02:00
0a77dea6a6
tmpl: make footer dots bold [skip ci] 2023-08-07 21:42:23 +02:00
5240dce87b
tmpl: fixate footer in the bottom [skip ci] 2023-08-07 21:39:39 +02:00
8d8d8e5731
tmpl: reword text on the buttons [skip ci] 2023-08-07 21:35:59 +02:00
3e777f8314
tmpl: disable buttons w/ api keys unset [skip ci] 2023-08-07 21:35:32 +02:00
29c8721524
tmpl: change cursor shape on help notes [skip ci] 2023-08-07 21:34:06 +02:00
1c67191c09
feat: implement user deletion
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-07 21:29:30 +02:00
9dd5f05eb6
tmpl(manage/api-keys): update layout [skip ci] 2023-08-06 16:36:29 +02:00
81ca7d8ec1
go,tmpl: add a way to manage API keys [wip]
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-05 22:13:43 +02:00
536b5909c8
go,tmpl: use CSRF token in relevant places
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-05 21:43:45 +02:00
1f8bbf7ec6
home.tmpl: simplify layout
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-03 14:55:41 +02:00
leo
d89314e289
signup.tmpl:signify input field validity [skip ci] 2023-06-04 12:02:34 +02:00
leo
942987002f
signin.tmpl: change msg [skip ci] 2023-06-04 12:00:44 +02:00
leo
c205c5d251
errorPage.tmpl: update appearance [skip ci] 2023-06-04 11:59:25 +02:00
leo
3c240d3588
manage/user.tmpl: add CreatedAt column [skip ci] 2023-06-04 11:55:13 +02:00
leo
fd9d1e1986
manage/user.tmpl: change title style [skip ci] 2023-06-04 11:52:04 +02:00
leo
653ff23e39
user_details.tmpl: add email field [skip ci] 2023-06-04 11:51:06 +02:00
leo
f7bcc20012
user_details.tmpl: don't capitalise debug msgs
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-04 11:50:19 +02:00
leo
61af0eba18
user_details.tmpl: add label padding
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-04 11:43:39 +02:00
leo
5f8548958f
go: add usr updating [wip]
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-02 20:00:14 +02:00
leo
ae5c4f1dd4
go,tmpl: add usr details listing
All checks were successful
continuous-integration/drone/push Build is passing
* add tmpl
* add handler for route /manage/user/:id
* add convenience helper func
* handle not found/invalid uuid errors
2023-05-29 22:42:18 +02:00
leo
06c2c79aa8
singin.tmpl: improve form
All checks were successful
continuous-integration/drone/push Build is passing
* add limits to inputs
* signify with CSS when the input is incorrect
* rebuild tailwind
2023-05-29 14:57:13 +02:00
leo
e2a29fa692
handlers,tmpl: render+log signin better errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 22:47:10 +02:00
leo
547f6e7b3c
add user creation
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-22 06:47:33 +02:00
leo
cca2b360f4
navbar: fix background
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-22 03:49:42 +02:00
leo
97ea29d043
add user listing
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-22 03:22:58 +02:00
leo
15918d4cd7
tmpls: set required attr for form fields
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-15 18:37:34 +02:00
leo
50c3c939b6
head.tmpl: add Content Security Policy meta attr
All checks were successful
continuous-integration/drone/push Build is passing
* implement calculating integrity for script, stylesheet assets
* break out browser-sync loader script to its own file (instead of
  inline)
* implement Content Security Policy that only allows BrowserSync scripts
  and hooks to load from localhost when DevelMode is enabled (i.e. not
  in production)
2023-05-15 14:12:39 +02:00
leo
13b9c3bdb4
navbar: reduce the top gap + persist topside
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-11 23:29:07 +02:00
leo
9c6fd898ca
head.tmpl: add referrer meta element
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-11 23:24:17 +02:00
leo
0efb419d56
tmpl,just: process SVGs with svgo
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 23:42:27 +02:00
leo
df0c280ad1
go: redo asset handling
All checks were successful
continuous-integration/drone/push Build is passing
* only embed substructure of assets
* create subfolders for css, imgs
* add .gitattributes file specifying pcmt.css as generated (by tailwind)
2023-05-08 00:13:33 +02:00
leo
e122e26596
templates(navbar): condition the link target
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 00:14:32 +02:00
leo
4f697282cf
templates: align footer with the main container
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 00:12:37 +02:00
leo
eafc9c1e92
go,tmpl: conditionally show content to users
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 00:03:41 +02:00
leo
ce70bbe196
index.tmpl: credit gopher design
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-03 06:07:32 +02:00
leo
78774ac3ad
errorPage.tmpl: increase msg font size
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-03 06:06:32 +02:00
leo
82bc22e192
head.tmpl: use canonical /assets to avoid redirect
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-28 19:07:02 +02:00
leo
946360e489
signin.tmpl: reorder attrs [skip ci] 2023-04-28 00:47:20 +02:00
leo
555bc65502
handlers: update error handling
All checks were successful
continuous-integration/drone/push Build is passing
* have a common error page tmpl
2023-04-21 12:33:14 +02:00
leo
7bfa6a6da1
navbar: stretch to larger screen sizes
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-19 03:25:42 +02:00
leo
f129606b8f
add bulk changes
All checks were successful
continuous-integration/drone/push Build is passing
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
  config/flags
* add templates, handle embedding moar smarter:
  * live mode uses live folder structure, else embedded templates are
    used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
  schema and local values only as needed)
* add justfile (alternative to makefile for process automation)
2023-04-13 00:07:08 +02:00