Commit Graph
7 Commits
Author SHA1 Message Date
BordedDev f36b94e46b feat: wrap back button and form in grid container with new back-form.css stylesheet
Add a new CSS file `back-form.css` defining a two-column grid layout for the back button and generic form, with the button positioned at (1,1) with 30px margins and z-index 1. Update both `login.html` and `register.html` to include the stylesheet in the head block and wrap the existing `fancy-button` and `generic-form` elements in a `div.back-form` container, replacing the previous standalone button placement.
2025-03-08 18:07:09 +00:00
BordedDev 852d949d7f feat: add head block placeholder to base template for child template injection
Insert an empty Jinja2 block named 'head' inside the <head> element of base.html, enabling child templates to inject custom meta tags, styles, or scripts before the closing head tag.
2025-03-08 17:59:00 +00:00
BordedDev ba39d16635 style: add focus outline and placeholder opacity transition to form input fields 2025-03-08 17:56:55 +00:00
BordedDev 8855e40d6d feat: add theme-color, application-name, and author meta tags to base.html head
Add six new meta elements to the HTML head in base.html: theme-color set to black,
application-name and description both set to "Snek chat by Molodetz", author set to
"Molodetz", keywords including "snek, chat, molodetz", and color-scheme set to dark.
Also insert a blank line after the title block for improved readability.
2025-03-08 17:25:15 +00:00
BordedDev 64fe00b161 fix: dispatch change event on blur to sync autocomplete with form state 2025-03-08 17:09:14 +00:00
BordedDev 9c844d9f30 feat: add default page title and specific titles for login and register templates
Set a default "Snek chat by Molodetz" title in base.html and override it with
"Login - Snek chat by Molodetz" and "Register - Snek chat by Molodetz" in their
respective templates, improving user-facing page identification.
2025-03-08 17:04:53 +00:00
BordedDev 4b59f8b780 fix: correct border-radius on follow-up messages to prevent sharp corners 2025-03-08 16:25:56 +00:00