experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: mark completed items in Mobile and Profiles sections

+2 -5
+2 -5
TODO.md
··· 72 72 - [ ] Test deleting a profile (verify cannot delete default/active) 73 73 74 74 ### Server Safety Improvements (Priority) 75 - - [ ] Add pre-migration backup to server migration (HIGH PRIORITY) 76 - - Current migration uses fs.renameSync() without backup 77 - - Risk of data loss if migration fails 78 - - See SERVER-MIGRATION-SAFETY-IMPROVEMENTS.md for full plan 75 + - [x] Add pre-migration backup to server migration 79 76 - [ ] Add migration dry-run mode 80 77 - [ ] Add database integrity verification 81 78 - [ ] Add automatic backup cleanup after grace period ··· 341 338 ## Mobile 342 339 343 340 - [ ] add device ID tracking to item metadata (like desktop - stores `_sync.createdBy` and `_sync.modifiedBy` in metadata JSON) 344 - - [ ] fix big bottom bar showing again 341 + - [x] fix big bottom bar showing again (simplified viewport and safe-area handling) 345 342 - [ ] show oembed, or at least page title 346 343 - [ ] save images to server (look at how binaries are stored, and across profiles) 347 344