bb-plane-fork/apps/web
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
..
app [WEB-4969] feat: add toggle button for work item filters row visibility (#7865) 2025-09-30 18:19:43 +05:30
ce Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
core Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
ee [WEB-4852] chore: views refactor (#7729) 2025-09-11 17:09:56 +05:30
helpers Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
public [WIKI-647] chore: update image path (#7734) 2025-09-08 15:44:56 +05:30
styles [WEB-4841] chore: calendar component migration UI to propel (#7730) 2025-09-09 23:50:51 +05:30
.env.example chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
.eslintignore [WEB-4790] fix: moved typescript parser to the base eslint config (#7658) 2025-08-27 21:03:20 +05:30
.eslintrc.js [WEB-4790] fix: moved typescript parser to the base eslint config (#7658) 2025-08-27 21:03:20 +05:30
.gitignore chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
.prettierignore chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
.prettierrc chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
Dockerfile.dev feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
Dockerfile.web feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
google.d.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
manifest.json chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
next-env.d.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
next.config.js [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
package.json [WEB-5048] chore: implements esm exports for all packages (#7816) 2025-10-06 21:01:32 +05:30
postcss.config.js chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
tailwind.config.js chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
tsconfig.json chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-font-face-observer.d.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30