Skip to content

Updating to account for changed tag and sidebars.#3814

Merged
Nutomic merged 2 commits intomainfrom
update-tag-and-sidebar-types
Jan 29, 2026
Merged

Updating to account for changed tag and sidebars.#3814
Nutomic merged 2 commits intomainfrom
update-tag-and-sidebar-types

Conversation

@dessalines
Copy link
Copy Markdown
Member

@dessalines dessalines commented Jan 28, 2026

Some logical changes were necessary, such as:

  • Removing markdowns forms and renderer for multi-community (it only has a summary now)
  • Using summary instead of sidebar where it makes sense (like HtmlTags and document titles)

I'm not looking forward to the merge conflicts, so this should probably come after #3810

Some logical changes were necessary, such as:

- Removing markdowns forms and renderer for multi-community (it only has
a summary)
- Using summary instead of sidebar where it makes sense (like HtmlTags
and document titles)
return {
name: site.name,
description: site.description ?? "A link aggregator for the fediverse",
sidebar: site.sidebar ?? "A link aggregator for the fediverse",
Copy link
Copy Markdown
Member Author

@dessalines dessalines Jan 28, 2026

Choose a reason for hiding this comment

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

This field seems unecessary, its just some untyped random thing in the manifest json, I'd be fine with removing it, or renaming it to summary and using the summary instead.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@dessalines
Copy link
Copy Markdown
Member Author

Changed my mind, this should come before #3810 since the backend changes are already pushed to voyager.lemmy.ml

@Nutomic Nutomic merged commit f31b5eb into main Jan 29, 2026
2 checks passed
@Nutomic Nutomic deleted the update-tag-and-sidebar-types branch January 29, 2026 13:54
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.

2 participants