Commit graph

7 commits

Author SHA1 Message Date
c36d7c5e12 Optimize render in src/js/main/main.tsx 2024-04-25 03:53:28 -03:00
92dce509af Combine multiple entry points into one 2024-04-25 03:40:55 -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
5f5f15b9f6 Add filter placeholder 2024-04-25 00:46:13 -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
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