Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-11 | feat(new tool): ULID generator (#623) | 4 | -0/+79 | ||
2023-09-03 | refactor(c-key-value-list): got rid of table for layout (#611) | 3 | -24/+38 | ||
2023-08-27 | feat(new tool): iban validation and parser (#591) | 6 | -0/+110 | ||
2023-08-26 | feat(new tool): text diff and comparator (#588) | 1 | -0/+68 | ||
* feat(new tool): text diff and comparator * chore(ci): increased memory in CI | |||||
2023-08-21 | chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552) | 2 | -5/+7 | ||
* chore(deps): update dependency @antfu/eslint-config to ^0.40.0 * chore(deps): updated eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-08-07 | feat(ui): added c-select in the ui lib (#550) | 8 | -1/+423 | ||
* 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) | 2 | -7/+10 | ||
2023-06-23 | refacor(transformers): use monospace font for JSON and SQL text areas (#476) | 1 | -1/+9 | ||
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs | |||||
2023-06-19 | refactor(search): command palette design (#463) | 5 | -5/+139 | ||
2023-06-18 | fix(sonar): took down minor sonar warning | 1 | -2/+0 | ||
2023-06-18 | feat(enhancement): use system dark mode (#458) | 2 | -23/+3 | ||
* Use prefers-color-scheme * Remove theme store | |||||
2023-06-11 | refactor(c-input-text): force usage of props with default | 1 | -2/+1 | ||
2023-05-28 | chore(lint): switched to a better lint config | 15 | -213/+208 | ||
2023-05-17 | feat(new tool): camera screenshot and recorder | 6 | -2/+82 | ||
2023-05-15 | feat(base64-string-converter): switch to encode and decode url safe base64 ↵ | 1 | -0/+4 | ||
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 | -0/+4 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 7 | -58/+280 | ||
2023-05-14 | ui-lib(new-component): added text input component in the c-lib | 6 | -2/+349 | ||
2023-05-14 | ui-lib(button): size variants | 3 | -20/+51 | ||
2023-04-23 | feat(ui-lib): demo pages for c-lib components | 11 | -238/+277 | ||
2023-04-23 | feat(new-tool): diff of two json objects | 1 | -0/+26 | ||
2023-04-20 | refactor(ui-lib): prevent c-button to shrink | 1 | -0/+1 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 2 | -0/+47 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 7 | -0/+511 | ||