-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unique IDs in people shares sidebar & outline button in batch actions
- Loading branch information
1 parent
a1fbd67
commit 612c523
Showing
7 changed files
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bugfix: Make sure IDs in HTML are unique | ||
|
||
Quick action button IDs were repeated in every row of the file table, | ||
which isn't allowed in HTML (IDs must be unique per document). | ||
By changing to classes, this offense was resolved. | ||
|
||
The same goes for IDs in the people shares part of the sidebar where IDs | ||
are now appended with the share ID, which is necessary since they need to be | ||
both unique and referenced by ID for accessibility reasons. | ||
|
||
https://github.com/owncloud/web/pull/5028 | ||
https://github.com/owncloud/web/pull/5147 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Enhancement: Button appearance | ||
|
||
Changed the appearance of the "accept/decline share" buttons in the "Shared With Me" file list | ||
so they actually look like buttons. | ||
|
||
Also changed the "Clear selection" button in the files table batch actions | ||
from `raw` to `outline` appearance. | ||
|
||
https://github.com/owncloud/web/pull/5053 | ||
https://github.com/owncloud/web/pull/5147 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters