-
Notifications
You must be signed in to change notification settings - Fork 16
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
Additional UI changes/fixes for release detail page #659
Conversation
4b56773
to
d320f9c
Compare
example: |
Looks good! Should we consider including a few other metadata fields: Codebase
CodebaseRelease
Might not need all of them but.. maybe? @comses/editors please review also |
I was going for a more minimal post and just assume people would follow the link to the model in the library for more details, though I'm not opposed to copying over more info. Can see what others' thoughts are While we're on it, the repo url should probably get added to the sidebar and |
- reduce global border radius - slightly lighten metadata sidebar/blocks color
- show private info on unpublished releases with change perms - clean up metadata sidebar formatting - add framework and remove 'dependencies' from sidebar - replace lang/framework with publish dates in subheader metadata resolves comses/planning#128
resolves comses/planning#126 fix: use hidden div for exposing discourse post content
- include output_data_url in release metadata form
done with vue due to lack of flexibility and difficulty to maintain bootstrap carousel in templates. the first image is displayed similarly to how it was until the vue component gets mounted, just in the interest of progressive enhancement component is not tied to codebase images in any way and can be used for any set of images resolves comses/planning#132
e25ea4f
to
5cba9a6
Compare
- add some responsiveness to the frame height
added missing property from release editor store and allow it to be blank in the serializer
96d22cb
to
88dec70
Compare
Changes