Commit Graph

55 Commits

Author SHA1 Message Date
data
ede5076def add forgotten comments controller 2019-10-06 05:28:31 +01:00
data
a53d397ac1 add new projects and tasks via websocket only 2019-10-05 16:18:27 +01:00
data
d128262c31 integrate backend 2019-09-12 14:08:52 +01:00
data
0cf3c2e58b show nested collapsed comments 2019-07-13 20:29:17 +02:00
data
77a714dac9 show Collapse button on hover 2019-07-13 19:19:45 +02:00
data
a485873544 view changes to ExpandedComment.js 2019-07-13 19:17:30 +02:00
data
8d35bf7620 comment threading 2019-07-13 13:12:27 +02:00
data
4839be414c filter Articles by Tag 2019-07-11 23:25:21 +02:00
data
e56afa8869 prettier 2019-07-10 22:08:28 +02:00
data
4e90f48cb8 add / remove Tag to Article 2019-07-10 21:00:08 +02:00
data
1967e0149c handle default errors again 2019-07-10 01:00:12 +02:00
data
36c6110e39 show Tags for Articles 2019-07-10 00:36:41 +02:00
data
2533cd28cc show selected Article with Comments 2019-07-09 22:18:48 +02:00
data
36ad8d5c98 show number of Comments for Articles 2019-07-09 22:18:48 +02:00
data
7072045613 add Article 2019-07-09 22:18:48 +02:00
364706b708 handle network error / show more verbose error message 2019-07-05 06:14:55 -04:00
19eb55fd60 don't allow createProject with empty name 2019-07-05 06:14:55 -04:00
278be8c120 don't allow createProject with empty name 2019-06-26 07:42:30 -04:00
13bade9e81 allow createTask without projectId 2019-06-26 07:37:44 -04:00
47d9ab355a make navbar responsive 2019-06-26 07:36:45 -04:00
a63498826b add todo notes 2019-06-26 06:07:28 -04:00
49a3a9a157 changed addTask to createTask in add-task.js 2019-06-23 17:36:45 -04:00
data
68d9a0dc39 styling 2019-06-23 14:07:37 -04:00
9278713cfa refactored backend functionality into controllers 2019-06-23 14:00:09 -04:00
data
4892efea27 fix type of projectId in updateTask() 2019-06-23 13:11:50 -04:00
data
99b3101679 reformatting with prettier line length 80 2019-06-23 13:09:12 -04:00
data
1dc6d88e43 update profile 2019-06-22 17:22:58 -04:00
2c27754d88 edit add task update functionality 2019-06-22 16:31:47 -04:00
82d1bb966b move task.js to update-task.js 2019-06-22 16:26:56 -04:00
data
d3eea69ad5 add Task 2019-06-22 14:53:25 -04:00
data
07f79c1006 async requests + error handling 2019-06-22 13:27:08 -04:00
data
c0f136bee3 fix .prettierrc option for trailingComma 2019-06-22 10:17:03 -04:00
data
bc0335d3ec async requests for addTask + deleteTask 2019-06-22 10:13:22 -04:00
data
c6dfc47312 minor change to task-row.js 2019-06-22 08:29:13 -04:00
data
c704066e32 rename editProject to selectProject 2019-06-22 08:07:37 -04:00
a098f79c27 added error handling for data fetching 2019-06-22 08:07:37 -04:00
data
274ca42e7a set api with REACT_APP_API 2019-06-22 08:07:37 -04:00
data
1222e7794c don't add empty task 2019-06-22 08:07:12 -04:00
df439a2d1f updated src/App.js, src/tasks.js, src/projects/js to fetch API data 2019-06-22 07:52:59 -04:00
4ac6288ac7 split src/tasks.js into multiple components 2019-06-21 17:54:09 -04:00
7138571589 fixed prettier comma styling 2019-06-21 17:51:50 -04:00
6816b61533 added axios and http-proxy-middleware 2019-06-21 16:28:48 -04:00
1f3c6cd5ec formatting / prettier fix 2019-06-21 12:11:42 -04:00
data
973d9d8de1 add Project(s) 2019-06-21 11:27:22 -04:00
data
e53e0f038d add Profile 2019-06-21 09:15:34 -04:00
data
dce416d6db improve navbar 2019-06-21 08:56:31 -04:00
data
a45e816037 serve css + js locally 2019-06-20 17:31:15 -04:00
data
238aba66ec tasks: style input fields 2019-06-20 16:59:25 -04:00
data
4190d0a432 simplify navbar 2019-06-20 16:59:25 -04:00
data
70ee0b3570 tasks as objects, separate completed tasks in view
- tasks are list of objects
- add button to complete task
- show completed tasks separatedly
- move filter from navbar to tasks component
2019-06-20 16:59:25 -04:00