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

fix(update-section): changed span to an interactive element #42744

Conversation

emoral435
Copy link
Contributor

* Resolves: #42637

Summary

Changes span to a link element, similar to how the above information button is like within the page!

🏚️ Before 🏡 After
image firefox_FTHm29rZl5

Checklist

@emoral435
Copy link
Contributor Author

/backport to stable28

@@ -85,7 +85,7 @@
</template>
<template v-else>
{{ t('updatenotification', 'Your version is up to date.') }}
<span :title="lastCheckedOnString" :aria-label="lastCheckedOnString" class="icon-info svg" />
<a :title="lastCheckedOnString" :aria-label="lastCheckedOnString" href="https://nextcloud.com/changelog/" class="icon-info details"></a>
Copy link
Contributor

@ShGKme ShGKme Jan 12, 2024

Choose a reason for hiding this comment

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

I think, it should be target="_blank", same as the second one is

Copy link
Contributor

@JuliaKirschenheuter JuliaKirschenheuter left a comment

Choose a reason for hiding this comment

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

Could you please add aria-label to all links for following pages:
Screenshot from 2024-01-15 17-16-31

  • settings/user/sharing - aria-label
  • settings/user/workflow
  • settings/admin/overview
  • settings/admin
  • settings/admin/sharing
  • settings/admin/security
  • settings/admin/theming
  • settings/admin/groupware
  • settings/admin/admindelegation
  • settings/admin/workflow

@emoral435 emoral435 force-pushed the fix/updatenotification/42637/move-title-and-aria-label-to-interactive-element branch from 7ad8387 to a671c51 Compare January 16, 2024 18:32
@emoral435
Copy link
Contributor Author

Because some of those issues need changes from other libraries, im splitting this issue into another issue @JuliaKirschenheuter , but I will still work on it right now :) all this needs now is a re-review !

@Pytal Pytal added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jan 16, 2024
@Pytal Pytal merged commit 23a7f8c into master Jan 16, 2024
42 checks passed
@Pytal Pytal deleted the fix/updatenotification/42637/move-title-and-aria-label-to-interactive-element branch January 16, 2024 21:12
@backportbot-nextcloud
Copy link

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b fix/foo-stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable28

Error: Unknown error

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish accessibility backport-request enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BITV]: Move title and aria-label to interactive element
4 participants