bb-plane-fork/apps/web/core/components/issues
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
..
attachment [WEB-4724] feat: migrate tooltips from blueprintjs to base-ui (#7646) 2025-09-02 18:19:56 +05:30
bulk-operations [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
issue-detail [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
issue-detail-widgets [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
issue-layouts Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
issue-modal [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
peek-overview [WIKI-638] fix: peek overview closing while dropdowns are open (#7841) 2025-09-24 17:43:02 +05:30
relations [WEB-4826]chore: reduced spacing for sub-work items list and relations list #7814 2025-09-18 20:15:42 +05:30
select [WEB-4816] chore: add label flow (#7716) 2025-09-09 23:50:39 +05:30
workspace-draft [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
archive-issue-modal.tsx [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
archived-issues-header.tsx [WEB-4969] feat: add toggle button for work item filters row visibility (#7865) 2025-09-30 18:19:43 +05:30
confirm-issue-discard.tsx [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
create-issue-toast-action-items.tsx fix: CI to include lint and format along with build (#7482) 2025-08-18 21:27:16 +05:30
delete-issue-modal.tsx fix: CI to include lint and format along with build (#7482) 2025-08-18 21:27:16 +05:30
description-input.tsx [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
filters.tsx [WEB-4969] feat: add toggle button for work item filters row visibility (#7865) 2025-09-30 18:19:43 +05:30
issue-update-status.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
label.tsx [WEB-4724] feat: migrate tooltips from blueprintjs to base-ui (#7646) 2025-09-02 18:19:56 +05:30
parent-issues-list-modal.tsx refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
title-input.tsx [WIKI-534] fix: save title input on closing (#7366) 2025-07-09 13:37:17 +05:30