Lukáš Kucharczyk lukas
  • Joined on 2020-07-29
lukas opened issue lukas/vue-notes#10 2020-08-27 08:41:01 +00:00
Consider using CSS framework
lukas opened issue lukas/vue-notes#9 2020-08-27 08:40:15 +00:00
Consider using UI framework
lukas opened issue lukas/vue-notes#8 2020-08-25 20:54:17 +00:00
Pressing ESC does not clear focus from either note or textarea
lukas opened issue lukas/vue-notes#7 2020-08-25 20:53:05 +00:00
Implement deleting notes
lukas opened issue lukas/vue-notes#6 2020-08-25 20:52:45 +00:00
Make shortcut hints toggle-able with ?
lukas closed issue lukas/vue-notes#1 2020-08-25 20:52:12 +00:00
Add styling
lukas commented on issue lukas/vue-notes#1 2020-08-25 20:52:07 +00:00
Add styling

Fixes so far in 41c0cbf7d2, 1229625f56, d7ace44625 and 170f3b3873.

lukas closed issue lukas/vue-notes#2 2020-08-25 20:50:44 +00:00
Make textarea placeholder text disappear when focused
lukas commented on issue lukas/vue-notes#2 2020-08-25 20:50:34 +00:00
Make textarea placeholder text disappear when focused

Fixed in bafb84499e.

lukas pushed to main at lukas/vue-notes 2020-08-25 20:46:27 +00:00
e3d6d0c379 Fix assigning note IDs.
41c0cbf7d2 Improve styles.
Compare 2 commits »
lukas pushed to main at lukas/vue-notes 2020-08-25 20:44:58 +00:00
7e0f332f76 Add shortcut hints.
lukas pushed to main at lukas/vue-notes 2020-08-25 15:53:45 +00:00
75f03fdf24 Fix hj shortcuts activating in textarea.
lukas pushed to main at lukas/vue-notes 2020-08-25 14:39:08 +00:00
bafb84499e Remove custom placeholder solution with standard HTML.
lukas pushed to main at lukas/vue-notes 2020-08-25 14:08:07 +00:00
1229625f56 Add more styles to NoteList.
8d6be9c37f Add k and j keybinds for moving within the list.
6d8c2f3215 Export Vue instance for debugging.
d7ace44625 Default to system font.
Compare 4 commits »
lukas pushed to main at lukas/vue-notes 2020-08-25 12:10:00 +00:00
170f3b3873 Add basic styles.
4d484f6040 Add onfocus/onblur to textarea.
ff782cbd11 More fixes due to dumb merge.
Compare 3 commits »
lukas opened issue lukas/vue-notes#5 2020-08-25 11:07:32 +00:00
Add key shortcuts
lukas opened issue lukas/vue-notes#4 2020-08-25 11:03:28 +00:00
Add tests
lukas opened issue lukas/vue-notes#3 2020-08-25 11:03:01 +00:00
Add actual backend for saving notes
lukas opened issue lukas/vue-notes#2 2020-08-25 11:02:26 +00:00
Make textarea placeholder text disappear when focused
lukas opened issue lukas/vue-notes#1 2020-08-25 11:01:52 +00:00
Add styling