Compare commits

..

23 Commits

Author SHA1 Message Date
142d783b97 move fonts to lfs 2024-02-15 23:50:05 +03:00
9e3d4ba164 remove OpenMoji-color-colr1_svg.ttf (replaced by OpenMoji-color-colr1_svg.woff2) 2024-02-15 23:48:11 +03:00
57154f3d05 fix sort logic 2024-02-15 23:13:04 +03:00
de20be6d94 update scrollbar color for dark theme 2024-02-15 20:07:19 +03:00
678d57e046 prevent selection for images 2024-02-15 19:35:39 +03:00
17cb5712c8 ... 2024-02-15 19:29:24 +03:00
14f3896156 fix loadFromLocalStorage 2024-02-15 19:28:28 +03:00
1930a8df7b minor fixes 2024-02-15 19:22:56 +03:00
3ece3ebd0b add exact match for filter and save filter value 2024-02-15 19:16:50 +03:00
cd40509b5b fix styles 2024-02-15 18:30:58 +03:00
e31145b06f fix filter after sort by fail 2024-02-15 18:23:45 +03:00
81b1d65d97 add simple filter 2024-02-15 18:20:04 +03:00
58b606946b add image compare tool 2024-02-15 17:15:24 +03:00
af924d2369 better light theme, add another missing features, cosmetic improvement 2024-02-15 13:29:44 +03:00
230c2217f0 fix toggle diff for all 2024-02-15 02:54:19 +03:00
0a3cb49879 add missing features 2024-02-15 02:34:09 +03:00
2cac2fc425 fix emoji position 2024-02-14 22:35:18 +03:00
2bd2a9d2c4 add clickables image headers, minor changes 2024-02-14 21:32:11 +03:00
e0c7229c89 minor fix 2024-02-14 20:36:01 +03:00
b6c8cca76a fix emoji rendering (force font emoji for everything)
use hybrid emoji (different fonts for better UX)
add missing Twemoji.Mozilla license
2024-02-14 20:28:25 +03:00
a65a7998e5 add Twemoji.Mozilla font, remove bloat NotoColorEmoji-Regular (replaced by Noto-COLRv1-noflags) 2024-02-14 17:21:12 +03:00
ef4d806752 add optimization for animation via viewport IntersectionObserver 2024-02-14 17:18:57 +03:00
e1ad61e061 add standalone emoji fonts, etc minor changes 2024-02-13 16:49:57 +03:00

2
.gitattributes vendored
View File

@@ -1,5 +1,3 @@
*.sav filter=lfs diff=lfs merge=lfs -text *.sav filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text *.bsp filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.woff2 filter=lfs diff=lfs merge=lfs -text