Commit graph

46 commits

Author SHA1 Message Date
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
cd4ebe4ac7 frontend: improve Projects.tsx 2023-12-26 03:51:30 -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
ee4ebc271f frontend: add src/css/vendor/ 2023-12-26 01:06: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
4755aef3bc frontend: apply styles to .task.content 2023-12-23 21:56:41 -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
7d0b026915 frontend: rm src/css/_normalize.scss
`_form.scss` has its own copy of `_normalize.scss`.
2023-12-23 17:02:39 -03:00
b12f5b4fb4 README: update 2023-12-23 13:34:50 -03:00
ccff99fb94 Monetization::Issue -> Monetization::Task 2023-12-22 22:54:44 -03:00
61811ae768 frontend: add Noto Serif Regular
And rm src/fonts/djurjati-regular.ttf
2023-12-22 22:07:06 -03:00
d6b1780394 frontend: add noto-sans-regular.ttf 2023-12-22 21:55:05 -03:00
9c66d910a3 frontend: add align-center, max-width util CSS classes 2023-12-22 19:49:18 -03:00
adae48504f frontend: add header 2023-12-22 19:38:06 -03:00
e8b5963495 frontend: add the ability to close / solve an issue. 2023-12-22 17:26:54 -03:00
08aaec54d5 frontend: add trash icon to destroy an issue
And remove DestroyIssueButton.
2023-12-22 16:28:55 -03:00
2a0e987e0f backend/frontend: add edit / update support
This change makes good progress towards having a usable
app. "Write", and "Preview" tabs have been added - in the
"Preview" tab markdown is transformed into HTML in real-time.
2023-12-22 15:33:26 -03:00
c76450993f frontend: misc improvements
Add DestroyIssueButton, add NavBar, remove pure.css leftovers,
add new CSS rules.
2023-12-22 11:19:49 -03:00
fc68d0944f frontend: ever so slightly improve /issues/ 2023-12-22 09:57:27 -03:00
8b4387443c frontend: redesign form with form.css 2023-12-22 07:29:33 -03:00
b21fc8ac24 frontend: remove pure.css, add normalize.css 2023-12-22 07:06:03 -03:00
ddbeb27c0e frontend: add _forms.scss 2023-12-22 07:05:46 -03:00
e0778919e1 frontend: add src/css/_normalize.scss 2023-12-22 06:39:55 -03:00
c3f869897c frontend: read the content of an issue (/issues/read#id=X). 2023-12-21 04:39:33 -03:00
b2f0404f36 frontend: link to /issues/new from /issues/ 2023-12-21 03:16:02 -03:00
ff4471b532 frontend: tweak stylesheets 2023-12-20 19:27:43 -03:00
df120bac9e frontend: improve "New issue" form 2023-12-20 18:47:26 -03:00
eb17444397 frontend: import _pure.scss 2023-12-20 17:58:04 -03:00
0cbcdcaa9e frontend: add ConnectionSelect, useConnections 2023-12-20 17:56:25 -03:00
d7df75aa40 Add _pure.css 2023-12-20 17:55:51 -03:00
e5c148532a Render connections 2023-12-11 12:49:48 -03:00
a42476cf92 frontend: mount react app @ index.html.erb 2023-12-11 03:01:54 -03:00
061ad201c1 Add webpack to twenty-frontend/ 2023-12-10 15:59:36 -03:00
d5f68b64ab frontend: add src/css 2023-12-09 19:03:41 -03:00