anki/ts/ChangeNotetype
Damien Elmes 61e86cc29d new change notetype implementation for the frontend
- changes can now be undone
- the same field can now be mapped to multiple target fields, allowing
fields to be cloned
- the old Qt dialog has been removed
- the old col.models.change() API calls the new code, to avoid
breaking existing consumers. It requires the field map to always
be passed in, but that appears to have been the common case.
- closes #1175
2021-06-10 22:19:24 +10:00
..
BUILD.bazel new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
ChangeNotetype-base.scss new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
ChangeNotetype.html new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
ChangeNotetypePage.svelte new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
index.ts new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
lib.test.ts new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
lib.ts new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
Mapper.svelte new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
MapperRow.svelte new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
NotetypeSelector.svelte new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
SaveButton.svelte new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00