aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2022-06-25ref: Move source code link to git.sr.htGabriel Arakaki Giovanini
2022-04-18feat: Remove WIP and add favicongabrielgio
2022-03-25fix: Move to textareagabrielgio
Moving password output from `label` to `textarea`. I couldn't get label to work as I wanted so I move it to a readonly textarea.
2022-03-25fix: Fix stylegabrielgio
Style was placed in the wrong tag, moved it to `label` tag. Now it should behaver better on mobile.
2022-03-25feat: Add footergabrielgio
Add footer to link to gitlab repo. Also make extended ASCII unchecked by defaul. I think some people may find that too harsh.
2022-03-25feat: Add extended ASCIIgabrielgio
Add more chars...
2022-03-25feat: Add options for password generatorgabrielgio
Add new options to generate a passowrd: - upper letters - lower letters - numbers - special Special needs to be worked on still, as probably there are some char missing.
2022-03-25ref: Add actual pass generator functiongabrielgio
Modify `generate` function to actually generate usable.
2022-03-25fix: Move build outputgabrielgio
Move from `www/dist` to `public`. This should solve gitlab pages returning 404.
2022-03-25feat: Add gitlab pipelinegabrielgio
Add gitlab pipeline file so it will build to pages.
2022-03-25ref: Pack bulman.cssgabrielgio
Add `bulma.min.css` file to be copied when bundling `www` project.
2022-03-25feat: Add initial draft for rust wasmgabrielgio
It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it.