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

UI: Right sidebar UI #657

Merged
merged 26 commits into from
Dec 5, 2024
Merged

UI: Right sidebar UI #657

merged 26 commits into from
Dec 5, 2024

Conversation

jordanvidrine
Copy link
Contributor

This PR brings the right sidebar injected component up to date with the topic-post event rendering. (when the right sidebar blocks theme component is installed & active)

Related PR -> #641

After
image

Before
image

@jordanvidrine jordanvidrine marked this pull request as ready for review December 5, 2024 21:16
this.appEvents.on("page:changed", this, this.updateEventsList);
}

get categoryId() {
return this.router.currentRoute.attributes?.category?.id;
}

get hasEmptyResponse() {
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason this got moved around?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a rebase issue

@brrusselburg
Copy link
Contributor

Here's what I'm seeing (local settings remove time format):
Screenshot 2024-12-05 at 4 24 53 PM

Looks pretty good to me. Not sure if you want any styling changes in case time is removed.

Messed around with some settings to see if anything would break for people who have the sidebar calendar set up as currently instructed. But all good! 🕺 🪩

@brrusselburg
Copy link
Contributor

brrusselburg commented Dec 5, 2024

I think there are some areas for refactor but they have nothing to do with design / the work you're doing. Areas where the code refers to something slightly different than it did before these recent changes, that's all. I'll make a note-to-self.

@jordanvidrine jordanvidrine merged commit 64c815b into main Dec 5, 2024
6 checks passed
@jordanvidrine jordanvidrine deleted the tc-right-sidebar-ui branch December 5, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants