Compare commits

..

24 Commits

Author SHA1 Message Date
131b2c5c1c add to lfs 2024-02-16 01:09:31 +03:00
22aa47d73f move fonts to lfs 2024-02-15 23:50:05 +03:00
7de7991bf4 remove OpenMoji-color-colr1_svg.ttf (replaced by OpenMoji-color-colr1_svg.woff2) 2024-02-15 23:48:11 +03:00
97e747fc61 fix sort logic 2024-02-15 23:13:04 +03:00
a6806d22da update scrollbar color for dark theme 2024-02-15 20:07:19 +03:00
937a516657 prevent selection for images 2024-02-15 19:35:39 +03:00
ad55f52e1e ... 2024-02-15 19:29:24 +03:00
78ab5b8ed6 fix loadFromLocalStorage 2024-02-15 19:28:28 +03:00
57f952116d minor fixes 2024-02-15 19:22:56 +03:00
fbe3d35c5d add exact match for filter and save filter value 2024-02-15 19:16:50 +03:00
0f4da6e594 fix styles 2024-02-15 18:30:58 +03:00
c13d83270b fix filter after sort by fail 2024-02-15 18:23:45 +03:00
28f8c85a3c add simple filter 2024-02-15 18:20:04 +03:00
7a42bdfbcc add image compare tool 2024-02-15 17:15:24 +03:00
5a30d7e50f better light theme, add another missing features, cosmetic improvement 2024-02-15 13:29:44 +03:00
658868d568 fix toggle diff for all 2024-02-15 02:54:19 +03:00
25993bb08c add missing features 2024-02-15 02:34:09 +03:00
4dcad0843a fix emoji position 2024-02-14 22:35:18 +03:00
4f39795e87 add clickables image headers, minor changes 2024-02-14 21:32:11 +03:00
7e706ab0fc minor fix 2024-02-14 20:36:01 +03:00
a09c4968c9 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
0f969b5adb add Twemoji.Mozilla font, remove bloat NotoColorEmoji-Regular (replaced by Noto-COLRv1-noflags) 2024-02-14 17:21:12 +03:00
c7c2c59dd0 add optimization for animation via viewport IntersectionObserver 2024-02-14 17:18:57 +03:00
5a6e29dba6 add standalone emoji fonts, etc minor changes 2024-02-13 16:49:57 +03:00

2
.gitattributes vendored
View File

@@ -1,3 +1,5 @@
*.sav filter=lfs diff=lfs merge=lfs -text
*.bsp 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