bb-plane-fork/apps/web/ce/store
Yaroslav Halchenko 2ca8620246
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864)
* Add github action to codespell preview on push and PRs

* Add rudimentary codespell config

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4 ./apps/web/core/components/workspace/delete-workspace-form.tsx ./deployments/cli/community/README.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Adjust coespell regex to ignore all camelCased words

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-10-07 17:42:49 +05:30
..
cycle chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
estimates [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
issue [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
member [WEB-4896]feat: filters to project and workspace members list (#7786) 2025-09-24 17:45:43 +05:30
pages refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
timeline Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
user refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
analytics.store.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
command-palette.store.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
global-view.store.ts [WEB-4852] chore: views refactor (#7729) 2025-09-11 17:09:56 +05:30
project-inbox.store.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
project-view.store.ts [WEB-4852] chore: views refactor (#7729) 2025-09-11 17:09:56 +05:30
root.store.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
state.store.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30