Improved insights icon
This commit is contained in:
@@ -20,7 +20,7 @@ import {
|
|||||||
ArchiveIcon,
|
ArchiveIcon,
|
||||||
ShuffleIcon,
|
ShuffleIcon,
|
||||||
HistoryIcon,
|
HistoryIcon,
|
||||||
LightBulbIcon,
|
GraphIcon,
|
||||||
UnpublishIcon,
|
UnpublishIcon,
|
||||||
PublishIcon,
|
PublishIcon,
|
||||||
CommentIcon,
|
CommentIcon,
|
||||||
@@ -900,7 +900,7 @@ export const openDocumentInsights = createAction({
|
|||||||
name: ({ t }) => t("Insights"),
|
name: ({ t }) => t("Insights"),
|
||||||
analyticsName: "Open document insights",
|
analyticsName: "Open document insights",
|
||||||
section: DocumentSection,
|
section: DocumentSection,
|
||||||
icon: <LightBulbIcon />,
|
icon: <GraphIcon />,
|
||||||
visible: ({ activeDocumentId, stores }) => {
|
visible: ({ activeDocumentId, stores }) => {
|
||||||
const can = stores.policies.abilities(activeDocumentId ?? "");
|
const can = stores.policies.abilities(activeDocumentId ?? "");
|
||||||
const document = activeDocumentId
|
const document = activeDocumentId
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
"natural-sort": "^1.0.0",
|
"natural-sort": "^1.0.0",
|
||||||
"node-fetch": "2.7.0",
|
"node-fetch": "2.7.0",
|
||||||
"nodemailer": "^6.9.4",
|
"nodemailer": "^6.9.4",
|
||||||
"outline-icons": "^2.5.0",
|
"outline-icons": "^2.7.0",
|
||||||
"oy-vey": "^0.12.1",
|
"oy-vey": "^0.12.1",
|
||||||
"passport": "^0.6.0",
|
"passport": "^0.6.0",
|
||||||
"passport-google-oauth2": "^0.2.0",
|
"passport-google-oauth2": "^0.2.0",
|
||||||
|
|||||||
@@ -10101,10 +10101,10 @@ os-tmpdir@~1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
||||||
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
|
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
|
||||||
|
|
||||||
outline-icons@^2.5.0:
|
outline-icons@^2.7.0:
|
||||||
version "2.5.0"
|
version "2.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-2.5.0.tgz#ddb6125e3bc560d7bdf9787e9d78df379ed9b541"
|
resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-2.7.0.tgz#aaacbb9ceba9f65f9152e977e14f4eaa28b45a5a"
|
||||||
integrity sha512-ktZEzlkQKCpzrlyxynJl+HFS8M/6RShKVUDnoL2cHIbEbiU+J4KnQBliNMmLProzuljgovOjDa8VXrT/QjK07w==
|
integrity sha512-Q17XgygWwGM1IaRO9Wd99Tk1wBnI01Sx3NktLxUwHZ1SN2RBVRIFUwf2J8ZtFo8pvJdH/BxOlX5L3NBTkcaKSg==
|
||||||
|
|
||||||
oy-vey@^0.12.1:
|
oy-vey@^0.12.1:
|
||||||
version "0.12.1"
|
version "0.12.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user