-
Notifications
You must be signed in to change notification settings - Fork 55
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
UI: Right sidebar UI #657
Conversation
1f4ab2c
to
33b7522
Compare
…into tc-right-sidebar-ui
this.appEvents.on("page:changed", this, this.updateEventsList); | ||
} | ||
|
||
get categoryId() { | ||
return this.router.currentRoute.attributes?.category?.id; | ||
} | ||
|
||
get hasEmptyResponse() { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a rebase issue
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. |
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](https://private-user-images.githubusercontent.com/30537603/391743977-98c7713e-51b5-4893-a6f4-7c539bb911da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTg5MTEsIm5iZiI6MTczODk5ODYxMSwicGF0aCI6Ii8zMDUzNzYwMy8zOTE3NDM5NzctOThjNzcxM2UtNTFiNS00ODkzLWE2ZjQtN2M1MzliYjkxMWRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA3MTAxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4YzQ0MDE0NzExOTQ1NmNhYTM1OWU1MTEzMTc5MTc5MGE5YzQzNDJjYTkyNDllOWJmNGMwM2M5MzE1OThhNDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8XIrVwrLFByeUHrHTAWmBNWvs2sa81Ycbm6aR1t5fGU)
Before
![image](https://private-user-images.githubusercontent.com/30537603/391743986-11332023-5df9-4519-baed-b635f1569ba4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTg5MTEsIm5iZiI6MTczODk5ODYxMSwicGF0aCI6Ii8zMDUzNzYwMy8zOTE3NDM5ODYtMTEzMzIwMjMtNWRmOS00NTE5LWJhZWQtYjYzNWYxNTY5YmE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA3MTAxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE5ZWNkMDI3ZjBkZDljNzlhYzEzYjc4NjM4ZDIyN2M1ODFlYjQxYTVjMDk1ZTBhM2EzN2RlMmUyNzY4YjA5OTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Jeq_btR0VON07rdqHf3ViEqacTloMn9hpvTlyHy41tY)