anki/ts/import-csv
RumovZ 850043b49b
Tooltips for CSV import and import page refactoring (#2655)
* Make enum selector generic

* Refactor ImportCsvPage to support tooltips

* Improve csv import defaults

* Unify import pages

* Improve import page styling

* Fix life cycle issue with import properties

* Remove size constraints to fix scrollbar styling

* Add help strings and urls to csv import page

* Show ErrorPage on ImportPage error

* Fix escaping of import path

* Unify ImportPage and ImportLogPage

* Apply suggestions from code review (dae)

* Fix import progress

* Fix preview overflowing container

* Don't include <br> in FileIoErrors (dae)

e.g. 500: Failed to read '/home/dae/foo2.csv':<br>stream did not contain valid UTF-8

I thought about using {@html ...} here, but that's a potential security issue,
as the filename is not something we control.
2023-09-14 09:06:15 +10:00
..
choices.ts Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
FieldMapper.svelte Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
FileOptions.svelte Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
import-csv-base.scss Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
ImportCsvPage.svelte Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
ImportOptions.svelte Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
index.ts Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
lib.ts Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
MapperRow.svelte Refactor Select component | Fix CSV import issue (#2227) 2022-12-01 19:24:26 +10:00
Preview.svelte Tooltips for CSV import and import page refactoring (#2655) 2023-09-14 09:06:15 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00