Commit graph

114 commits

Author SHA1 Message Date
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
0a48c17cb7 frontend: update Gemfile.lock 2023-12-27 10:09:18 -03:00
e19fcdda64 frontend: improve gemspec 2023-12-27 10:06:30 -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
ececaad22a frontend: update Gemfile.lock 2023-12-25 22:54:43 -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
d475e83602 Task#state -> Task#status (enum) 2023-12-24 17:32:13 -03:00
8ca73dc1d9 frontend: fix fonts, improve Task.tsx tabs 2023-12-24 00:53:06 -03:00
ea6412a7c1 frontend: style <code> in markdown 2023-12-24 00:12:19 -03:00
89259f1f9e frontend: style <code> elements within markdown 2023-12-23 23:43:21 -03:00
e4a7b5f5cd frontend: add fonts/noto-sans-mono-regular.ttf 2023-12-23 23:34:50 -03:00
bc40874980 frontend: add default task content 2023-12-23 23:05:09 -03:00
2c22ea86d8 frontend: depend_on /js/lib/ 2023-12-23 23:04:05 -03:00
acc48d9e63 frontend: remove unused Ref 2023-12-23 22:00:42 -03:00
4755aef3bc frontend: apply styles to .task.content 2023-12-23 21:56:41 -03:00
9b0a01f640 frontend: align timeout, and animation-duration 2023-12-23 21:28:38 -03:00
f80b16be25 frontend: add animations when completing, or removing a task.
Applies to Tasks.tsx.
2023-12-23 21:23:20 -03:00
0ead197351 frontend: update _animations.scss 2023-12-23 21:19:47 -03:00
79f0b7ae58 frontend: update _animations.scss 2023-12-23 20:31:47 -03:00
f14e359d56 frontend: update _animations.scss 2023-12-23 20:24:54 -03:00
b25220a34f frontend: update css/_animations.scss 2023-12-23 20:17:54 -03:00
13446841d8 frontend: add css/_animations.scss 2023-12-23 19:30:13 -03:00
09ba22c19b frontend: add more markdown features 2023-12-23 17:22:44 -03:00
7d0b026915 frontend: rm src/css/_normalize.scss
`_form.scss` has its own copy of `_normalize.scss`.
2023-12-23 17:02:39 -03:00
8b9f45ef40 (back|front)end: rename 'connection' leftovers 2023-12-23 16:56:48 -03:00
2c9a1e94a8 (back|front)end: rename Twenty::Connection as Twenty::Project. 2023-12-23 16:47:32 -03:00
4e1d8653fc frontend: run prettier 2023-12-23 14:26:41 -03:00
2497a340be frontend: fetch task in edit.tsx 2023-12-23 14:25:17 -03:00
b12f5b4fb4 README: update 2023-12-23 13:34:50 -03:00
abf2eb4709 frontend: write /favicon.svg 2023-12-22 23:06:47 -03:00
e759730b9e frontend: update favicon.svg 2023-12-22 23:06:34 -03:00
f7afa9d514 frontend: update favicon.svg 2023-12-22 23:04:40 -03:00
793be7faee frontend: add src/favicon.svg 2023-12-22 23:02:47 -03:00
ccff99fb94 Monetization::Issue -> Monetization::Task 2023-12-22 22:54:44 -03:00
40b4553dc3 frontend: rm ReadIssue.tsx 2023-12-22 22:31:53 -03:00
61811ae768 frontend: add Noto Serif Regular
And rm src/fonts/djurjati-regular.ttf
2023-12-22 22:07:06 -03:00