-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from andrejilderda/fix/phosphor-icons-not-sho…
…wing Fix: phosphor icons not showing
- Loading branch information
Showing
11 changed files
with
99 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"joplin-plugin-macos-theme": patch | ||
--- | ||
|
||
fix: Phosphor icons not showing |
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,5 @@ | ||
--- | ||
"joplin-plugin-macos-theme": patch | ||
--- | ||
|
||
fix: show correct icon for tags in sidebar |
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,5 @@ | ||
--- | ||
"joplin-plugin-macos-theme": patch | ||
--- | ||
|
||
feat: add missing icons for certain sort options |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,63 @@ | ||
const phosphorIcons = { | ||
alarm: "", | ||
"arrow-triangle-2-circlepath": "", | ||
"arrow-down-circle-fill": "", | ||
"arrow-up-circle-fill": "", | ||
"arrow-up-forward-app": "", | ||
"arrow-up-right-square-fill": "", | ||
bold: "", | ||
calendar: "", | ||
character: "", | ||
"checkmark-circle": "", | ||
checkmark: "", | ||
"chevron-backward": "", | ||
"chevron-down": "", | ||
"chevron-forward": "", | ||
"chevron-left-slash-chevron-right": "", | ||
"chevron-right": "", | ||
"chevron-up-chevron-down": "", | ||
"chevron-up": "", | ||
clock: "", | ||
curlybraces: "", | ||
"doc-on-clipboard": "", | ||
"doc-richtext": "", | ||
ellipsis: "", | ||
folder: "", | ||
highlighter: "", | ||
"info-circle": "", | ||
italic: "", | ||
link: "", | ||
"link-circle": "", | ||
"list-bullet-indent": "", | ||
"list-bullet-rectangle": "", | ||
"list-bullet": "", | ||
"list-number": "", | ||
magnifyingglass: "", | ||
minus: "", | ||
paperclip: "", | ||
person: "", | ||
"person-2": "", | ||
"plus-circle": "", | ||
"sidebar-left": "", | ||
"square-and-arrow-down": "", | ||
"square-and-pencil": "", | ||
"square-split-2x1": "", | ||
strikethrough: "", | ||
"tablecells-badge-ellipsis": "", | ||
tag: "", | ||
alarm: "", | ||
"arrow-triangle-2-circlepath": "", | ||
"arrow-down-circle-fill": "", | ||
"arrow-up-arrow-down": "", | ||
"arrow-up-circle-fill": "", | ||
"arrow-up-forward-app": "", | ||
"arrow-up-right-square-fill": "", | ||
bold: "", | ||
calendar: "", | ||
character: "", | ||
checkmark: "", | ||
"checkmark-circle": "", | ||
// same as checkmark-circle | ||
"checkmark-diamond": "", | ||
"checkmark-square": "", | ||
"chevron-backward": "", | ||
"chevron-down": "", | ||
"chevron-forward": "", | ||
"chevron-left-slash-chevron-right": "", | ||
"chevron-right": "", | ||
"chevron-up-chevron-down": "", | ||
"chevron-up": "", | ||
clock: "", | ||
curlybraces: "", | ||
"doc-on-clipboard": "", | ||
"doc-richtext": "", | ||
ellipsis: "", | ||
folder: "", | ||
highlighter: "", | ||
"info-circle": "", | ||
italic: "", | ||
link: "", | ||
"link-circle": "", | ||
"list-bullet-indent": "", | ||
"list-bullet-rectangle": "", | ||
"list-bullet": "", | ||
"list-number": "", | ||
magnifyingglass: "", | ||
minus: "", | ||
paperclip: "", | ||
"person-2": "", | ||
"plus-circle": "", | ||
"sidebar-left": "", | ||
"square-and-arrow-down": "", | ||
"square-and-pencil": "", | ||
"square-split-2x1": "", | ||
strikethrough: "", | ||
"tablecells-badge-ellipsis": "", | ||
tag: "", | ||
trash: "", | ||
"text-badge-checkmark": "", | ||
"text-below-photo": "", | ||
"text-quote": "", | ||
"textformat-abc-dottedunderline": "", | ||
"textformat-subscript": "", | ||
"textformat-superscript": "", | ||
underline: "", | ||
"xmark-circle-fill": "", | ||
xmark: "", | ||
"text-badge-checkmark": "", | ||
"text-below-photo": "", | ||
"text-quote": "", | ||
"textformat-abc-dottedunderline": "", | ||
"textformat-subscript": "", | ||
"textformat-superscript": "", | ||
underline: "", | ||
"xmark-circle-fill": "", | ||
xmark: "", | ||
}; | ||
|
||
export default phosphorIcons; |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.