You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,17 @@
15
15
16
16
## β¨ Features
17
17
18
-
- Shows custom thumbnail when sharing url on WhatsApp/Social Media using Open Graph Metadata Protocol
19
-
- Automatically changes theme based on device `Dark Mode` setting (stackoverflow does not seem to have this feature).
20
-
- SVG icons changes colors automatically based on selected theme.
21
-
- Fully Responsive Design - Adapts to different viewports
22
-
- Implemented XML like component abstaction for data on `./world/workshop.tsx`
23
-
- Implemented JSON file reading for data on `./world/skills.tsx`
24
-
- If [ prefers-reduced-motion ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) is set, cursor blob won't show kinetic effects.
25
-
- Neutral Gray BG for Artworks @md as a hacky solution to [Hermann Grid Optical Illusion](https://en.wikipedia.org/wiki/Grid_illusion) problem.
18
+
-[x] Shows custom thumbnail when sharing url on WhatsApp/Social Media using Open Graph Metadata Protocol
19
+
-[x] Automatically changes theme based on device `Dark Mode` setting (stackoverflow does not seem to have this feature).
20
+
-[x] SVG icons changes colors automatically based on selected theme.
21
+
-[x] Fully [ Responsive Design ] (https://en.wikipedia.org/wiki/Responsive_web_design) - Adapts to different viewports
22
+
-[x] Better [ accessibility ](https://en.wikipedia.org/wiki/Web_accessibility) for keyboard users
23
+
-[x] Implemented XML like component abstaction for data on `./world/workshop.tsx`
24
+
-[x] Implemented JSON file reading for data on `./world/skills.tsx`
25
+
-[x] If [ prefers-reduced-motion ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) is set, cursor blob won't show kinetic effects.
26
+
-[x] Gray BG for Artworks @md as a hacky solution to [ Hermann Grid Optical Illusion ](https://en.wikipedia.org/wiki/Grid_illusion) problem.
27
+
28
+
Issue: Cursor blob effect affects VimiumC/Tridactyl users as it emulates cursor click and blob effect uses cursor position to update.
0 commit comments