mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 00:28:20 -05:00
🐛 Fix invalid link on workspace header (presence component).
This commit is contained in:
parent
376d0663c2
commit
41d05d6de0
3 changed files with 2 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
||||||
- Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820).
|
- Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820).
|
||||||
- Fix tooltip position on view application [Taiga 1819](https://tree.taiga.io/project/penpot/issue/1819).
|
- Fix tooltip position on view application [Taiga 1819](https://tree.taiga.io/project/penpot/issue/1819).
|
||||||
- Fix dashboard navigation on moving file to other team [Taiga 1817](https://tree.taiga.io/project/penpot/issue/1817).
|
- Fix dashboard navigation on moving file to other team [Taiga 1817](https://tree.taiga.io/project/penpot/issue/1817).
|
||||||
|
- Fix workspace header presence styles and invalid link [Taiga 1813](https://tree.taiga.io/project/penpot/issue/1813).
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
|
|
|
@ -179,7 +179,6 @@
|
||||||
|
|
||||||
.active-users {
|
.active-users {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,7 @@
|
||||||
(mf/defc session-widget
|
(mf/defc session-widget
|
||||||
[{:keys [session self? profile] :as props}]
|
[{:keys [session self? profile] :as props}]
|
||||||
[:li.tooltip.tooltip-bottom
|
[:li.tooltip.tooltip-bottom
|
||||||
{:alt (:fullname profile)
|
{:alt (:fullname profile)}
|
||||||
:on-click (when self? (st/emitf (rt/navigate :settings/profile)))}
|
|
||||||
[:img {:style {:border-color (:color session)}
|
[:img {:style {:border-color (:color session)}
|
||||||
:src (cfg/resolve-profile-photo-url profile)}]])
|
:src (cfg/resolve-profile-photo-url profile)}]])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue