aboutsummaryrefslogtreecommitdiff
path: root/src/ui (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11feat(new tool): ULID generator (#623)Gravatar Corentin THOMASSET 4-0/+79
2023-09-03refactor(c-key-value-list): got rid of table for layout (#611)Gravatar Corentin THOMASSET 3-24/+38
2023-08-27feat(new tool): iban validation and parser (#591)Gravatar Corentin THOMASSET 6-0/+110
2023-08-26feat(new tool): text diff and comparator (#588)Gravatar Corentin THOMASSET 1-0/+68
* feat(new tool): text diff and comparator * chore(ci): increased memory in CI
2023-08-21chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552)Gravatar renovate[bot] 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-07feat(ui): added c-select in the ui lib (#550)Gravatar Corentin THOMASSET 8-1/+423
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 2-7/+10
2023-06-23refacor(transformers): use monospace font for JSON and SQL text areas (#476)Gravatar Marvin 1-1/+9
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs
2023-06-19refactor(search): command palette design (#463)Gravatar Corentin THOMASSET 5-5/+139
2023-06-18fix(sonar): took down minor sonar warningGravatar Corentin Thomasset 1-2/+0
2023-06-18feat(enhancement): use system dark mode (#458)Gravatar Seb 2-23/+3
* Use prefers-color-scheme * Remove theme store
2023-06-11refactor(c-input-text): force usage of props with defaultGravatar Corentin Thomasset 1-2/+1
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 15-213/+208
2023-05-17feat(new tool): camera screenshot and recorderGravatar Corentin Thomasset 6-2/+82
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 ↵Gravatar cgoIT 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-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-0/+4
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 7-58/+280
2023-05-14ui-lib(new-component): added text input component in the c-libGravatar Corentin Thomasset 6-2/+349
2023-05-14ui-lib(button): size variantsGravatar Corentin Thomasset 3-20/+51
2023-04-23feat(ui-lib): demo pages for c-lib componentsGravatar Corentin Thomasset 11-238/+277
2023-04-23feat(new-tool): diff of two json objectsGravatar Corentin Thomasset 1-0/+26
2023-04-20refactor(ui-lib): prevent c-button to shrinkGravatar Corentin Thomasset 1-0/+1
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 2-0/+47
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 7-0/+511