Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-07 | feat(ui): added c-select in the ui lib (#550) | 1 | -23/+23 | ||
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select | |||||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 1 | -1/+1 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 1 | -1/+1 | ||
2023-05-28 | chore(lint): switched to a better lint config | 1 | -37/+40 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 1 | -2/+2 | ||
2023-01-28 | refactor(tools): config in query params | 1 | -1/+2 | ||
2022-08-03 | feat(hash-text): digest base selector (#254) | 1 | -7/+40 | ||
2022-05-11 | feat(hash-text): compute all hashes at the same time (#242) | 1 | -27/+14 | ||
* compute all hashes at the same time instead of using a select * add prettier config * Revert "add prettier config" This reverts commit fd374ff6fdd1c91500791e18c5cce0414b08b1c9. Prettier config is in `.eslintrc.cjs`. Should run the lint script or should use ESLint's VS Code extension. * fix: address requested changes - rename hashedText to hashText since it's a function and no longer a variable - rename to list to algoNames - rename to type to AlgoName removed unused import * revert back to allow empty value to be hashed; lint | |||||
2022-04-22 | refactor(lint): linter auto fix | 1 | -46/+25 | ||
2022-04-16 | refactor: removed empty sources | 1 | -3/+0 | ||
2022-04-15 | refactor(style): updated linter config | 1 | -34/+40 | ||
2022-04-13 | refactor(style): replaced scss style block to less | 1 | -1/+1 | ||
2022-04-04 | fix(hash-text): correct copy message | 1 | -1/+1 | ||
2022-04-04 | fix(hash-text): added missing toString() | 1 | -3/+3 | ||
2022-04-04 | feat(tool): text hash | 1 | -0/+72 | ||