Commit graph

430 commits

Author SHA1 Message Date
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
5e312cb764 cli: remove 'PendingMigrationMixin' from "down" sub-command. 2023-12-30 20:42:21 -03:00
42b197b58d cli: add, and apply standardrb / rubocop 2023-12-30 00:18:14 -03:00
52297a2556 cli: add 'pending_migrations?' shortcut 2023-12-30 00:17:16 -03:00
4e483ccf17 backend|cli: add PendingMigrationMixin
Detect when a command is being run while there
are pending migrations, and exit early.
2023-12-30 00:14:05 -03:00
43b4077915 frontend: depend on rubygems.org 2023-12-27 10:14:30 -03:00
c20662ebed cli: add .bundle/config 2023-12-27 10:13:45 -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
83789454ad twenty: add lib/twenty.rb 2023-12-27 10:05:55 -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
e076598f13 cli: add "twenty console" 2023-12-25 23:12:57 -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
628bd47e65 backend: merge migration 3 into migration 1 2023-12-25 22:26:41 -03:00
e27e317896 frontend: throw on non-200 status code 2023-12-25 02:44:19 -03:00
90febb1ba5 backend: fix Tasks servlet 2023-12-25 02:06:08 -03:00
cf734f08dd frontend: TASK_IN_PROGRESS -> TASK_INPROGRESS 2023-12-24 17:54:38 -03:00
c8cc348096 backend: reduce migration count 2023-12-24 17:51:22 -03:00
2742833bdc backend: fix safe-nav 2023-12-24 17:43:11 -03:00
d475e83602 Task#state -> Task#status (enum) 2023-12-24 17:32:13 -03:00
828e9dea15 backend: add missing .rubocop.yml 2023-12-24 17:17:09 -03:00
caded3b40a backend: fix ResponseMixin 2023-12-24 16:53:59 -03:00
d3e2381c53 backend: apply stricter regexp 2023-12-24 16:21:25 -03:00
1d028c1b9a backend: configure rubocop / standardrb 2023-12-24 16:15:46 -03:00
3b455b973d backend: update API docs 2023-12-24 15:44:57 -03:00
3b1546388b backend: add Servlet::ResponseMixin 2023-12-24 15:43:01 -03:00
05f7ce8c49 backend: add docs 2023-12-24 15:33:08 -03:00
fc67398bad backend|cli: add Twenty::Servlet.server. 2023-12-24 15:19:05 -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
97c522cecf backend: small refactors 2023-12-23 21:54:43 -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