Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New breadcrumbs #1590

Merged
merged 2 commits into from
Nov 10, 2020
Merged

New breadcrumbs #1590

merged 2 commits into from
Nov 10, 2020

Conversation

MarcinAman
Copy link
Contributor

No description provided.

Copy link
Contributor

@sellophane sellophane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the one comment, looks good

@@ -99,8 +99,7 @@ open class HtmlRenderer(
node.hasStyle(TextStyle.Span) -> span() { childrenCallback() }
node.dci.kind == ContentKind.Symbol -> div("symbol $additionalClasses") { childrenCallback() }
node.dci.kind == ContentKind.BriefComment -> div("brief $additionalClasses") { childrenCallback() }
node.dci.kind == ContentKind.Cover -> div("cover $additionalClasses") {
filterButtons(pageContext)
node.dci.kind == ContentKind.Cover -> div("cover $additionalClasses") { //TODO this can be removed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it can, then remove

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now it is needed as it appends the cover class. I'll fix that in a following PR with refactored HtmlRenderer

Base automatically changed from remove-svg-from-renderer to master October 30, 2020 10:52
@MarcinAman MarcinAman force-pushed the new-breadcrumbs branch 2 times, most recently from 78d7811 to 47b8f5d Compare October 30, 2020 17:04
@MarcinAman MarcinAman linked an issue Nov 2, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feedback from designer
3 participants