gitbutler/app
Sebastian Thiel e2ef2dc721
Only watch a single project at a time.
Previously it would watch every registered project, which could incur more work
on all parts of the application than necessary.

Now UI sends an event that indicates which project is active, allowing the
watch to be setup in that very moment. It's worth noting that the previously
watched project is automatically deregistered.
2024-04-15 07:19:15 +02:00
..
src Only watch a single project at a time. 2024-04-15 07:19:15 +02:00
static initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.env.development initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.env.nightly initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.env.production initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.eslintignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.eslintrc.cjs initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.npmrc initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.prettierignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
.prettierrc initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
package.json build(deps): bump the npm-updates group with 8 updates 2024-04-08 21:02:58 +02:00
postcss.config.cjs initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
svelte.config.js initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
tailwind.config.cjs initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
tsconfig.json initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
vite.config.ts initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00