Commit graph

256 commits

Author SHA1 Message Date
f78f38ae46 wip: add ability to change project on edit / new pages. 2024-01-11 00:06:03 -03:00
143859cb5f frontend: query 'Project#name' 2024-01-10 21:32:26 -03:00
ac9d611107 backend: fix graphql servlet 2024-01-10 21:15:37 -03:00
711124065d Merge branch 'graphql' 2024-01-10 21:13:40 -03:00
f2a54c4fb8 milestone: switch to graphql 2024-01-10 21:13:15 -03:00
afcdfc344e frontend: experiment with UI 2024-01-10 00:10:04 -03:00
3069e46d2e backend: add diverse set of colors 2024-01-10 00:10:04 -03:00
1e633d13e1 cli: add --database support to 'console' command 2024-01-10 00:10:04 -03:00
7e4375be35 cli: add --database support to 'migrate' command 2024-01-10 00:10:04 -03:00
9a84308bbb frontend: experiment with UI 2024-01-09 16:42:06 -03:00
59e527d955 backend: add diverse set of colors 2024-01-09 05:36:09 -03:00
f3becdf57b Merge branch 'main' into colorable-models 2024-01-09 05:24:09 -03:00
0c5578b028 cli: add --database support to 'console' command 2024-01-09 05:23:40 -03:00
0afe729f86 cli: add --database support to 'migrate' command 2024-01-09 05:20:57 -03:00
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
026e11af11 backend: return project from Task#as_json 2024-01-09 02:07:47 -03:00
6bd3e3ad65 frontend: iterate on CSS / UI 2024-01-09 00:58:33 -03:00
7b600c2e82 backend: store sqlite database as 20.sqlite 2024-01-08 21:18:40 -03:00
03d94b3695 backend: database_path -> default_database 2024-01-08 21:10:32 -03:00
2393c098f7 backend: reduce implementation of Twenty::Model 2024-01-08 20:49:02 -03:00
5b7a1a57c8 backend: remove 'require_models' 2024-01-07 15:57:52 -03:00
dbadc4f0f5 backend: avoid connect on require 2024-01-07 15:49:10 -03:00
fe4c8ba7c4 cli: add SQLiteConnectionMixin 2024-01-07 05:51:08 -03:00
db7e131b9f backend: handle errors in prepare_dir 2024-01-07 05:34:13 -03:00
596dbdf297 Add --database option to the "up" command 2024-01-07 05:30:41 -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
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