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

Update the action bar on manage contents page #12368

Closed

Conversation

MikeAlhayek
Copy link
Member

@MikeAlhayek MikeAlhayek commented Sep 10, 2022

Fix #12367

Web view

Here is a before screenshot
image

Here is an after screenshot
image

Mobile view

Here is a before screenshot
image

Here is an after schreenshot
image

@hishamco
Copy link
Member

Can we increase the search bar little to make the spacing consistent

@MikeAlhayek
Copy link
Member Author

@hishamco I made some more changes to the second action bar along with the action bar spacing. check out the updated screenshots

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

Can we see what the search bar looks like now when width = 100%?
It should not fill the entire column. At some point, the input should be set at 50%.

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

Also, need to see if these UI fixes need to be applied everywhere else.

@MikeAlhayek
Copy link
Member Author

@Skrypt the PR #12368 has the before and after screenshots.

image

image

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

can you try and add a w-md-50 or w-lg-50 class there.

}
<div class="input-group input-group-sm w-50 d-inline-flex has-filter">
Copy link
Contributor

Choose a reason for hiding this comment

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

here try w-md-50 or w-lg-50 instead.

Copy link
Member

Choose a reason for hiding this comment

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

@Skrypt are you fine to merge this without this suggestion?

Copy link
Member Author

Choose a reason for hiding this comment

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

@Skrypt if you must have a max width set, we could add w-xxl-75 just for super large screens.

@MikeAlhayek
Copy link
Member Author

I personally think it looks better with 100% width.

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

I can't argue with taste. If you have a 4k screen it will make a long search input bar. That's why it was added.

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

Here as an example Github does not use full width:

image

@MikeAlhayek
Copy link
Member Author

I get it. but making it shorter won't add value.

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

Unless you would need to type long search strings that are equivalent to the full width size of a 4k screen I don't see the added value either.

@hishamco
Copy link
Member

I'm not sure if I'm the only one see extra space before the new dropdown

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

Add a screenshot. I can't see it either! 😄

@hishamco
Copy link
Member

I think there's two extra pixels before the new dropdown comparing with the spacing after, needs BIG 👀

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

I don't see any extra pixels in his screenshots. But beware because these are low-quality screenshots. I can see that it is not using all the colors it should and the compression could add some weird pixels.

@hishamco
Copy link
Member

@MikeAlhayek could you please inspect the spacing before and after the new dropdown? It looks good but that's why designer is better than devs because they taking care about each pixel :)

@MikeAlhayek
Copy link
Member Author

@hishamco I did not add a drop down menu. Can you show us where are you pointing to? I would say share a screen shot with the develops so that they can see through a designer eyes :)

@Skrypt
Copy link
Contributor

Skrypt commented Sep 12, 2022

The filter button? Which has a dropdown menu?

@hishamco
Copy link
Member

I just measure the spaces before and after the new dropdown seems the quality here as @Skrypt mentioned, both are 16 px, so seems I need to close my eyes ;)

@hishamco
Copy link
Member

@MikeAlhayek could you please check tenants page? I remembered I saw similar issue

@MikeAlhayek
Copy link
Member Author

@hishamco yea same problem exists in multiple pages. I want to focus on Contents module for now, once all agree on the change and is merged, I'll apply the same on the rest like OC.Tenant, OC.Features and possibly others.

@hishamco
Copy link
Member

We already agreed ;) I might help you on this

Thanks

@hishamco
Copy link
Member

@MikeAlhayek I just waiting for @Skrypt to reply on my above comment meanwhile could you please file an issue list all the places that we need to modify the action bar, this will make it easy for tracking and I can help you on this especially if it has a long list

@MikeAlhayek
Copy link
Member Author

Combined into #12421

@hishamco
Copy link
Member

I'm not sure why closed the PRs, small manageable PRs always good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the look of the action bar in all the views
3 participants