anki/sass
Matthias Metelka f72570c604
Make tags editor resizable using Henrik's components (#2046)
* Make tags editor resizable using Henrik's components

All credit for the components goes to Henrik. I just tweaked the design a bit and implemented them in NoteEditor.

Co-Authored-By: Henrik Giesel <hengiesel@gmail.com>

* Remove PaneContent padding

Co-Authored-By: Henrik Giesel <hengiesel@gmail.com>

* Add responsive box-shadows on scroll/resize

only shown when content overflows in the respective direction.

* Remove comment

* Fix overflow calculations and shadow mix-up

This happened when I switched from using scrolledToX to overflowX booleans.

* Simplify overflow calculations

* Make drag handles 0 height/width

The remaining height requirement comes from a margin set on NoteEditor.

* Run eslint on components

* Split editor into three panes: Toolbar, Fields, Tags

* Remove upper split for now

to unblock 2.1.55 beta

* Move panes.scss to sass folder

* Use single type for resizable panes

* Implement collapsed state toggled with click on resizer

* Add button to uncollapse tags pane and focus input

* Add indicator for # of tags

* Use dbclick to prevent interference with resize state

* Add utility functions for expand/collapse

* Meddle around with types and formatting

* Fix collapsed state being forgotten on second browser open (dae)

* Fix typecheck (dae)

Our tooling generates .d.ts files from the Svelte files, but it doesn't
expect variables to be exported. By changing them into functions, they
get included in .bazel/bin/ts/components/Pane.svelte.d.ts

* Remove an unnecessary bridgeCommand (dae)

* Fix the bottom of tags getting cut off (dae)

Not sure why offsetHeight is inaccurate in this case.

* Add missing header (dae)

Co-authored-by: Henrik Giesel <hengiesel@gmail.com>
2022-09-28 14:02:32 +10:00
..
bootstrap Put sass into repo directory (#1409) 2021-10-09 10:25:03 +10:00
_button-mixins.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
_colors.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
_functions.scss Fix custom webview scrollbar not showing (#2085) 2022-09-26 09:13:06 +10:00
_vars.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
base.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
bootstrap-dark.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
bootstrap-forms.scss Several CSS fixes - Editor Cleanup (#1470) 2021-10-31 08:29:22 +10:00
bootstrap-tooltip.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
breakpoints.scss Mathjax editor improvements (#1502) 2021-11-23 10:27:32 +10:00
BUILD.bazel Make tags editor resizable using Henrik's components (#2046) 2022-09-28 14:02:32 +10:00
buttons.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
card-counts.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
core.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
elevation.scss Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
night-mode.scss Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
panes.scss Make tags editor resizable using Henrik's components (#2046) 2022-09-28 14:02:32 +10:00
scrollbar.scss Fix custom webview scrollbar not showing (#2085) 2022-09-26 09:13:06 +10:00