Add a mobile Following queue for watched issues #1294

Merged
timmy merged 2 commits from timmy/1293-mobile-following-watched-issues into main 2026-08-23 04:57:12 +00:00
Showing only changes of commit 846c28001e - Show all commits

View File

@ -92,7 +92,6 @@
}); });
query('#close-following').addEventListener('click', () => query('#following-sheet').close()); query('#close-following').addEventListener('click', () => query('#following-sheet').close());
query('#retry-following').addEventListener('click', () => feature.load().catch(() => {})); query('#retry-following').addEventListener('click', () => feature.load().catch(() => {}));
feature.load().catch(() => {});
return { return {
load:feature.load, load:feature.load,
open() { open() {