Anki/ts/change-notetype
Henrik Giesel ab6a68ec49
Introduce our own Container, Row, and Col components (#1495)
* Refactor out Placeholder from CardInfo.svelte

* Add breakpoint parameter for Container

- Use `Container` component inside `TitledContainer`

* Build Item into Row

- Use Row in DeckOptionsPage instead of just Item

* Reengineer Container/Row/Col CSS

* Inline Badges next to Labels when Lable spans multiple rows

* Adjust margins for mobile

* Implement Col component breakpoints

* Move card-info to use new Container and Row components

* Join StickyHeader and StickyFooter to StickyContainer

* Remove default middle vertical-alignment for Badges again

* Satisfy tests

* Restore inline gutters in change-notetype Mapper

* Add some comment to Col and Container

* Fix breaking behavior in DeckOptionsPage when multi-column

* Add back toolbar left padding to counter-act buttongroup right margins

* Make Label in SwitchRow take more of available space
2021-11-17 13:49:52 +10:00
..
BUILD.bazel pass ts deps into most Svelte packages; remove redundant deps 2021-10-18 12:44:31 +10:00
change-notetype-base.scss Several CSS fixes - Editor Cleanup (#1470) 2021-10-31 08:29:22 +10:00
change-notetype.html add workaround for protobufjs requiring uppercase package names 2021-07-10 15:24:01 +10:00
ChangeNotetypePage.svelte Refactor i18n (#1405) 2021-10-07 23:31:49 +10:00
index.ts Load missing i18n modules (#1494) 2021-11-17 07:28:48 +10:00
lib.test.ts Use trailingComma: all setting in .prettierrc (#1435) 2021-10-19 09:06:00 +10:00
lib.ts Set "no-non-null-assertion: off" by default (#1475) 2021-11-04 11:42:51 +10:00
Mapper.svelte Introduce our own Container, Row, and Col components (#1495) 2021-11-17 13:49:52 +10:00
MapperRow.svelte Introduce our own Container, Row, and Col components (#1495) 2021-11-17 13:49:52 +10:00
NotetypeSelector.svelte Introduce our own Container, Row, and Col components (#1495) 2021-11-17 13:49:52 +10:00
SaveButton.svelte Refactor i18n (#1405) 2021-10-07 23:31:49 +10:00
tsconfig.json update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00