From e9567316426c098a9f5ba7bca1cd8c00890fb600 Mon Sep 17 00:00:00 2001 From: Klemek Date: Fri, 26 Jun 2026 14:47:20 +0200 Subject: [PATCH] feat: save ignored tlds in cookies --- src/App.vue | 11 ++++++++++- src/components/PageInput.vue | 2 +- src/components/PageRandom.vue | 12 +++++++----- src/lib/cookies.ts | 20 ++++++++++++++++++++ src/lib/factory.ts | 6 +++--- src/types.ts | 2 +- 6 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 src/lib/cookies.ts diff --git a/src/App.vue b/src/App.vue index 10869ff..f8ec2c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,22 @@