-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
Expanding the modern look to rest of the interface #1729
Conversation
Signed-off-by: Gontier Julien <[email protected]>
Do you have a screenshot showing your changes? |
-.nav-tabs-custom > .tab-content {
+.nav-tabs-custom > .tab-content {
-}
\ No newline at end of file
+} should fix the linting errors |
It's way too rounded for me. |
It up for debate and personal taste after this so maybe play around a bit and tell with you think is the sweet spot ^^ |
Signed-off-by: Gontier Julien <[email protected]>
The template that I have in mind for the next iteration uses .25rem for the radius on buttons. |
@dschaper you're in the wrong pull request for the button and maybe look with what @PromoFaux proposed. |
I'm talking with him right now actually. |
@dschaper no problem. |
Yeah, I know. |
I should have better reviewed the rounded corners in the last few PRs (or at least discussed it with the rest of the team) Now, I know this PR is discussing a different part of the interface, but I think this serves as a good a place as any to discuss, with that said my personal preference here is 5px |
I'm not going to pick this as a hill for me, but I'd ditch the px as a value, and even then 5px looks too rounded still. Maybe something like the top widgets on https://vue.architectui.com/architectui-vue-pro/#/dashboards/management or https://vue.architectui.com/architectui-vue-pro/#/dashboards/project-management |
@dschaper just a quick question, what wrong with making some part of the interface a little rounded ? |
Quick Answer, I don't like the look. And yes it's personal. I don't think adding more options to decide if you want to change the radius of the elements is useful, that's going to be a lot of work for a web interface that is planned on being replaced. |
Oh that cool when the new interface while be here ? |
Soon™ is about as good an answer as you'll get :) There is some work going on in this branch for the 6.0 release (which will feature a new api). Beyond that, we're toying with the idea of a total framework change (see linked ui framework above). But no timelines are really set in stone For this one after a bit of internal discussion - can we pare the roundedness of the corners back to |
Exited to see this then ^^ |
Signed-off-by: Gontier Julien [email protected]
By submitting this pull request, I confirm the following:
{please fill any appropriate checkboxes, e.g: [X]}
{Please ensure that your pull request is for the 'devel' branch!}
git rebase
)git commit --signoff
)What does this PR aim to accomplish?:
It expand the modern look to the rest of the interface.
How does this PR accomplish the above?:
-Change
.nav-tabs-custom
fromborder-radius:3px
toborder-radius:10px !important
.-Change
.nav-tabs-custom > .nav-tabs
fromborder-top-left-radius:3px
andborder-top-right-radius:3px
toborder-top-left-radius: 10px !important
andborder-top-right-radius: 10px !important
-Change
.nav-tabs-custom > .tab-content
and.box-footer
fromborder-bottom-left-radius:3px
andborder-bottom-right-radius:3px
toborder-bottom-left-radius: 10px !important
andborder-bottom-right-radius: 10px !important
What documentation changes (if any) are needed to support this PR?:
None