Lukáš Kucharczyk lukas
  • Joined on 2020-07-29
lukas created repository lukas/mkv-sub-fix 2020-09-25 14:12:00 +00:00
lukas opened issue lukas/vue-notes#14 2020-09-10 14:39:49 +00:00
Add toast function
lukas opened issue lukas/vue-notes#13 2020-09-09 16:26:20 +00:00
Sanitize input text (at least trailing newlines)
lukas pushed to main at lukas/vue-notes 2020-09-09 16:15:56 +00:00
a4cf194672 Implement actually adding notes to the db.
lukas pushed to main at lukas/vue-notes 2020-09-09 10:53:05 +00:00
1ace587458 Refactor axios code into service.
4a3e5e2557 Remove reduntant use statement.
f123001228 Load notes from local json file.
Compare 3 commits »
lukas pushed to main at lukas/vue-notes 2020-09-07 17:58:07 +00:00
6aa5105c48 Use Vuex to load and add notes.
aba92e2025 Update packages and add vuex.
bdd3e52916 Add eslint config.
Compare 3 commits »
lukas opened issue lukas/vue-notes#12 2020-09-07 16:21:14 +00:00
Prevent submitting empty notes
lukas opened issue lukas/vue-notes#11 2020-08-27 11:06:44 +00:00
Redesign components with Storybook
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.