Age | Commit message (Collapse) | Author |
|
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.
|
|
Style was placed in the wrong tag, moved it to `label` tag. Now it
should behaver better on mobile.
|
|
Add footer to link to gitlab repo.
Also make extended ASCII unchecked by defaul. I think some people may
find that too harsh.
|
|
Add more chars...
|
|
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.
|
|
Modify `generate` function to actually generate usable.
|
|
Move from `www/dist` to `public`. This should solve gitlab pages
returning 404.
|
|
Add gitlab pipeline file so it will build to pages.
|
|
Add `bulma.min.css` file to be copied when bundling `www` project.
|
|
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.
|