Commit graph

127 commits

Author SHA1 Message Date
dde21f2f22 frontend: add ParamContext 2024-01-15 07:58:19 -03:00
40f86c69a5 frontend: update favicon.svg 2024-01-15 07:20:28 -03:00
6563e50279 frontend: replace 'constants.ts' with 'App.tsx' 2024-01-15 03:30:04 -03:00
116bf23da3 backend: POST '/servlet/graphql' -> POST '/graphql' 2024-01-14 20:15:19 -03:00
5f64b8a5ff frontend: prettier 2024-01-14 17:48:41 -03:00
0ff4b887a1 frontend: add Tabs.tsx 2024-01-14 06:50:38 -03:00
8c09b91cc0 frontend: add vendor/tail
And remove unused vendored css.
2024-01-14 01:51:44 -03:00
2a1263abeb frontend: apply style to '.markdown' 2024-01-14 01:35:47 -03:00
046f5b9315 frontend: improve Task.tsx UI 2024-01-13 23:03:25 -03:00
d4604b8a6e frontend: duplicate scss variables as custom css properties 2024-01-13 20:42:39 -03:00
f9541c50a7 frontend: secondary-hover -> hover-bg-secondary 2024-01-13 20:42:29 -03:00
4ea61b2c89 frontend: improve 'New task' page 2024-01-13 20:21:03 -03:00
024728c2eb frontend: add layout/_cursor.scss 2024-01-13 20:15:32 -03:00
9e820a0068 frontend: remove large amounts of custom CSS 2024-01-13 18:16:08 -03:00
64b457d893 frontend: react-mount -> react-root 2024-01-13 06:46:02 -03:00
18c958be67 Fix projects.tsx 2024-01-13 06:44:47 -03:00
765358b4aa Replace partials with html/react.html.erb 2024-01-13 06:27:19 -03:00
07530d194d frontend: import more tailwind classes, apply them 2024-01-13 06:02:06 -03:00
45aab0b5bc frontend: import tailwind classes 2024-01-13 03:41:18 -03:00
b02ea9f535 frontend: fix / regen schema.ts 2024-01-12 23:40:29 -03:00
04af5bad1e Merge branch 'main' into develop 2024-01-12 23:39:48 -03:00
1ce395a535 frontend: iterate on CSS / UI 2024-01-12 23:35:59 -03:00
4ea25cce4a frontend: extend '_layout.scss' 2024-01-12 23:19:41 -03:00
6ad0391f79 (back|front)end: Add new states, iterate on the UI 2024-01-12 03:45:51 -03:00
9c390fe3ce frontend: increase width of sidebar 2024-01-11 19:19:56 -03:00
25ef272feb Refactor.... 2024-01-11 12:59:48 -03:00
fb2dbe87c9 back|frontend: update 'tasks' query to filter by status 2024-01-11 04:59:52 -03:00
6479c6c1c9 frontend: layout / design tweaks 2024-01-11 01:04:51 -03:00
6ae8f05ee3 fixup! wip: add ability to change project on edit / new pages. 2024-01-11 00:09:09 -03:00
f78f38ae46 wip: add ability to change project on edit / new pages. 2024-01-11 00:06:03 -03:00
143859cb5f frontend: query 'Project#name' 2024-01-10 21:32:26 -03:00
f2a54c4fb8 milestone: switch to graphql 2024-01-10 21:13:15 -03:00
afcdfc344e frontend: experiment with UI 2024-01-10 00:10:04 -03:00
94ad5e8e46 frontend: separate tags and <a> 2024-01-09 04:59:54 -03:00
a4521130c1 (back|front)end: add Project#color 2024-01-09 04:36:00 -03:00
6bd3e3ad65 frontend: iterate on CSS / UI 2024-01-09 00:58:33 -03:00
b8c749d9fb frontend: set title on new task | edit task page 2024-01-02 22:27:42 -03:00
7b7b56148d frontend: set page title (Tasks.tsx & Projects.tsx) 2023-12-30 21:56:42 -03:00
feea9f0894 frontend: CSS tweaks
1) Border no longer runs into the 'action button' section
   (Tasks.tsx)

2) A list of exactly one task no longer has a border.
   (Tasks.tsx, Projects.tsx)
2023-12-30 21:34:40 -03:00
c60f5a030f frontend: add title to Complete / Delete icons. 2023-12-26 14:29:59 -03:00
cd4ebe4ac7 frontend: improve Projects.tsx 2023-12-26 03:51:30 -03:00
1c8aaed8ca frontend: remove onClick handler from Tasks.tsx 2023-12-26 03:18:21 -03:00
3b577d67e8 frontend: _items.scss -> _lists.scss 2023-12-26 03:05:33 -03:00
9171b60ed5 frontend: add hover effect (ul.items) 2023-12-26 01:52:42 -03:00
15ca4263e8 frontend: improve ul.items markup 2023-12-26 01:50:05 -03:00
c330c84762 frontend: fix broken src/js/main/projects.tsx 2023-12-26 01:19:14 -03:00
ee4ebc271f frontend: add src/css/vendor/ 2023-12-26 01:06:38 -03:00
67a3cc7ead frontend: add lib/fetch.ts 2023-12-25 22:55:34 -03:00
e27e317896 frontend: throw on non-200 status code 2023-12-25 02:44:19 -03:00
cf734f08dd frontend: TASK_IN_PROGRESS -> TASK_INPROGRESS 2023-12-24 17:54:38 -03:00