Anki/ts/import-csv
Damien Elmes 053ce82588 Experimental changes to make table fit+scroll
- limit individual cells to 15em, and show ellipses when truncated
- limit total table width to body width, so that inner table is shown
with scrollbar
- use class rather than id - ids are bad practice in Svelte components,
as more than one may be displayed on a single page
2022-06-06 14:42:58 +10:00
..
BUILD.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
DeckSelector.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
DelimiterSelector.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
DupeResolutionSelector.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
FieldMapper.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
Header.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
HtmlSwitch.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
import-csv-base.scss Increase padding to 1em 2022-06-06 13:09:12 +10:00
ImportCsvPage.svelte Parse #tags column: 2022-06-04 10:50:59 +02:00
index.ts Add CSV preview 2022-06-03 11:07:24 +02:00
lib.ts Parse #tags column: 2022-06-04 10:50:59 +02:00
MapperRow.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
NotetypeSelector.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
Preview.svelte Experimental changes to make table fit+scroll 2022-06-06 14:42:58 +10:00
StickyFooter.svelte Fix footer moving upwards 2022-06-03 09:06:30 +02:00
Tags.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00