src/lib/server/endpoints/images.ts (2 lines): - line 107: // TODO: blocking heif may be incorrect considering it also supports av1, so we should instead - line 109: // TODO: consider what to do about animated formats: apng, gif, animated webp, ... src/routes/login/+server.ts (1 line): - line 9: // TODO: Handle errors if provider is not responding src/hooks.server.ts (1 line): - line 23: // TODO: move this code on a started server hook, instead of using a "building" flag src/lib/server/websearch/scrape/scrape.ts (1 line): - line 41: // TODO: direct mappings to markdown can be added for markdown, csv and others src/lib/types/Settings.ts (1 line): - line 30: // TODO: move this to a constant file along with other constants src/app.html (1 line): - line 43: /// TODO: ask the user for their consent and update this with gtag('consent', 'update')