Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Confusing reuse of styling between button and tab header

+2
−0

At the top of the page there are sections for the community's Categories, which are displayed as tabs that can be switched between. For example, here on Meta Codidact there are "Q&A", "Site Proposals", and "Blog".

Similarly, on the next line down there are sections for things relevant to the currently selected Category. For example, here in Q&A there are "Posts", "Tags", and "Edits". However, instead of being displayed as tabs these show as buttons. This is inconsistent with the line above, and also somewhat confusing because there is also the "Ask Question" button on the same line. In the following image I have narrowed the window to emphasise the similarity between the "Posts" and "Ask Question" buttons:

The similarity between the Posts and Ask Question buttons

The same styling is being used to mean two different things.

  • "Posts" has styling which distinguishes it from "Tags" and "Edits", so it is clear that we are on the "Posts" tab
  • "Ask Question" has that same styling even though we are not on the "Ask Question" page

The problem is most pronounced on a narrow mobile screen where there is not even a gap between the tab titles and the "Ask Question" button:

The Posts and Ask Question buttons on mobile with no gap

Would it be clearer if "Posts", "Tags", and "Edits" were styled in the same way as the line above ("Q&A", "Site Proposals", and "Blog") so that "Ask Question" is clearly a button rather than a tab, and clearly available rather than already selected?

Alternatively, "Ask Question" could be seen as another tab, just like "Posts", "Tags", and "Edits". It could then be styled the same as "Tags" and "Edits" (the inactive tabs) rather than the same as "Posts" (the active tab). It could also possibly be moved left to be part of the "Posts", "Tags", and "Edits" family.

Do people see a potential improvement to be made here? If so, would you prefer to see one of the solutions suggested or something different?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

GitHub issue requesting design input (1 comment)

2 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+2
−1

Another option is to not use button styling in the bar at all. The "Ask Question" button can become another tab along with "Posts", "Tags", and "Edits":

Codidact Meta site with all 4 items styled as tabs, with "Posts" selected

This is my personal preference as it simplifies the interface without changing how the user interacts with it. All 4 items are now treated as tabs, rather than one of them being treated as a button even though it behaves just like the other tabs when clicked.

Codidact Meta site with all 4 items styled as tabs, with "Ask Question" selected

I think this fits particularly well with the fact that the "Ask Question" tab saves your progress so you can come back to your draft question later. It really is a tab you can come back to, rather than a button that generates a brand new question each time it is clicked.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+1
−0

One option is to style the tabs as tabs rather than buttons, similar to the row above which shows the category tabs. The "Ask Question" button can then remain a button:

Codidact Meta site with "Posts" styled as a tab rather than a button

I prefer this to the current situation with 2 things that both look like buttons, but it still seems needlessly complicated as "Ask Question" is styled differently despite being just another tab in terms of functionality.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »