-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Event Block #186
Add Event Block #186
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @conrad-vanl and the rest of your teammates on Graphite |
4e150b4
to
8bbe2ec
Compare
Should have just used |
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.
I'm having trouble testing this. No event blocks coming through. 🫤
Code looks good, and thanks for the video. Do you have a link to an item you are using for testing....maybe I can just look at it there? Maybe drop the link to the Admin item and the micro-service item in the description?
@nlewis84 are you running https://github.com/ApollosProject/apollos-cluster/pull/917 locally and pointing embeds at that? |
Forgot to list that as requirement. And that has to be merged and released first anyways |
Ah nope, I wasn't. That would do it. |
Probably that text for multi line location. Should we have validation in Admin? |
Hmmm, yeah a text location (think like "Virtual" or "Spring Creek Campus") will break the Also, there should be a title on that 3rd one but it doesn't come through. |
@nlewis84 just pushed up some changes see if that helps |
8bbe2ec
to
980a3ca
Compare
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.
One design comment, but working and looks good to me otherwise!
color: ${themeGet('colors.text.primary')}; | ||
border-radius: ${themeGet('radii.xl')}; | ||
background-color: ${themeGet('colors.fill.paper')}; | ||
box-shadow: ${themeGet('shadows.medium')}; |
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.
Probably this one too 🤷♂️
color: ${themeGet('colors.text.primary')}; | ||
border-radius: ${themeGet('radii.xl')}; | ||
background-color: ${themeGet('colors.fill.paper')}; | ||
box-shadow: ${themeGet('shadows.medium')}; |
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.
yeah i agree, but i didn't like the other shadows either and didn't want to define a new one |
🐛 Issue
No event block in web, part of cycle goals
✏️ Solution
Add event block
Area.mp4
🔬 To Test
📸 Screenshots