Problem/Motivation

Some of the smallest font sizes in the views UI admin theme are too small for people with impaired vision to read (12px or less).
This is an accessibility issue and we should be aiming to keep font sizes at 1em or larger.
In addition, when text sizes get bigger in views admin, the drop buttons will get bigger aswell. The buttons are positioned fixed en therefore hide the title text on smaller screen sizes, this will get worse when button size increases.

Proposed resolution

Similar to how Seven's font sizes were improved in #2045473: Improve visibility of Seven's smallest font elements, I propose we remove any styles reducing font sizes below 1em, whether this involves flattening the font size hierarchy remains unsure.
Position drop buttons differently within view settings form, using inline-block and float left. Make sure that the styling also works on smaller screens.

Remaining tasks

Identify font sizes smaller than 1em.
Create a patch.
Screenshots.

fix positioning of drop button on views admin screen.

User interface changes

API changes

CommentFileSizeAuthor
#97 Screenshot 2023-05-18 at 9.51.32 AM.png254.26 KBgauravvvv
#97 Screenshot 2023-05-18 at 9.13.53 AM.png505.22 KBgauravvvv
#97 2469591-97.patch1.01 KBgauravvvv
#89 beforePatch-86.png44.89 KBasha nair
#89 Afterpatch-86.png26.14 KBasha nair
#89 afterPatch-86.png28.1 KBasha nair
#89 beforePatch--86.png37.94 KBasha nair
#87 Screen Shot 2022-07-18 at 6.49.36 PM.png440.88 KBsmustgrave
#86 2469591-86.patch793 bytesShubham Sharma 77
#86 Before-patch.png257.16 KBShubham Sharma 77
#86 Before-mobile-patch.png127.76 KBShubham Sharma 77
#86 After-mobile-patch.png116.81 KBShubham Sharma 77
#84 after-patch-73-overlap.png73.18 KBasha nair
#84 patch-73-after.png119.44 KBasha nair
#84 patch-73-before.png157.33 KBasha nair
#83 2469591--after--patch--pic.png90.02 KBvikashsoni
#83 2469591--before--patch--pic.png89.62 KBvikashsoni
#78 after-73.png80.35 KBakhildev.cs
#78 before-73.png84.62 KBakhildev.cs
#77 After Patch 2469591 Mobile.png287.18 KBchetanbharambe
#77 After patch 2469591.png468.29 KBchetanbharambe
#77 Before Patch 2469591.png475.71 KBchetanbharambe
#74 2469591-72.patch520 byteskapilv
#73 2469591-71.patch518 bytesranjith_kumar_k_u
#70 2469591.70.patch520 bytessakthivel m
#70 after patch.png312.54 KBsakthivel m
#70 before patch.png321.39 KBsakthivel m
#69 interdiff_68-69.txt803 bytesravi.shankar
#69 2469591.69.patch831 bytesravi.shankar
#68 interdiff-2469591-66.txt824 byteskuldeep_mehra27
#68 2469591-66.patch824 byteskuldeep_mehra27
#67 forCfDi - Imgur.png27.95 KBilgnerfagundes
#63 2469591_after_patche_61_mobile.png142.52 KBhinal05
#61 2469591-70.patch3.92 KBPooja Ganjage
#59 2469591-after_patch-58_mob.png44.17 KBabhijith s
#59 2469591-after_patch-58.png98.92 KBabhijith s
#58 interdiff_57-58.txt2.44 KBkomalk
#58 2469591-58.patch3.91 KBkomalk
#58 after-patch.png337.51 KBkomalk
#58 before-patch.png316.18 KBkomalk
#57 2469591-57.patch865 byteskomalk
#48 interdiff-2469591-46.txt790 bytesadrianavaz
#48 improve_visibility_of-2469591-46.patch2.24 KBadrianavaz
#47 2469591-46.patch790 bytesadrianavaz
#47 interdiff-2469591-29-46.txt2.24 KBadrianavaz
#40 ViewsTextOverlap.png84.15 KBkarolus
#33 views-ui-before.png19.74 KBmarkconroy
#33 views-ui-after.png21.86 KBmarkconroy
#29 improve_visibility_of-2469591-29.patch1.46 KBmgifford
#21 removed font-size 1em entries.png107.07 KBpefferen
#21 improve_visibility_of-2469591-21.patch1.48 KBpefferen
#16 more_height_on_rows_more_padding_on_button.png163.38 KBpefferen
#16 2469591-16.patch1.71 KBpefferen
#15 views-ui-btns.png13.63 KBnjbarrett
#14 interdiff-2469591-3-14.txt637 byteszakxxi
#14 2469591-14.patch2.56 KBzakxxi
#14 views-settings-after2.png233.64 KBzakxxi
#10 views-settings-before.png230.16 KBzakxxi
#10 views-settings-after.png229.52 KBzakxxi
#10 views-list-before.png234.48 KBzakxxi
#10 views-list-after.png238.97 KBzakxxi
#9 screenshot-soulama-pc 2015-04-13 14-34-16_before.png46.11 KBsoulsesa
#9 screenshot-soulama-pc 2015-04-13 14-31-55.png47.97 KBsoulsesa
#6 view-progress-indicator after.png35.18 KBpefferen
#6 view-progress-indicator before.png20.59 KBpefferen
#3 bigger_views_ui_fonts-2469591.patch1.35 KBpefferen
#2 views display drop down buttons and settings text.png210.85 KBpefferen
#2 views overview screen drop down.png48.34 KBpefferen

