aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/components/TodosWebview.tsx
Commit message (Collapse)AuthorAge
* refactor: bring down eslint warnings to zero (#1714)Libravatar MCMXC2024-04-18
| | | | | | | | | | - install `@eslint-react/eslint-plugin` dependency - configure `@eslint-react/eslint-plugin` in eslint config - modernize `lint` command in `package.json` - disable or fix various reported lint issues - fix `div` being nested in `p` for settings - replace deprecated `event.keyCode` with `event.key` - update isEscKeyPress method and unit tests which used deprecated `event.keyCode` - allow `eslint` v8 as peer dependency for `@eslint-react/eslint-plugin`
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* fix: opening links in Ferdium Todos (#1356)Libravatar Nesswit2023-09-12
| | | Add allowpopups prop to TodosWebview
* Fix issues reported by sonarqube linterLibravatar Vijay A2023-05-28
|
* Fix to allow resizing of the todos panel (#1120)Libravatar Victor B2023-05-27
| | | | | | | * Change all functions in the 'TodosPanel.tsx' to consistently use arrow-style --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Transform Todo feature, ServiceBarTargetUrl, ServiceIcon, TeamDashboard, ↵Libravatar muhamedsalih-tw2022-11-20
Slider, Loader & WorkspaceSwitchningIndicator into ts (#782)