30 Commits

Author SHA1 Message Date
712a53c9bc Changed logo path to relative 2022-01-07 15:08:05 +03:00
997803149a added CodeQL security analyzing of this project 2021-11-03 19:32:23 +05:00
c8bdd9e444 Fixed hydrate action typing 2021-10-30 12:43:19 +03:00
9e61855edb Changed logo in readme 2021-10-20 02:50:07 +03:00
fe13f05ab9 Added favicon, manifest generation and graphics for it v0.0.3 2021-10-20 02:46:38 +03:00
e2a7e9fb17 Removed hashes from built filenames 2021-10-20 00:11:04 +03:00
3986fc49ee Fixed task editing input enter handling 2021-10-20 00:01:09 +03:00
67b2dcc051 Added animations to task list 2021-10-19 13:04:05 +03:00
3a8411af91 Added empty task list placeholder v0.0.2 2021-10-19 12:15:34 +03:00
e30ce694d2 Added multiline tasks support. Added task saving with enter, new line is inserted by Shift+Enter 2021-10-19 11:48:58 +03:00
5a7a2f00e4 Fixed addTask drawer width on desktop 2021-10-17 22:17:23 +03:00
78c980dac1 Fixed release image name v0.0.1 2021-10-17 21:54:22 +03:00
367fad7b1d Added github deploy actions, changed logo a bit 2021-10-17 21:40:29 +03:00
e3d1b989fb Dockerized application, added readme and logotype 2021-10-17 21:01:25 +03:00
48589d80f9 made tasks persistent in localstorage 2021-10-17 19:45:36 +03:00
0616cde993 Fixed addTask bar background color issues 2021-10-17 18:45:53 +03:00
0b730b8b2d Connected addTask component to store, fixed cursor position on autofocus of text fields 2021-10-17 18:20:49 +03:00
3edf5edaec Made addTask component showing functional 2021-10-17 17:52:07 +03:00
91fb0d873a Made task updating working, fixed task removal (i almost fogot how to use array mutationing methods) 2021-10-17 17:26:16 +03:00
32d388423b Integrated redux to application. Task list now is using list from the store. Added task marking as done and removal 2021-10-17 17:10:09 +03:00
0a135dc17c Added todo slice 2021-10-17 16:43:04 +03:00
4877008708 Added uiState slice 2021-10-17 16:42:23 +03:00
5396870d2f Added redux storee to project 2021-10-17 16:40:38 +03:00
80e78f272c Moved components into corresponding folder 2021-10-17 16:39:07 +03:00
0694146544 Moved basic styling from App to Layout component, rewrote imports to speed up tree shaking 2021-10-14 13:52:14 +03:00
c0f75633ae Added npm script for starting built code 2021-10-14 13:50:12 +03:00
3b634d591a Added AddTask component 2021-10-14 13:49:33 +03:00
a9ecf32a56 Added basic application design with material design 2021-10-11 13:54:25 +03:00
60724dfa60 Switched from snowpack to vite 2021-10-11 13:52:38 +03:00
c3ae023ff7 Initial commit 2021-10-11 12:29:15 +05:00