mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge branch 'master' into feat/operation-logs
Resolve merge conflicts: - package.json: use @types/node@^22.19.5 - sync-form.const.ts: keep eslint-disable for naming convention - global-config.effects.ts: remove extra blank line - unlink-all-tasks-on-provider-deletion.effects.ts: keep deprecation notice - auto-fix-typia-errors.ts: keep better-typed getValueByPath - undo-task-delete.meta-reducer.spec.ts: keep getLastDeletePayload import - Accept deletions for files refactored into operation-logs architecture
This commit is contained in:
commit
ce91c8b1dc
104 changed files with 6881 additions and 4596 deletions
|
|
@ -16,7 +16,6 @@ const _invoke: (channel: IPCEventValue, ...args: unknown[]) => Promise<unknown>
|
|||
...args
|
||||
) => ipcRenderer.invoke(channel, ...args);
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const ea: ElectronAPI = {
|
||||
on: (
|
||||
channel: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue