Skip to content

docs(docs-infra): change API reference list items order to top-down #58655

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

Closed

Conversation

hawkgs
Copy link
Member

@hawkgs hawkgs commented Nov 14, 2024

Change the order from left-right to top-down (columns) and additionally make columns equal width.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

The list items in the API reference list groups have left-right alphabetical order while the vertical borders imply that the order should be top-down instead.

What is the new behavior?

The order is changed to top-down. Additionally, the column width is now equal which made it necessary to truncate the text.

Screenshot 2024-11-14 at 15 19 13

Does this PR introduce a breaking change?

  • Yes
  • No

@pullapprove pullapprove bot requested a review from josephperrott November 14, 2024 13:23
@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: docs-infra Angular.dev application and infrastructure labels Nov 14, 2024
@ngbot ngbot bot added this to the Backlog milestone Nov 14, 2024
@@ -29,7 +29,7 @@ <h3 [id]="group().id">
class="docs-api-item-label"
aria-hidden="true"
/>
<span class="adev-item-title">{{ apiItem.title }}</span>
<span class="adev-item-title" [attr.title]="apiItem.title">{{ apiItem.title }}</span>
Copy link
Member Author

@hawkgs hawkgs Nov 14, 2024

Choose a reason for hiding this comment

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

The title is set so that you can check it in case the text has been truncated.

@JeanMeche JeanMeche requested review from JeanMeche and removed request for josephperrott November 14, 2024 15:56
@hawkgs hawkgs changed the title feat(docs-infra): change API reference list items order to top-down docs(docs-infra): change API reference list items order to top-down Nov 14, 2024
@hawkgs hawkgs force-pushed the docs/reorder-api-reference-list-items branch from f0019b9 to 8614f17 Compare November 14, 2024 16:42
@angular-robot angular-robot bot added area: docs Related to the documentation and removed detected: feature PR contains a feature commit labels Nov 14, 2024
@hawkgs hawkgs force-pushed the docs/reorder-api-reference-list-items branch from 8614f17 to e86e496 Compare November 18, 2024 08:50
Change the order from left-right to top-down (columns) and additionally make columns equal width.
@hawkgs hawkgs force-pushed the docs/reorder-api-reference-list-items branch from e86e496 to ebd6e6d Compare January 14, 2025 14:23
Copy link

Deployed adev-preview for ebd6e6d to: https://ng-dev-previews-fw--pr-angular-angular-58655-adev-prev-b9j92i0k.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

@JeanMeche JeanMeche removed the request for review from MarkTechson January 14, 2025 14:36
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Jan 14, 2025
@kirjs
Copy link
Contributor

kirjs commented Jan 14, 2025

This PR was merged into the repository by commit 803358f.

The changes were merged into the following branches: main, 19.0.x, 19.1.x

kirjs pushed a commit that referenced this pull request Jan 14, 2025
…58655)

Change the order from left-right to top-down (columns) and additionally make columns equal width.

PR Close #58655
@kirjs kirjs closed this in 803358f Jan 14, 2025
kirjs pushed a commit that referenced this pull request Jan 14, 2025
…58655)

Change the order from left-right to top-down (columns) and additionally make columns equal width.

PR Close #58655
@hawkgs hawkgs deleted the docs/reorder-api-reference-list-items branch January 14, 2025 16:24
PrajaktaB27 pushed a commit to PrajaktaB27/angular that referenced this pull request Feb 7, 2025
…ngular#58655)

Change the order from left-right to top-down (columns) and additionally make columns equal width.

PR Close angular#58655
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker adev: preview area: docs Related to the documentation area: docs-infra Angular.dev application and infrastructure target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants