-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch action_suffix to visually_hidden_action_suffix
Having deliberated a bit over naming I think this is best. Originally it was `card_title` but I think it's misleading because it doesn't actually set a card's title, and `card_title: "xyz"` looks quite similar to `card: { title: "xyz" }`, but they do totally different things. This name is an improvement over `action_suffix` because it tells the dev that it's visually hidden and comes after the action. It's inkeeping with other visually hidden params like `visually_hidden_text` too.
- Loading branch information
1 parent
0e87796
commit 7f3d526
Showing
4 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
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
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