-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rendering of inline code blocks for docs
E2E tests can be added rather easily to this. Styling of codeblocks: - Uniform margins as other documentation elements. - Add small margin for inline code-blocks. - Use different background color for inline code-blocks. - Introduce `inline-code` and `code-block` mixins for clarity in styling. Overflowing of codeblocks: - Improve flex layout of the tree component to be handle overflowing content and providing maximum available width. To be able to correctly provide maximum available width in card content, card expansion layout is changed so both close button and the content gets their full width. - Other refactorings to support this: - Introduce separate Vue component for checkboxes of nodes for better separation of concerns and improved maintainability. - Refactor `LeafTreeNode` to make it simpler, separating layout concerns from other styling. - `ScriptsTree.vue`: Prefer `<div>`s instead of `<span>`s as they represent large content. - Remove unnecessary `<div>`s and use `<template>`s to reduce HTML complexity. - Update script documentation to not include unnecessary left padding on script code blocks.
- Loading branch information
1 parent
7c632f7
commit cad31a3
Showing
12 changed files
with
260 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.