mindstream
mindstream copied to clipboard
Tweaks for running as a web app
Thanks for making mindstream! It's extremely responsive and useful. :)
In web app mode, there are a few tweaks that could make it even better, IMHO:
.page { display:inline-block; }or equivalent, to help tasks expand horizontally as needed, and be one-per-line instead of "in a heap"- A button in the sidebar that's the equivalent of clicking a task's "today" label
- The whole contents of the Tags view could be in the sidebar (if under a certain size), to allow one-click access from anywhere to switch to different contexts or projects. If there were too many to fit, maybe the 5 most frequently used of each, and 5 most recently used of each, could be shown instead.
Just some ideas. As a shim, I've already put the first item into a ViolentMonkey script for myself (with !important...I know, I know...), and it works well in testing.
Anyway, again, great stuff, thanks for sharing this project!
Hello! Happy to hear that you found it useful.
-
Thanks for reporting. There is a bug that I fixed in 8ff20d7c89b51f63830790e11517b11f17bcb95c (I unknowingly used CSS property that is not supported in Chrome browser).
-
This is a good idea. I can add a short list of shortcuts like 'today' and 'tomorrow' along with frequently used tags.
Great! :)
A couple other things I thought of, too (not sure if you want me to split these to separate issues):
- When opening a task, forcing the keyboard focus to the task name field would be helpful. (I can see this being annoying on a phone though due to on-screen keyboards taking so much space.)
- With a task open, clicking in the large background space outside the fields could default to triggering a save. This would be akin to Trello and a few other task managers. Again, probably ideal for web, but not mobile.
When opening a task, forcing the keyboard focus to the task name field would be helpful. (I can see this being annoying on a phone though due to on-screen keyboards taking so much space.)
It's already implemented. Works for me in both Firefox and Chromium
Interesting...I'm not seeing that here on:
- Chromium Version 90.0.4430.72 (Official Build) Built on Ubuntu
- Firefox 88.0 64-bit
...both running on LinuxMint 19.3. Hmm...