Issue fork drupal-2469591

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

njbarrett’s picture

Issue summary: View changes
pefferen’s picture

The text sizes smaller than 1em(13px) are:

  • dropdown buttons
  • settings text on Views display screen
  • progress indicator (found this one in the css but doe not know how to test it)

see attached screenshots

pefferen’s picture

StatusFileSize
new1.35 KB

created patch

pefferen’s picture

Status: Active » Needs review
njbarrett’s picture

Status: Needs review » Needs work

Thanks for the patch @pefferen

I think its better if we attach before & after screenshots to show the change of each component.
And we will need to figure out a way to screenshot the change to the progress indicator as well.

pefferen’s picture

good point @njbarrett

Steps to test text size views progress indicator(see also attached screenshots):

  1. open a view
  2. add multiple fields, by selecting more than one filed in the add field dialog.
  3. See the progress indicator in the upper right corner(in seven)
njbarrett’s picture

@pefferren Thank you, we will also need the before screenshots for the views overview screen dropdown button, and the views ui settings.
If you could screenshot the button with the the dropdown open as well (and do one for after the patch) that would be perfect.

pefferen’s picture

soulsesa’s picture

the dropbutton font size is wrong: i'm going to fix it

zakxxi’s picture

StatusFileSize
new238.97 KB
new234.48 KB
new229.52 KB
new230.16 KB
pefferen’s picture

@soulsesa is patch #3 not working for you?

njbarrett’s picture

I tested the patch and am also seeing what zakxxi is seeing - the views list looks great but on the views settings the drop button is overflowing the container.

Perhaps we can reduce the padding on this button, so that it is more inline with the style guide https://groups.drupal.org/node/283223#Split_Buttons_and_Dropbuttons

There is also a font-size: 12px on the dropbutton-wrapper at the top of the views page, the selector appears to be .views-ui-display-tab-actions .dropbutton-wrapper li a and on .views-ui-display-tab-bucket .views-display-setting which I would like to see removed

zakxxi’s picture

@njbarrett OK, i'm on it.

zakxxi’s picture

StatusFileSize
new233.64 KB
new2.56 KB
new637 bytes

This is an updated patch.

Changing .views-ui-display-tab-bucket .views-display-setting and .views-ui-display-tab-actions .dropbutton-wrapper li a,
.views-ui-display-tab-actions .dropbutton-wrapper input
font-size from 12px to 1em.

@njbarrett I don't see why we need to change padding on the button, I think the style is already inline with guideline wich you send…

njbarrett’s picture

StatusFileSize
new13.63 KB

@zakxxi Thanks for the new patch. The reason is because with the larger font size the button is overflowing the table row.

views ui btns

pefferen’s picture

StatusFileSize
new1.71 KB
new163.38 KB

@njbarrett you are right, the buttons break out, that is probably why the font was set in such a small size in the first place. When looking at other places in core where these buttons are used, you see much more white space around the button. The views admin screen is very dens with settings and buttons, as it is. I enhanced the row height of the settings row and enhanced the padding of the button.

