Commit graph

362 commits

Author SHA1 Message Date
92dce509af Combine multiple entry points into one 2024-04-25 03:40:55 -03:00
f55b497405 Remove period 2024-04-25 03:04:11 -03:00
05efd73c5a v0.4.1 2024-04-25 02:52:02 -03:00
527dff3497 Add -p, --path to connect|disconnect commands 2024-04-25 02:45:32 -03:00
a34c48b26c Fix bug
When the user clicks a project on /projects, and then clicks
"New task" the project that has been clicked should persist to
the "New task" page.
2024-04-25 02:16:48 -03:00
97486320cb Update client/Gemfile.lock 2024-04-25 01:47:08 -03:00
24ef35fc11 Fix deploy tasks 2024-04-25 01:46:22 -03:00
9cad825e0c Fix README.md 2024-04-25 01:46:13 -03:00
97011e288c v0.4.0 2024-04-25 01:36:45 -03:00
c9f4b9fa7f Further tweaks to markdown CSS 2024-04-25 01:34:08 -03:00
50e3a6d6a4 Improve render of markdown HTML 2024-04-25 01:10:48 -03:00
5f5f15b9f6 Add filter placeholder 2024-04-25 00:46:13 -03:00
b39017b6f2 Fix 'rake schema:regen' 2024-04-24 03:26:57 -03:00
c3b5c2377c Add FilterInput
Easier to quickly set focus on project.
2024-04-24 03:21:07 -03:00
93af35c490 Fix cli/libexec/twenty/* 2024-04-23 17:54:36 -03:00
ef51483b0f Set max height on ProjectSelect 2024-04-23 14:11:23 -03:00
a80d97071b Exclude src/tmp/ (rubocop.yml) 2024-04-21 22:58:42 -03:00
d15a09ac1b Rename: *.gemspec.erb => *.gemspec.tt 2024-04-21 22:54:47 -03:00
3f1e641a46 Fix host/lib/twenty.rb 2024-04-21 22:15:41 -03:00
daff4d83f4 Move "host" files to host/
The "host" refers to what houses the cli, server, and client.
2024-04-21 22:13:01 -03:00
2e8cf6e333 Drop 'twenty-' prefix from toplevel directories
The directories twenty-{server,client,cli} have been renamed to
not include 'twenty-'. The gems are still published with the twenty-
prefix, otherwise a collision is impossible to avoid. This commit makes
it slightly easier to generalize twenty.
2024-04-21 20:11:25 -03:00
f51c9c281d Move 'schema:regen' to the toplevel rake/task/ dir 2024-04-21 17:36:38 -03:00
17dac8909e Move nanoc.rake to the toplevel rake/tasks/ dir 2024-04-21 17:05:54 -03:00
17abd2c75e Replace default content with placeholder content 2024-04-21 16:59:15 -03:00
dee16f97f9 Improve <Task> textarea 2024-04-21 00:53:03 -03:00
702959b154 Set a max width on Task.tsx form content 2024-04-18 17:56:24 -03:00
a9eda61c51 README: update 2024-04-08 18:56:58 -03:00
b54b177431 Run 'rake rubocop:{apply,copy}' 2024-04-08 17:47:59 -03:00
8804dad6bc Reference Twenty::GraphQL::Type constants as strings 2024-04-08 17:38:25 -03:00
89e3581912 Update Task.tsx + src/css/vendor/tail.css 2024-04-01 01:05:40 -03:00
31038f3338 Fix layout 2024-03-31 02:19:43 -03:00
5a58b990e3 Fix ProjectSelect.tsx 2024-03-31 01:06:00 -03:00
f9c9cbba78 Update tail.css 2024-03-31 00:57:30 -03:00
782dcf289a Add tail.css submodule 2024-03-30 21:20:11 -03:00
6d9f717f9a fix: depend on nanoc-webpack.rb ~> 0.8.1 2024-03-30 20:55:56 -03:00
753775f0ad Update nanoc-webpack.rb 2024-03-30 06:01:02 -03:00
f207b764c0 Update Task.tsx 2024-03-30 05:53:16 -03:00
04607a7b7e Fix set_random_project_color.rb 2024-03-29 17:20:42 -03:00
68e25ac8c7 Fix 'twenty connect|disconnect' 2024-03-28 15:26:52 -03:00
85d0280b8c Set default status in 'CreateTask' 2024-03-28 14:38:23 -03:00
b459240ddb Fix 'UpdateTask' 2024-03-28 14:17:12 -03:00
9bbc067ff0 Fix create of 'datadir', 'tmpdir' 2024-03-28 14:02:07 -03:00
4cbd4d6f39 Replace ActiveRecord with Sequel 2024-03-28 13:44:51 -03:00
689b650a75 Replace webrick with rack + puma 2024-03-27 19:08:00 -03:00
1eab5c121b Drop <h1> from Task.tsx, fix Context.ts 2024-03-19 13:20:00 -03:00
1de76126f2 Add rake/tasks/rubocop.rake 2024-03-13 09:15:47 -03:00
b28a723d19 Replace ParamContext & CookieContext with AppContext 2024-03-13 06:58:18 -03:00
e1fb2875ae Persist 'projectId' between page reloads 2024-03-12 11:04:08 -03:00
510abf3031 Fix 'rake nanoc:watch' on hardenedbsd. 2024-03-12 05:47:48 -03:00
4dc4a335fe README: update 2024-03-12 05:11:38 -03:00