Commit graph

122 commits

Author SHA1 Message Date
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
d6b1780394 frontend: add noto-sans-regular.ttf 2023-12-22 21:55:05 -03:00
f5fdf41a82 frontend: update MANIFEST. 2023-12-22 21:39:20 -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
36e29ad373 frontend: s/Issues/Tasks/g
Pre-cursor to renaming Issue as Task.
2023-12-22 17:44:56 -03:00
e8b5963495 frontend: add the ability to close / solve an issue. 2023-12-22 17:26:54 -03:00
98117a4948 frontend: add "Done" icon 2023-12-22 17:09:25 -03:00
c1d27cf576 frontend: remove NavBar (unused) 2023-12-22 17:00:22 -03:00
a5daa3332a frontend: move src/js/main/ files around 2023-12-22 16:59:11 -03:00
54e400e4e9 frontend: move src/js/entry-point/ to src/js/main/. 2023-12-22 16:54:16 -03:00
1a06ef7d5f frontend: link to /issues/edit#id=X 2023-12-22 16:53:38 -03:00
08aaec54d5 frontend: add trash icon to destroy an issue
And remove DestroyIssueButton.
2023-12-22 16:28:55 -03:00
f13093fa91 frontend: add Icons.tsx 2023-12-22 15:53:43 -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
b155908e06 frontend: avoid re-fetch of issue index on destroy
The destroyed issue is removed from memory instead.
2023-12-22 11:32:00 -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
dc4482035d frontend/backend: add ability to destroy an issue 2023-12-22 09:48:47 -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
825a3db90a frontend: add nanoc-live 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
ad560bbc9a frontend: drop / suffix from path 2023-12-22 02:33:12 -03:00
c3f869897c frontend: read the content of an issue (/issues/read#id=X). 2023-12-21 04:39:33 -03:00
ae205d7191 backend: DESC sort issue index 2023-12-21 03:27:16 -03:00
cf804af7de frontend: inline map in Connections.tsx 2023-12-21 03:22:47 -03:00
62ae4d3bdd frontend: update comment 2023-12-21 03:20:22 -03:00
2efd7bad28 frontend: root path (/) opens the issue index 2023-12-21 03:19:28 -03:00
b2f0404f36 frontend: link to /issues/new from /issues/ 2023-12-21 03:16:02 -03:00
8047686311 frontend: link to /issues/read#id=X from /issues/ 2023-12-21 03:04:40 -03:00
456573f18e frontend: useLocationHash -> useParams 2023-12-21 03:00:23 -03:00
79bf537b3c frontend: add param support to hash component of URL 2023-12-21 02:57:51 -03:00
6cba2133b9 frontend: fix issues.rules 2023-12-21 02:17:20 -03:00
096cfd76c1 frontend: ShowIssue -> ReadIssue 2023-12-21 02:14:31 -03:00
c682a01977 frontend: add ShowIssue, add useLocationHash 2023-12-21 02:09:22 -03:00
5d19e85068 backend/frontend: lay more groundwork for issues 2023-12-21 00:41:56 -03:00
2032e1e7ac frontend: add .eslintrc, .prettierrc 2023-12-20 22:59:50 -03:00
64a8014bd5 Run eslint / prettier 2023-12-20 22:59:07 -03:00
5e219bc616 frontend: working on issue form 2023-12-20 22:56:25 -03:00
57ca7eb75d frontend: deserialize response 2023-12-20 20:05:45 -03:00
df990abced frontend: add /js/hooks/useCreateIssue.ts 2023-12-20 20:04:16 -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
ae4e61abbf frontend: add require_rules, and more
The foundation of the 'New issue' form is included in this commit,
but far from finished. `/src/html/` has been added, along with other
file layout changes.
2023-12-20 16:37:40 -03:00
8e26c3ea0f twenty-frontend: fix request path 2023-12-20 11:41:50 -03:00
64cedd1b71 Add .bundle/config 2023-12-20 11:32:59 -03:00
c5c626d2e3 Add nanoc-webpack.rb to Gemfile 2023-12-20 11:32:52 -03:00
76ce0bb9f0 Depend on runtime dependencies via rubygems.org 2023-12-13 18:21:00 -03:00
e5c148532a Render connections 2023-12-11 12:49:48 -03:00
ad6bcd7207 Add /js/components/ 2023-12-11 03:24:59 -03:00
dada8f663e frontend: update nanoc-webpack.rb (pull bug fix) 2023-12-11 03:23:38 -03:00
a42476cf92 frontend: mount react app @ index.html.erb 2023-12-11 03:01:54 -03:00
1282e00e5a lib/twenty/frontend.rb -> lib/twenty-frontend.rb 2023-12-11 03:00:02 -03:00
1abeb63242 frontend: add lib/**/*.rb to MANIFEST 2023-12-11 02:39:07 -03:00
f63f6686ed frontend: update MANIFEST 2023-12-11 02:36:39 -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
1cb310babd frontend: add nanoc-tidy.rb 2023-12-09 18:59:56 -03:00
631b4d6ce5 frontend: add sass, nanoc-webpack.rb 2023-12-09 18:55:12 -03:00
b23d7fbe4d Add twenty-frontend/ 2023-12-08 15:27:00 -03:00