Resolve "Login/signup UI polish"
Closes #154 (closed)
Merge request reports
Activity
assigned to @tin
pushed first draft of changes. It's a bit of a clunker right now as I didn't remove bootstrap (too much finicky work) before bolting on TailwindCSS. But it seems to work pretty well, and I believe I checked most/all edge cases. Nav pills for settings were the most challenging, bootstrap really wants you to use that one specific blue design...
IMPORTANT FOR TESTERS: if you plan on making changes to code, you need to open your terminal in
backend/web
and runnpx tailwindcss -i ./static/src/input.css -o ./static/css/main.css --watch
this is a nuisance but it's better than bolting on the entire NPM setup. for now! In the future I will progressively replace bootstrap with tailwind, and integrate jQuery through NPM as well, so the end result will be Fewer Moving Pieces and Happy Devs.
Cheerio pip pip
T
example:
requested review from @alina
removed review request for @mart
mentioned in commit b0ec2b04