index
:
due.moe
badges
binary_badges
cloudflare-pages
locale
main
post-svelte-5-migration
svelte-5
svelte-5-migration
svelteui
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
routes
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix: Resolve all ESLint errors and warnings
Fuwn
2026-01-29
8
-12
/
+12
|
*
feat(Landing): Update to match LandingHero
Fuwn
2026-01-28
1
-5
/
+1
|
*
feat: Add hero for landing and welcome page
Fuwn
2026-01-27
2
-0
/
+11
|
*
feat(+layout.svelte): Add Web Analytics
Fuwn
2026-01-26
1
-0
/
+3
|
*
fix: Add null guards and improve error messaging for user lookups
Fuwn
2026-01-23
4
-6
/
+27
|
*
fix: Resolve unused imports, dead code, and type definitions
Fuwn
2026-01-23
1
-1
/
+0
|
*
refactor: Migrate event handlers to new Svelte 5 syntax
Fuwn
2026-01-23
10
-39
/
+39
|
*
refactor(layout): Replace empty p elements with reusable Spacer component
Fuwn
2026-01-23
12
-39
/
+51
|
*
fix(html): Replace self-closing non-void HTML elements with proper closing tags
Fuwn
2026-01-23
11
-38
/
+38
|
*
fix(notifications): Replace svelte-notifications with custom store for Svelte 5
Fuwn
2026-01-22
1
-4
/
+3
|
*
format: Apply Prettier formatting
Fuwn
2026-01-22
1
-7
/
+21
|
*
deps(svelte): Migrate to Svelte 5 with compatibility mode
Fuwn
2026-01-22
1
-3
/
+8
|
*
deps(sveltekit): Migrate to SvelteKit 2
Fuwn
2026-01-22
2
-2
/
+2
|
*
format: Apply Prettier formatting
Fuwn
2025-12-15
11
-67
/
+50
|
*
fix(api:birthdays): Update HTML parser for primary source
Fuwn
2025-12-07
1
-3
/
+3
|
*
fix: Throw redirects
Fuwn
2025-12-01
2
-2
/
+2
|
*
feat(badges): Add a no-load query parameter
Fuwn
2025-09-06
1
-8
/
+15
|
*
style(src): Remove self-closing tags with attributes
Fuwn
2025-06-23
1
-2
/
+2
|
*
style(src): Remove self-closing p and div tags
Fuwn
2025-06-23
12
-39
/
+39
|
*
refactor(LastActivity): Move display guard to component
Fuwn
2025-06-14
1
-3
/
+1
|
*
fix(Home): Guard LastActivity component visibility
Fuwn
2025-06-14
1
-1
/
+3
|
*
feat: Move remaining localStorage usages to localforage
Fuwn
2025-06-12
3
-30
/
+31
|
*
feat(list): Persistent per-list collapsed state
Fuwn
2025-06-12
2
-6
/
+16
|
*
style: Reformat using latest formatting
Fuwn
2025-06-11
1
-2
/
+7
|
*
fix: Migrate localStorage.removeItem to localforage for anime and manga stores
Fuwn
2025-06-11
1
-7
/
+24
|
*
deps(SvelteKit): Migrate to SvelteKit 2
Fuwn
2025-06-09
2
-2
/
+2
|
*
fix(feeds): Remove duplicate whitespace
Fuwn
2025-05-29
1
-1
/
+1
|
*
refactor(CommandPalette): Globally rename action type
Fuwn
2025-05-15
1
-2
/
+2
|
*
feat: Add Badge Wall action to command palette
Fuwn
2025-05-06
1
-1
/
+6
|
*
feat: Add command palette
Fuwn
2025-05-06
1
-0
/
+5
|
*
fix(badges): Ignore empty user-set time
Fuwn
2025-05-04
1
-1
/
+1
|
*
fix(badges): Properly set badge time when mutating
Fuwn
2025-05-02
1
-1
/
+1
|
*
fix(birthdays): Send cookie to bypass bot detection
Fuwn
2025-04-27
1
-1
/
+4
|
*
revert: Clean up easter event
Fuwn
2025-04-21
5
-24
/
+5
|
*
feat(EasterEgg): Add more eggs
Fuwn
2025-04-19
2
-2
/
+8
|
*
fix(EasterEgg): Fix odd cases and general implementation
Fuwn
2025-04-19
1
-4
/
+2
|
*
feat: Add AniList Badges Easter Event 2025 demo #2
Fuwn
2025-04-10
3
-3
/
+18
|
*
feat: Add AniList Badges Easter Event 2025 demo
Fuwn
2025-04-06
1
-0
/
+91
|
*
chore(tools): Comment out unused tool import
Fuwn
2025-03-08
1
-1
/
+1
|
*
feat(tools): Remove Dump Profile tool
Fuwn
2025-03-08
1
-2
/
+2
|
*
feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays tool
Fuwn
2025-02-14
1
-2
/
+8
|
*
fix(layout): remove invalid local user entries
Fuwn
2025-01-28
1
-2
/
+4
|
*
fix(wrapped): li::marker consistent colouring
Fuwn
2024-12-24
1
-3
/
+3
|
*
refactor(authorised): move authorised user functionality to module
Fuwn
2024-11-18
1
-5
/
+5
|
*
feat(tools): add simple tracker
Fuwn
2024-10-12
2
-1
/
+4
|
*
feat(schedule): filter media list entries toggle
Fuwn
2024-10-09
1
-1
/
+3
|
*
chore(prettier): use spaces instead of tabs
Fuwn
2024-10-09
48
-3283
/
+3283
|
*
feat(graphql): add badgeCount field
Fuwn
2024-10-08
2
-6
/
+3
|
*
fix(graphql): wait for database update on badge mutation
Fuwn
2024-10-07
1
-1
/
+0
|
*
fix(badges): fix field clearing regression
Fuwn
2024-10-07
1
-0
/
+2
|
[next]