|
1 | | -# GOAL: |
| 1 | +# Todo |
2 | 2 |
|
3 | | -- [ ] Starting using everyday June 2nd |
4 | | -- [ ] Ship June 16 |
5 | | -- [ ] Make a video and share on twitter, reddit June 16th |
6 | | -- [ ] Able to start a task and work on ADHD course |
7 | | -- [ ] Work on Framer site or fork Icon.com? |
8 | | -- [ ] Get going on Twitter |
9 | | - |
10 | | -- [ ] keyboard shortcut for quit task and complete |
11 | | -- [ ] Handle broken database? |
12 | | -- [x] Action bar sometimes focuses on the bottom option |
13 | | -- [ ] Privacy Policy |
14 | | -- [x] NOTE |
15 | | - - [x] Dark mode |
16 | | - - [x] attaching files? |
17 | | -- [ ] Context Menu |
18 | | - - [ ] Add things to note |
19 | | -- [x] Closing object doesn't close the view, its still present. are all closed objects still there? |
20 | | -- [ ] Action Bar |
21 | | - - [x] Somehow differentiate NEW TAB & CURRENT TAB actions |
22 | | - - [x] Close object |
23 | | - - [ ] Complete task |
24 | | - - [ ] Skip task |
25 | | -- [ ] Planning screen |
26 | | - - [ ] Action bar input text bolder |
27 | | -- [ ] Laggy closing a task |
28 | | -- [ ] Laggy opening a new task |
29 | | -- [ ] Note loading is slow |
30 | | -- [x] Able to launch links |
31 | | -- [ ] Scrolling is janky |
32 | | -- [x] should be able to open in a new tab cmd-t |
33 | | -- [x] cmd-l current tab |
34 | | -- [x] cmd-p etc take time to load in the tasks / shows other stuff in dropdown |
35 | | -- [ ] option-space hotkey |
36 | | -- [x] Update broken |
37 | | -- [x] objects stopped showing |
38 | | -- [ ] navigating sometimes breaks |
39 | | -- [ ] for some reason view objects stopped working |
40 | | -- [ ] Rank is duplicating? |
41 | | -- [ ] wh are duplicate objects? |
42 | | -- [ ] write tests for that |
43 | | -- [ ] Sort planning not by last accessed but edited? |
44 | | -- [ ] Cmd-t hijacked in note |
45 | | -- [ ] Opening task quite slow |
46 | | -- [ ] Show audio playing indicator |
47 | | -- [ ] Create google tab on task creation |
48 | | -- [ ] Need to save inside navigation not just outer? |
49 | | -- [ ] 9 props}=>[Array(4)], {9 props}=>[Array(1)]) |
50 | | -timestamp=2025-06-05T15:36:19.881Z level=ERROR fiber=#833 message="will-quit: Error disposing runtime:" cause="TypeError: Object has been destroyed |
51 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:110138:35 |
52 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:10457:42 |
53 | | -TypeError: Object has been destroyed |
54 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:110037:74 |
55 | | -TypeError: Cannot read properties of undefined (reading 'isDestroyed') |
56 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:110270:40 |
57 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:10457:42 |
58 | | -TypeError: Cannot read properties of undefined (reading 'isDestroyed') |
59 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:110436:40 |
60 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:10457:42 |
61 | | -TypeError: Cannot read properties of undefined (reading 'isDestroyed') |
62 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/apps/main/dist/index.js:110620:40 |
63 | | - at file:///Users/jordan/Documents/startups/Polka/Polka/a |
64 | | - |
65 | | -TODO: |
66 | | - |
67 | | -- [x] Do I need to create BaseWindows for ActionBar and ContextMenu like I did before? |
68 | | -- [x] I don't know why but this seems to work without it lol, great |
69 | | -- [x] Fatal error in V8: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope |
70 | | -- [x] Launch time of links |
71 | | -- [x] Planning -> Working -> Next |
72 | | - - [x] Loading on planning screen etc |
73 | | -- [ ] Hook up subscriptions |
74 | | - - [ ] Icon indicating subscribed |
75 | | -- [x] Clean up settings page, dont really need it now |
76 | | -- [x] Able to create a new task from planning view |
77 | | - - [x] What to show on first launching a new task? |
78 | | -- [x] Make sure update button shows |
79 | | -- [x] Cmd-click on link to open in new tab |
80 | | -- [x] Hide context menu and action bar on blur / esc |
81 | | -- [x] Make sure last updated is updating right |
82 | | -- [x] When open a new link why is it only showing the URL and not the title???? |
83 | | -- [x] Should I kill the IPC REFS? |
84 | | -- [x] Global keyboard shortcut |
85 | | -- [x] keyboard shortcut for moving between tabs |
86 | | -- [x] Update UI when new update |
87 | | -- [x] koffi update sparkle trigger broken, but I think background updates is working? |
88 | | -- [x] When open new link in tab in goes to that tab |
89 | | -- [x] No default lastAccessedAt |
90 | | -- [x] Close action bar after action |
91 | | -- [x] changing theme not persisting |
92 | | -- [x] Update keyboard shortcuts |
93 | | -- [x] Move toast up |
94 | | -- [x] Instead of all of these, one command to launch command bar with a certain selection |
95 | | - - QUICK_SWITCH_TASK: 'QuickSwitchTask', |
96 | | - QUICK_SWITCH_OBJECT: 'QuickSwitchObject', |
97 | | - OPEN_OBJECT_COMMAND_BAR: 'OpenObjectCommandBar', |
98 | | - OPEN_COMMAND_BAR: 'OpenCommandBar', |
99 | | - UPDATE_TASK_NAME_COMMAND_BAR: 'UpdateTaskNameCommandBar', |
100 | | - UPDATE_TASK_EMOJI_COMMAND_BAR: 'UpdateTaskEmojiCommandBar', |
101 | | - |
102 | | - |
103 | | -FILES: |
104 | | - |
105 | | -- [x] Save original filename? |
106 | | -- [x] TaskObject match schema not working properly, falls back to first one? |
107 | | -- [x] loadObjcet match failing too hmmmmmmm |
108 | | -- [x] its trying to set the domain etc? |
109 | | -- [ ] Test other file formats |
110 | | -- [x] [NavigationHandler] Error updating link title: KuzuServiceError: Failed to update link: Link with ID d21301cb-00bb-43f0-95b9-19843da60aa3 not found |
111 | | - |
112 | | - |
113 | | -NOTES: |
114 | | - |
115 | | -- [ ] Large file |
116 | | -- [ ] stickey header and emoji update title? |
117 | | -- [x] don't show it in list. |
118 | | -- [x] should I not have it as part of other objects, note service? |
119 | | -- [ ] upload thing? |
120 | | -- [x] Click on task sidebar info it goes to note |
121 | | -- [ ] Add things to note from context menu |
122 | | -- [ ] Dark Mode |
123 | | -- [ ] Disable dragging files on |
124 | | -- [x] Starting text "playground" |
125 | | - |
126 | | - |
127 | | -TASK SIDEBAR: |
128 | | - |
129 | | -- [x] Clicking on a sidebar item opens the object in action bar |
130 | | -- [x] Complete + Next and Skip button hooked up. keep it basic for now |
131 | | -- [x] Re order tasks |
132 | | -- [x] Hook up new page |
133 | | -- [x] Keyboard shortcuts show in action bar |
134 | | -- [x] select emoji shows in action bar |
135 | | -- [x] Hook up close button |
136 | | -- [x] ncaught TypeError: Cannot read properties of undefined (reading 'toString') |
137 | | - at Proxy.reorderItems (eval at <anonymous> (client.js:5:1106), <anonymous>:136:33) |
138 | | - |
139 | | - |
140 | | - |
141 | | -CONTEXT MENU: |
142 | | -- [ ] Styling ugly |
143 | | -- [x] Copy Link |
144 | | -- [x] Copy Text |
145 | | -- [x] Paste |
146 | | -- [x] Cut |
147 | | -- [x] Save Image |
148 | | -- [x] Copy image url |
149 | | - |
150 | | -ACTION BAR: |
151 | | - |
152 | | -- [ ] Somehow differentiate NEW TAB & CURRENT TAB actions |
153 | | -- [ ] Footer doesn't need navigate, select |
154 | | -- [ ] CMD-K for more actions |
155 | | -- [x] Dismiss when press outside it |
156 | | -- [ ] Footer styling better |
157 | | -- [x] Action bar objects showing wrong title |
158 | | - - [x] title || name |
159 | | -- [x] ESC to dismiss, back button to navigate back |
160 | | -- [ ] Hold CMD to open new tab and keep the action bar open |
161 | | -- [x] Task sidebar issues |
162 | | -- [ ] Move object to task |
163 | | -- [ ] Duplicate object to task |
164 | | -- [ ] Close object |
165 | | -- [ ] Complete task |
166 | | -- [ ] Skip task |
167 | | - |
168 | | -Find on page |
169 | | - |
170 | | - |
171 | | - |
172 | | -STYLING: |
173 | | - |
174 | | -- [x] Toast ugly |
175 | | -- [x] Bolder text in the filter buttons |
176 | | -- [x] Dark mode not applying to the WebContentsView? |
177 | | -- [x] Task Sidebar |
178 | | - - [x] item darker when selected |
179 | | - - [x] Less padding in the task info view |
180 | | - - [x] header dark mode not applying |
181 | | -- [x] Width of task item wider |
182 | | -- [x] x button overlap |
183 | | -- [x] needs to be darker |
184 | | -- [x] Spacing on task sidebar |
185 | | -- [x] Info box text bolder |
186 | | - |
187 | | -FUNCTIONALITY: |
188 | | -- [x] Open Link in new tab |
189 | | -- [x] Copy Text |
190 | | -- [x] Copy Link |
191 | | -- [x] Check for Updates |
192 | | -- [x] New Tab |
193 | | -- [x] Quick Switch Tab |
194 | | -- [x] Command Up/Down prev/next object |
195 | | -- [x] Quick Switch Task |
196 | | -- [x] Copy Image URL |
197 | | -- [x] Save Image |
198 | | -- [x] Share |
199 | | -- [x] Back and forward |
200 | | -- [x] Cmd-R: refresh |
201 | | -- [x] Cmd-<left right>: back forward |
202 | | - - [x] Cmd-[] |
203 | | - |
204 | | - |
205 | | - |
206 | | --------------------------------------------------------------------------------------------------------- |
207 | | --------------------------------------------------------------------------------------------------------- |
208 | | --------------------------------------------------------------------------------------------------------- |
209 | | - |
210 | | -LATER: |
211 | | - |
212 | | -- [ ] Why does action bar alpine seem to persist the active option? |
213 | | -- [ ] AG Grid |
214 | | -- [ ] Chrome extensions support |
215 | | - - [ ] Password autofill support |
216 | | -- [ ] Log viewer |
217 | | -- [ ] https://github.com/mathuo/dockview |
218 | | -- [ ] Change emoji from planning screen |
219 | | -- [ ] Conveyor protocols |
220 | | -- [ ] Global hotkey |
221 | | -- [ ] swipe trackpad back forward |
222 | | -- [ ] Featurebase |
223 | | -- [ ] Search page / Find on page |
224 | | -- [ ] Handle .node files |
225 | | - - [ ] https://prosopo.io/blog/vite-node-files/ |
226 | | - - [ ] https://github.com/cyco130/vavite/tree/main/packages/node-loader |
227 | | -- [ ] Tabs |
228 | | - - [ ] Close Tab |
229 | | - - [ ] Close other tabs |
230 | | - - [ ] Close all tabs |
231 | | - - [ ] Change Icon |
232 | | - - [ ] Rename |
233 | | -- [ ] Move / Duplicate to Task |
234 | | - - [ ] Select task |
235 | | - - [ ] Create new task |
236 | | -- [ ] Keyboard Shortcuts |
237 | | -- [ ] Set as Default Browser |
238 | | -- [ ] Add crisp |
239 | | -- [ ] Weird theming on inital launch of web pages (dark mode etc) |
240 | | -- [ ] Full screen very laggy |
241 | | -- [ ] Copy Image |
242 | | -- [ ] KHD component too compact |
243 | | - |
244 | | - |
245 | | -- [ ] TOAST: |
246 | | - |
247 | | -- [ ] Copy link url show share button and share sheet on click |
248 | | - |
249 | | - |
250 | | -- [ ] https://fosdem.org/2025/schedule/event/fosdem-2025-4852-how-browsers-really-load-web-pages/ |
251 | | -- [ ] https://github.com/twibiral/obsidian-execute-code |
252 | | -- [ ] https://github.com/get-convex/prosemirror-sync |
253 | | -- [ ] https://github.com/Dhravya/apple-mcp/tree/main |
254 | | -- [ ] https://github.com/brave/cookiemonster/blob/main/src/text-classification.mjs#L12 |
255 | | -- [ ] Local model: https://github.com/huggingface/transformers.js/tree/main/examples/electron |
256 | | - |
257 | | - |
258 | | - |
259 | | -* https://github.com/alex/what-happens-when |
260 | | -* * Keygen.sh |
261 | | -* mineful.com |
262 | | -* notdiamond |
263 | | -* portkey |
264 | | -* novita.ai |
265 | | -* openrouter |
| 3 | +- [ ] Ship it |
0 commit comments