experiments in a post-browser web
10
fork

Configure Feed

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

+15 -14
.TODO.md.swp

This is a binary file and will not be displayed.

+15 -14
TODO.md
··· 11 11 Be able to use the app on mobile and desktop with the safety of knowing there's also at least one remote copy. 12 12 13 13 Today 14 + - [ ][mobile] shares to Peek app on iOS are not saving to datastore - investigate 14 15 - [~][mobile] bottom buttons (save, delete, etc) can be hidden behind iOS keyboard 15 16 - [~][release] build and deploy release versions of desktop, ios, and server 16 17 ··· 107 108 - Keep UI simple - dropdown in settings 108 109 - Default to "default" profile if not configured 109 110 110 - ## Modes/scopes 111 - 112 - notes 113 - - Pages have a specific mode, with specific hotkeys, etc. 114 - - Commands like "theme dark here" operate on the "target window". 115 - - Target window is usually what the user was looking at before opening cmd. 116 - - Currently this works but there's no visual indication. 117 - 118 - - [ ] How to do page "mode" (for example) with conditional context/hotkeys/actions 119 - - [ ] Should commands declare `scope: 'window' | 'page' | 'global'` in registration? 120 - - [ ] How does cmd indicate scope/target? 121 - - [ ] eg "Target: [window title]" header when window-scoped command is selected? 122 - 123 - 124 111 ## Desktop windows 125 112 126 113 Title bar and controls ··· 183 170 184 171 tags 185 172 - [ ] tag input field 173 + 174 + ## Modes/scopes 175 + 176 + notes 177 + - Pages have a specific mode, with specific hotkeys, etc. 178 + - Commands like "theme dark here" operate on the "target window". 179 + - Target window is usually what the user was looking at before opening cmd. 180 + - Currently this works but there's no visual indication. 181 + 182 + - [ ] How to do page "mode" (for example) with conditional context/hotkeys/actions 183 + - [ ] Should commands declare `scope: 'window' | 'page' | 'global'` in registration? 184 + - [ ] How does cmd indicate scope/target? 185 + - [ ] eg "Target: [window title]" header when window-scoped command is selected? 186 + 186 187 187 188 ## Web page experience 188 189