You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* move Welcome CSS to a CSS module + allow overriding
* remove redundant declaration
* fix type
* extract SideBar to its component + CSS module
* reverse the config keys to group all class names under customClass
* style
* move TextView styles to CSS module
* move MarkdownView styles to CSS module
* fix import paths
* move ImageView styles to CSS module
* move ContentHeader styles to CSS module
* rename ContentHeader as ContentWrapper
* move Spinner styles to CSS module + move to a new component file
* move ErrorBar styles to CSS module + new component
* split Layout.test.tsx in three files
* fix the tests + use VisuallyHidden component to insert accessible text
* extract SlideCloseButton to its own component + CSS module
* fix ErrorBar: don't take space when hidden
* fix class name
* Move styles for SlidePanel to a CSS module
* Fix SlidePanel tests, and change panel from article to aside
* Move the progress bar to its component + CSS module
* fix bug in the computation of path parts
* fix again the source parts
* Move breadcrumb styles to CSS module + move tests their own file
* extract Layout styles to CSS Module
* extract Center as a new component, and move the loading spinner to ContentWrapper
* memoize the list of files
* refactor the conditionals for safety
* fix the conditionals: we work on filtered, not files
* use CSS module for Folder styles
* move search styles to Folder CSS module
* remove useless intermediate top-actions div
* export global CSS in the package
0 commit comments