mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Enable access to old notetype name
* Set minimum height for ChangeNotetypeDialog
* Add bootstrap icons to change-notetype
* Move alert up and make it collapsible
* Tweak some CSS
- Add variables --sticky-bg and --sticky-border to StickyContainer
- Tweak base.css
* Add translatable string "(Nothing)"
* Rework ChangeNotetype screen
* Initially load option at newIndex and remaining options on focus
Optimization for big notetypes:
Should increase efficiency from O(n²) to O(n). Test on notetype with 500 templates shows significant improvement in load time (~10s down to ~1s).
* Try to satisfy rust test
* Change arrow direction depending on reading direction
+ add 0.5em top padding to main
* Create Alert.svelte
* Introduce CSS variable --pane-bg
* Revert "Initially load option at newIndex and remaining options on focus"
This reverts commit
|
||
|---|---|---|
| .. | ||
| actions.ftl | ||
| adding.ftl | ||
| browsing.ftl | ||
| card-stats.ftl | ||
| card-template-rendering.ftl | ||
| card-templates.ftl | ||
| change-notetype.ftl | ||
| custom-study.ftl | ||
| database-check.ftl | ||
| deck-config.ftl | ||
| decks.ftl | ||
| editing.ftl | ||
| empty-cards.ftl | ||
| errors.ftl | ||
| exporting.ftl | ||
| fields.ftl | ||
| findreplace.ftl | ||
| importing.ftl | ||
| keyboard.ftl | ||
| media-check.ftl | ||
| media.ftl | ||
| network.ftl | ||
| notetypes.ftl | ||
| preferences.ftl | ||
| profiles.ftl | ||
| scheduling.ftl | ||
| search.ftl | ||
| statistics.ftl | ||
| studying.ftl | ||
| sync.ftl | ||
| undo.ftl | ||