Commit graph

37 commits

Author SHA1 Message Date
15565d2cbe v0.5.2 2024-04-26 21:03:28 -03:00
4aa703bf98 v0.5.1 2024-04-26 20:55:40 -03:00
e0c44c96e9 Add gap between tabs 2024-04-26 01:43:31 -03:00
49d9b38bd4 Unset list-style-type within ".markdown" 2024-04-25 20:11:19 -03:00
81b2e08534 update client/Gemfile.lock 2024-04-25 20:11:07 -03:00
e898876e76 v0.5.0 2024-04-25 19:57:01 -03:00
a240121150 Update Gemfile.lock 2024-04-25 19:56:38 -03:00
e1525f5d8a Update nanoc-webpack.rb 2024-04-25 19:56:04 -03:00
6e4d7b118f Regen schema.ts, schema.graphql 2024-04-25 18:49:23 -03:00
e3a89efb5a Add open task count to /projects 2024-04-25 18:44:25 -03:00
3c9a04734a Update nanoc-webpack.rb 2024-04-25 13:57:09 -03:00
45954df7ce Adjust targets 2024-04-25 13:49:49 -03:00
778ec63399 Switch to esbuild-loader
Faster build times
2024-04-25 13:43:23 -03:00
48ecb58334 Improve nanoc rules 2024-04-25 12:51:19 -03:00
69c4d22316 Bump webpack dep 2024-04-25 10:28:52 -03:00
7e3866fccb Run 'npm upgrade' 2024-04-25 10:28:31 -03:00
9aefa69e70 s/name/component/ (react.html.erb) 2024-04-25 05:59:07 -03:00
dfb85bb14c Remove custom fonts for font-sans / font-mono / etc 2024-04-25 05:54:56 -03:00
9eaf89e856 Map components to path / JSX fragment 2024-04-25 05:37:45 -03:00
5429df0f12 Extend scope of 'rubocop:apply' 2024-04-25 04:16:57 -03:00
55d61e67d8 v0.4.3 2024-04-25 04:14:15 -03:00
2f049fd7ce Optimize react render, re-add root path 2024-04-25 04:05:02 -03:00
c36d7c5e12 Optimize render in src/js/main/main.tsx 2024-04-25 03:53:28 -03:00
37e163aabd v0.4.2 2024-04-25 03:44:43 -03:00
92dce509af Combine multiple entry points into one 2024-04-25 03:40:55 -03:00
05efd73c5a v0.4.1 2024-04-25 02:52:02 -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
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
ef51483b0f Set max height on ProjectSelect 2024-04-23 14:11:23 -03:00
d15a09ac1b Rename: *.gemspec.erb => *.gemspec.tt 2024-04-21 22:54:47 -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