The buttons seem very big now, this might be another issue, since the size of the button now meets the default button size.

dimaro’s picture

Status: Needs work » Needs review

Change status to Needs review to run testbot.

njbarrett’s picture

@pefferen thanks, that is looking better. Yes the buttons do look big, which is why I wanted to see them with less padding in the views UI. As the padding is relative to the font size and we have increased it, we can reduce the padding. The font size is the issue here, which we have corrected so we need to try to keep everything else as it was where possible.

+++ b/core/modules/views_ui/css/views_ui.admin.theme.css
@@ -774,7 +774,7 @@ td.group-title {
+  font-size: 1em;

You may not need to specify font size: 1em; anywhere here, as it is basically saying keep the font the same size. The only place you might need it is when you are overriding another selector.

MathieuSpil’s picture

This needs to be postponed after #2408525: Rewrite Views UI CSS inline with our CSS standards - Part 1 and this will need to be crosslinked with one of its follow-up issues. (Otherwise this will mean a big manual re-refactoring of views-ui)

Leaving on Needs Review for now, so this can be finetuned.

MathieuSpil’s picture

After some discussion, we decided that we would love to use the default-buttons and remove the CSS from inside the views_ui module so the default classes won't get overridden. We should also make sure that the larger buttons get a tiny bit more spacing.

This is following the logic, a module shouldn't re-define the styles for buttons. As a analogy: /admin/config/media/image-styles/manage/large is using the same buttons (with no extra styling I think)

pefferen’s picture

Ok so now I removed the font-size: 1em entries from all the views_ui styling. Nothing changes as expected, see attached screenshot.

pefferen’s picture

Issue summary: View changes
njbarrett’s picture

@MathieuSpil that sounds fair, so are we still postponing this until after #2408525: Rewrite Views UI CSS inline with our CSS standards - Part 1 ?

@pefferen Thanks for the new patch, it looks good.

MathieuSpil’s picture

Status: Needs review » Needs work

Yes, it should still be postponed after that ticket, because there is a huge refactoring going on there. Re-implementing this ticket instead of that ticket is way more logical.

Open TODO's for this ticket are now: (After a long discussion with a entire frontend-sprintroom)
Make sure Views doesn't have smaller buttons than all the other modules. and style them in a way don't overlap on any titles.

njbarrett’s picture

Status: Needs work » Postponed

Setting status to postponed.

mgifford’s picture

Status: Postponed » Needs review

Ok, that's in now, so let's get on with fixing this.

Status: Needs review » Needs work

The last submitted patch, 21: improve_visibility_of-2469591-21.patch, failed testing.

mgifford’s picture

Status: Needs work » Needs review
StatusFileSize
new1.46 KB

Ok, here's a re-roll.

mgifford’s picture

Worth noting that I nixed

-.js .views-edit-view .dropbutton-wrapper .dropbutton .dropbutton-action > * {

but but the patch in #21 didn't have .views-edit-view and was just:
-.js .dropbutton-wrapper .dropbutton .dropbutton-action > * {

I also assumed that
.view-preview-form .arguments-preview {

was a rehashed version of this fragment from #21:
#views-ui-preview-form .arguments-preview {

markconroy’s picture

Status: Needs review » Reviewed & tested by the community

This looks good to me, font size is now 13px on views dropdowns and labels, etc.

Marking RTBC.

I notice that the description on the preview pane is 09.em, but I'll open a new ticket for that.
edit - that other issue is fixed here: https://www.drupal.org/files/issues/improve_visibility_of-2045473-104.patch

Bojhan’s picture

Status: Reviewed & tested by the community » Needs review

Can we get a few proper before/after screenshots to review?

markconroy’s picture

Issue summary: View changes
StatusFileSize
new21.86 KB
new19.74 KB

Here's a before and after set of screenshots of a section of the views page.

Views UI before screenshot

Views UI after screenshot

mgifford’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Ok, so we should be good to go back to RTBC now since we have the screenshots.

yoroy’s picture

This is looking good!

Bojhan’s picture

Status: Reviewed & tested by the community » Needs review

I think this should be small dropbuttons? Instead of the big ones - it kind of screws up the alignment. See https://groups.drupal.org/node/283223#Small_Controls

pefferen’s picture

As far as I know these smaller buttons are not yet implemented in Drupal, We tried to use them for this issue back. Creating the smaller drop down button seems to me like a separate (new) issue.

Bojhan’s picture

Nope, than we need to implement that first. We should not degrade the UI this late in the game.

emma.maria’s picture

Version: 8.0.x-dev » 8.1.x-dev

@Bojhan: Does an issue exist for the smaller buttons? Should we create a seperate issue and postpone this one?

karolus’s picture

Issue summary: View changes
StatusFileSize
new84.15 KB

Also seeing another issue at some screen widths (see image). This appears to be due to the button/dropdown being positioned absolutely, and subsequently text flowing underneath it. I did some styling tests locally, but, of course, there are edge cases where this can break.

Views Text Overlap

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.0-beta1 was released on March 2, 2016, which means new developments and disruptive changes should now be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

adrianavaz’s picture

Issue tags: +Vienna2017
adrianavaz’s picture

Hi,

I'm on DrupalCon Vienna and working on this.

This patch is extending the #29 patch. We had to also apply the same changes to stable in order to work.

adrianavaz’s picture

StatusFileSize
new2.24 KB
new790 bytes
adrianavaz’s picture

StatusFileSize
new2.24 KB
new790 bytes

Sorry, on #47 we switched the interdiff with the patch. Please consider these files instead.

Status: Needs review » Needs work

The last submitted patch, 48: improve_visibility_of-2469591-46.patch, failed testing. View results

jenlampton’s picture

I'm not sure this is helpful, but we ran into the same problem with the Views UI in Backdrop CMS. We have two possible fixes in mind:
1) We thought to change the Views UI to a two column layout instead of keeping it at 3 columns on smaller screen sizes
2) we thought we could change the positioning of drop-buttons in the Views UI to float right instead of using position: absolute, though that will require some reworking of the markup to get the buttons in the right place on the page.

Current work on this issue is going on here

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.7.x-dev » 8.8.x-dev

Drupal 8.7.0-alpha1 will be released the week of March 11, 2019, which means new developments and disruptive changes should now be targeted against the 8.8.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

komalk’s picture

StatusFileSize
new865 bytes

Patch #48 failed to apply on 9.2.x.
Re-rolled the patch.

komalk’s picture

Status: Needs work » Needs review
StatusFileSize
new316.18 KB
new337.51 KB
new3.91 KB
new2.44 KB

Attached screenshot for reference.
Review the patch.

abhijith s’s picture

StatusFileSize
new98.92 KB
new44.17 KB

Applied patch #58.The patch is working fine for desktop.But it is showing some issues in mobile.Adding screenshots after applying this patch.

Desktop:
after1

Mobile:
after2

abhijith s’s picture

Status: Needs review » Needs work
Pooja Ganjage’s picture

StatusFileSize
new3.92 KB

Updated patch.

Pooja Ganjage’s picture

Status: Needs work » Needs review
hinal05’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new142.52 KB

#61 patch applied. The patch is working fine for mobile please refer the screenshot.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 61: 2469591-70.patch, failed testing. View results

adityasingh’s picture

Status: Needs work » Needs review

Test case are green. Moving to Need review.

ilgnerfagundes’s picture

Status: Needs review » Needs work

When I was patch # 61, I saw that when the view name is big, it is over the action button on the mobile. And the display name is also not being displayed.

Shouldn't this be corrected?

ilgnerfagundes’s picture

StatusFileSize
new27.95 KB

I couldn't insert the image in the text, I'm sending it now

kuldeep_mehra27’s picture

StatusFileSize
new824 bytes
new824 bytes

overlapping of view name have fixed

ravi.shankar’s picture

StatusFileSize
new831 bytes
new803 bytes

Fixed custom command issue of patch #68.

sakthivel m’s picture

Status: Needs work » Needs review
StatusFileSize
new321.39 KB
new312.54 KB
new520 bytes

Before Patch
before

After Patch
after

#70 Created patch Please verify it

kapilv’s picture

Assigned: Unassigned » kapilv
kapilv’s picture

Assigned: kapilv » Unassigned
ranjith_kumar_k_u’s picture

StatusFileSize
new518 bytes

Fixed custom command fail

kapilv’s picture

StatusFileSize
new520 bytes
sakthivel m’s picture

#73 patch applied. The patch is working fine

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

chetanbharambe’s picture

Status: Needs review » Needs work
StatusFileSize
new475.71 KB
new468.29 KB
new287.18 KB

Verified and tested patch #74.
Patch applied successfully and it's working perfectly on iPad only.
UI is breaking on Mobile devices.

Testing Steps:
# Goto: admin/structure/views/view/comment
# User is able to see buttons are overlapping on text and UI looks like broken on Mobile devices.

Expected Results:
# User should not see broken UI.
# User should not see buttons are overlapping on text.

Actual Results:
# User is able to see buttons are overlapping on text and UI looks like broken on Mobile devices

Please Fix the above issue on Mobile devices and check comment #59 also.
can be move to Needs work

akhildev.cs’s picture

StatusFileSize
new84.62 KB
new80.35 KB

patch #73 applied successfully it shows working fine on "9.3.x-dev".

nishantghetiya made their first commit to this issue’s fork.

nishantghetiya’s picture

Status: Needs work » Needs review

Resolve #74 command fail.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

vikashsoni’s picture

StatusFileSize
new89.62 KB
new90.02 KB

Applied #73 patch in drupal-9.3.x-dev
Applied successfully and looks good for me
for ref sharing screenshot ...

asha nair’s picture

Version: 9.4.x-dev » 9.3.x-dev
Status: Needs review » Needs work
StatusFileSize
new157.33 KB
new119.44 KB
new73.18 KB

Applied patch #73. But some labels are still overlapping.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.15 was released on June 1st, 2022 and is the final full bugfix release for the Drupal 9.3.x series. Drupal 9.3.x will not receive any further development aside from security fixes. Drupal 9 bug reports should be targeted for the 9.4.x-dev branch from now on, and new development or disruptive changes should be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Shubham Sharma 77’s picture

Status: Needs work » Needs review
StatusFileSize
new116.81 KB
new127.76 KB
new257.16 KB
new793 bytes

Attached reroll patch against as per #84 title overlap issue on mobile.
For ref sharing screenshots...

smustgrave’s picture

Status: Needs review » Needs work
StatusFileSize
new440.88 KB

Applied patch from #86 and attached a screenshot of what I see on the content view using claro theme.

Tested with and without the patch, clearing cache in betwee, and nothing changed.

Shubham Sharma 77’s picture

Status: Needs work » Needs review

@smustgrave This issue is on Seven Theme. Please check.

asha nair’s picture

StatusFileSize
new37.94 KB
new28.1 KB
new26.14 KB
new44.89 KB

Applied patch in #86 successfully.. Adding results as screenshots..

smustgrave’s picture

So if this fix is targeting just the seven theme why is it going into the core views module?

smustgrave’s picture

Status: Needs review » Needs work

targeting a single specific theme doesn't sounds correct to me.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.9 was released on December 7, 2022 and is the final full bugfix release for the Drupal 9.4.x series. Drupal 9.4.x will not receive any further development aside from security fixes. Drupal 9 bug reports should be targeted for the 9.5.x-dev branch from now on, and new development or disruptive changes should be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Shubham Sharma 77’s picture

Version: 9.5.x-dev » 10.1.x-dev

The Seven theme has been removed from Drupal 10 core. However, this issue appears to apply to the Core Views Module no matter which theme is used.

Shubham Sharma 77’s picture

Status: Needs work » Needs review

Last patch #86 passed on 10.1.x and they are not targeting a specific theme.
Anyone, please review the patch.

lendude’s picture

Status: Needs review » Needs work

Claro has overrides for this, which make the sizing dynamic, so the only way to see this is probably in Stark.

mgifford’s picture

This isn't a WCAG SC, but still a good practice for readability.

gauravvvv’s picture

Status: Needs work » Needs review
StatusFileSize
new1.01 KB
new505.22 KB
new254.26 KB

I have updated the fonts as per reference of Claro. Font size is still small in stable theme. Added after patch screenshot

Before patch

After patch

smustgrave’s picture

Status: Needs review » Needs work
Issue tags: -frontend, -drupaldevdays, -Vienna2017 +Needs issue summary update

Can the issue summary be updated with the proposed solution.

Would be nice if new screenshots from 97 can be added too.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.