mkelvers
  • Joined on 2026-04-30
mkelvers pushed to main at mkelvers/mal 2026-05-14 11:40:22 +00:00
a47497f822 chore: go fixes
mkelvers pushed to main at mkelvers/mal 2026-05-14 11:37:05 +00:00
25ac7f20ad Merge pull request 'refactor/significant-changes' (#4) from refactor/significant-changes into main
b31ef97204 chore: tidy go dependencies
596e8265f7 refactor: remove noisy debug logging
Compare 3 commits »
mkelvers merged pull request mkelvers/mal#4 2026-05-14 11:37:04 +00:00
refactor/significant-changes
mkelvers created pull request mkelvers/mal#4 2026-05-14 11:37:01 +00:00
refactor/significant-changes
mkelvers pushed to refactor/significant-changes at mkelvers/mal 2026-05-14 11:35:03 +00:00
b31ef97204 chore: tidy go dependencies
596e8265f7 refactor: remove noisy debug logging
Compare 2 commits »
mkelvers pushed to main at mkelvers/mal 2026-05-14 11:25:26 +00:00
35c1d3da1a Merge pull request 'refactor/significant-changes' (#3) from refactor/significant-changes into main
eb173ac072 chore: formatting
2619dc2c94 fix: autoplay video instantly on watch page load
e675f125d4 fix: replace revealed sentinel with intersect once for infinite scroll
4f6b534093 refactor: extract watchlist remove button into shared component
Compare 72 commits »
mkelvers merged pull request mkelvers/mal#3 2026-05-14 11:25:25 +00:00
refactor/significant-changes
mkelvers created pull request mkelvers/mal#3 2026-05-14 11:04:28 +00:00
WIP: refactor/significant-changes
mkelvers pushed to refactor/significant-changes at mkelvers/mal 2026-05-14 10:30:17 +00:00
eb173ac072 chore: formatting
mkelvers pushed to refactor/significant-changes at mkelvers/mal 2026-05-14 10:22:14 +00:00
2619dc2c94 fix: autoplay video instantly on watch page load
e675f125d4 fix: replace revealed sentinel with intersect once for infinite scroll
4f6b534093 refactor: extract watchlist remove button into shared component
b3c906a16e fix: centralize watchlist dropdown js and fix page load timing
950e143faf fix: clean up completion flow and watch page dropdown
Compare 10 commits »
mkelvers created branch refactor/significant-changes in mkelvers/mal 2026-05-14 10:22:14 +00:00
mkelvers closed issue mkelvers/mal#1 2026-05-13 19:42:53 +00:00
Modularize remove-watchlist-container
mkelvers commented on issue mkelvers/mal#1 2026-05-13 19:42:53 +00:00
Modularize remove-watchlist-container

It's resolved

mkelvers commented on issue mkelvers/mal#2 2026-05-13 16:52:55 +00:00
Fix 'Add to Watchlist' dropdown button.

Resolved the problem. BuildWatchData never included "WatchlistIDs" in the template data map. The template guards initWatchlist() behind {{if .WatchlistIDs}}, so the watchlist ID set was never…

mkelvers closed issue mkelvers/mal#2 2026-05-13 16:52:55 +00:00
Fix 'Add to Watchlist' dropdown button.
mkelvers opened issue mkelvers/mal#2 2026-05-13 16:48:47 +00:00
Fix 'Add to Watchlist' dropdown button.
mkelvers commented on issue mkelvers/mal#1 2026-05-13 16:48:08 +00:00
Modularize remove-watchlist-container

If I go and change the status in the watch page of that 'Add to Watchlist' button, go to another page, go back to watching the same anime, then that 'Remove from Watchlist' button has disappeared.

mkelvers opened issue mkelvers/mal#1 2026-05-13 16:43:09 +00:00
Modularize remove-watchlist-container