mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 06:28:14 +00:00
✨ Redesign my penpot to my files
This commit is contained in:
parent
ac31edab14
commit
3e2826de9e
1
frontend/resources/images/icons/logo-files.svg
Normal file
1
frontend/resources/images/icons/logo-files.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg width="24" xmlns="http://www.w3.org/2000/svg" height="24" id="screenshot-5de0120c-6b0f-8021-8008-386c29a8479c" viewBox="0 0 24 24" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1"><g id="shape-5de0120c-6b0f-8021-8008-386c29a8479c" width="21" height="21" rx="0" ry="0" style="fill: rgb(0, 0, 0);"><g id="shape-5de0120c-6b0f-8021-8008-386c29a8479d" style="display: none;"><g class="fills" id="fills-5de0120c-6b0f-8021-8008-386c29a8479d"><rect width="24" height="24" x="0" transform="matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)" style="fill: rgb(143, 157, 163); fill-opacity: 1;" ry="0" fill="none" rx="0" y="0"/></g></g><g id="shape-5de0120c-6b0f-8021-8008-386c29a8479e" rx="0" ry="0"><g id="shape-5de0120c-6b0f-8021-8008-386c29a8479f"><g class="fills" id="fills-5de0120c-6b0f-8021-8008-386c29a8479f"><path d="M15.999859809875488,16.287622451782227L15.999859809875488,3.8000736236572266L14.559430122375488,3.8000736236572266L14.559430122375488,15.740259170532227L12.529156684875488,15.740259170532227L12.529156684875488,3.8000736236572266L11.484967231750488,3.8000736236572266L11.484967231750488,15.740259170532227L9.440289497375488,15.740259170532227L9.440289497375488,3.8000736236572266L7.99985933303833,3.8000736236572266L7.99985933303833,16.287622451782227L11.999859809875488,22.000024795532227L15.999859809875488,16.287622451782227L15.999859809875488,16.287622451782227M11.307476997375488,18.838403701782227L9.845562934875488,16.784692764282227L14.154889106750488,16.784692764282227L12.677838325500488,18.838403701782227L11.307476997375488,18.838403701782227L11.307476997375488,18.838403701782227" style="fill: rgb(143, 157, 163); fill-opacity: 1;"/></g></g><g id="shape-5de0120c-6b0f-8021-8008-386c29a847a0"><g class="fills" id="fills-5de0120c-6b0f-8021-8008-386c29a847a0"><rect rx="0.9999999999995453" ry="0.9999999999995453" x="7.998480615604876" y="2.800000000000182" transform="matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)" width="8" height="1.9999999999990905" style="fill: rgb(143, 157, 163); fill-opacity: 1;"/></g></g></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@ -407,9 +407,9 @@
|
||||
[:> dropdown-menu-item* {:on-click on-team-click
|
||||
:data-value default-team-id
|
||||
:class (stl/css :team-dropdown-item)}
|
||||
[:span {:class (stl/css :penpot-icon)} deprecated-icon/logo-icon]
|
||||
[:span {:class (stl/css :penpot-icon)} (if (contains? cf/flags :nitrate) deprecated-icon/logo-files deprecated-icon/logo-icon)]
|
||||
|
||||
[:span {:class (stl/css :team-text)} (tr "dashboard.your-penpot")]
|
||||
[:span {:class (stl/css :team-text)} (if (contains? cf/flags :nitrate) (tr "dashboard.my-files") (tr "dashboard.your-penpot"))]
|
||||
(when (= default-team-id (:id team))
|
||||
tick-icon)]
|
||||
|
||||
@ -901,8 +901,8 @@
|
||||
(cond
|
||||
is-default?
|
||||
[:div {:class (stl/css :team-name)}
|
||||
[:span {:class (stl/css :penpot-icon)} deprecated-icon/logo-icon]
|
||||
[:span {:class (stl/css :team-text)} (tr "dashboard.default-team-name")]]
|
||||
[:span {:class (stl/css :penpot-icon)} (if nitrate? deprecated-icon/logo-files deprecated-icon/logo-icon)]
|
||||
[:span {:class (stl/css :team-text)} (if nitrate? (tr "dashboard.my-files") (tr "dashboard.default-team-name"))]]
|
||||
|
||||
(and (contains? cf/flags :subscriptions)
|
||||
(not is-default?)
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
(def ^:icon logo (icon-xref :penpot-logo))
|
||||
(def ^:icon logo-icon (icon-xref :penpot-logo-icon))
|
||||
(def ^:icon logo-error-screen (icon-xref :logo-error-screen))
|
||||
(def ^:icon logo-files (icon-xref :logo-files))
|
||||
(def ^:icon logo-subscription (icon-xref :logo-subscription))
|
||||
(def ^:icon logo-subscription-light (icon-xref :logo-subscription-light))
|
||||
(def ^:icon nitrate-welcome (icon-xref :nitrate-welcome))
|
||||
|
||||
@ -1422,6 +1422,9 @@ msgstr "Your name"
|
||||
msgid "dashboard.your-penpot"
|
||||
msgstr "Your Penpot"
|
||||
|
||||
msgid "dashboard.my-files"
|
||||
msgstr "My Files"
|
||||
|
||||
#: src/app/main/ui/alert.cljs:36
|
||||
msgid "ds.alert-ok"
|
||||
msgstr "Ok"
|
||||
|
||||
@ -1433,6 +1433,9 @@ msgstr "Tu nombre"
|
||||
msgid "dashboard.your-penpot"
|
||||
msgstr "Tu Penpot"
|
||||
|
||||
msgid "dashboard.my-files"
|
||||
msgstr "Mis Archivos"
|
||||
|
||||
#: src/app/main/ui/alert.cljs:36
|
||||
msgid "ds.alert-ok"
|
||||
msgstr "Ok"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user