Commit graph

16 commits

Author SHA1 Message Date
Praneeth Ravuri
73a0370c29 style(uuid-generator): remove whitespaces 2024-05-11 01:20:23 -04:00
Praneeth Ravuri
70743a5fcc fix(uuid-generator): prevent textarea height increase on refresh
The height of the textarea in the UUID Generator component was increasing with each refresh due to the dynamic calculation of the number of rows based on the quantity. This commit fixes the issue by setting a fixed number of rows for the textarea, ensuring a consistent height regardless of the quantity of UUIDs generated.
2024-05-11 01:14:04 -04:00
Corentin THOMASSET
38586caab7
refactor(uuid generator): uuid version picker (#751) 2023-11-13 21:38:01 +00:00
Corentin THOMASSET
6f93cba3da
feat(copy): support legacy copy to clipboard for older browser (#581) 2023-08-21 23:00:20 +00:00
Corentin THOMASSET
05ea545475
refactor(ui): replaced some n-input to c-input (#505) 2023-06-25 13:00:50 +00:00
Corentin Thomasset
33c9b6643f chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
Corentin Thomasset
4d2b037dbe refactor(ui): removed all n-space 2023-05-27 17:53:13 +02:00
Corentin Thomasset
c45bce36f9 refactor(ui): getting ride of naive ui buttons 2023-04-19 22:33:22 +02:00
Corentin Thomasset
6fb4994603 refactor(uuid-generator): prevent NaN in quantity 2023-04-13 23:36:25 +02:00
Corentin Thomasset
9b4f7727f2
refactor(uuid-generator): now using computedRefreshable 2023-03-29 21:13:49 +02:00
Corentin Thomasset
db817a2459
refactor(tools): config in query params 2023-01-28 21:06:16 +01:00
Corentin Thomasset
086d31eab5
refactor(lint): linter auto fix 2022-04-22 23:31:40 +02:00
Corentin Thomasset
a14cac6d5c
refactor: removed empty sources 2022-04-16 21:20:09 +02:00
Corentin Thomasset
6b58ec554a
refactor(style): updated linter config 2022-04-15 23:10:47 +02:00
Corentin Thomasset
655d9d22e3
refactor(style): replaced scss style block to less 2022-04-13 22:54:57 +02:00
Corentin Thomasset
3ae61147a9
feat(tool): uuid v4 generator 2022-04-04 21:46:35 +02:00