Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 1 | -1/+0 | ||
2023-05-28 | chore(lint): switched to a better lint config | 1 | -29/+33 | ||
2023-05-15 | feat(base64-string-converter): switch to encode and decode url safe base64 ↵ | 1 | -4/+19 | ||
strings (#392) * feat(base64-string-converter): switch to encode and decode url safe * feat(base64-string-converter): changes based on review comments, use config object instead of boolean argument. * feat(base64-string-converter): fix validation, add option to watch additional refs for changes which interfere with validation rules | |||||
2023-05-15 | refactor(ui): replaced some n-input with c-input-text | 1 | -29/+46 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 1 | -1/+1 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 1 | -4/+4 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 1 | -2/+2 | ||
2022-12-20 | refactor(clean): removed empty style tag | 1 | -2/+0 | ||
2022-08-04 | refactor(base64): mutualized base64 functions into global utilities | 1 | -9/+5 | ||
2022-08-03 | refactor(validation): simplified validation system | 1 | -5/+1 | ||
2022-08-03 | fix(base64-to-string): prevent validation error | 1 | -1/+1 | ||
2022-07-25 | refactor(base64): split base64 text and file conversion in two tools + ↵ | 1 | -0/+65 | ||
base64 to file |