From ac0dcfc5a1b488cfff8b93162198dc69c63410bc Mon Sep 17 00:00:00 2001 From: RushaliPadhiary Date: Wed, 30 Jul 2025 13:12:10 +0530 Subject: [PATCH 1/7] refactor(emoji-picker): redesign emoji UI [only base work is done] --- src/icons/clock.svg | 3 + src/icons/star.svg | 3 + src/index.html | 35 +++++- src/js/emoji.js | 24 ++++ src/main.js | 281 +++++++++++++++++++++++++++++--------------- src/styles.css | 155 +++++++++++++++++++++++- 6 files changed, 399 insertions(+), 102 deletions(-) create mode 100644 src/icons/clock.svg create mode 100644 src/icons/star.svg diff --git a/src/icons/clock.svg b/src/icons/clock.svg new file mode 100644 index 0000000..337bd3b --- /dev/null +++ b/src/icons/clock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/icons/star.svg b/src/icons/star.svg new file mode 100644 index 0000000..0d240cc --- /dev/null +++ b/src/icons/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 488121d..c4a016a 100644 --- a/src/index.html +++ b/src/index.html @@ -37,11 +37,40 @@

- -
+ +
+
-
+
+
+ + + +
+
+
+
Recently Used
+
+
+
+
Favorites
+
+
+
+
Emojis
+
+
+
+
+
+