Commit Graph

6 Commits

Author SHA1 Message Date
efim 0e804b21e5 refactor: login section to reuse in unauthed pages 2023-11-18 08:34:45 +00:00
efim 1297fcf35d refactor: common base template for pages
will allow to add common header and stuff
2023-11-13 05:25:02 +00:00
efim 83c634c2b9 feat: disabling auth submit on empty names
https://htmx.org/attributes/hx-validate/
for 'non form submittions' to trigger validation

custom check, because 'required' marks fields red immediately
and this js does only on attempted submittion,
not sure i want it, but seems better right now.
also - such a good argument for hyperscript
2023-11-05 04:14:36 +00:00
efim 3a6fe28981 feat: join room, rooms.Update transactional 2023-11-04 13:07:28 +00:00
efim 201b3760da feat: toggling Create/Join room button 2023-10-30 03:49:48 +00:00
efim bde58a0eab feat: initial login page
with separate file for future util endpoints,
also dummy sessions inteface
2023-10-29 08:26:35 +00:00