-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add current status in navbar #29210
Add current status in navbar #29210
Conversation
da53431
to
c551db0
Compare
c551db0
to
282bec1
Compare
/compile amend / |
Tooltip seems to not live update? Should subscribe to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! :) One thing: We can go without the tooltip on hover/focus because when you click the avatar, you see the full status in the menu anyway.
282bec1
to
c896ddc
Compare
/compile amend / |
I just removed the tooltip completely, since as the comment from Jan point out we get the same info when clicking on the menu :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c896ddc
to
58e450e
Compare
/compile amend / |
58e450e
to
3e53b9d
Compare
3e53b9d
to
0e0f2a0
Compare
0e0f2a0
to
c222467
Compare
c222467
to
0e0f2a0
Compare
0e0f2a0
to
50c77e0
Compare
a1d5a0e
to
fcf50ac
Compare
/compile amend / |
fcf50ac
to
8d0890c
Compare
8d0890c
to
48a3a95
Compare
/compile amend / |
48a3a95
to
6510477
Compare
/compile amend / |
6510477
to
749a3ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some concerns about escaping in the PHP template
749a3ca
to
a1522f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good 👍
Tests fails |
Test failure is not unrelated: ldap server disconnected. I'm going to squash the commits and then merge this with admin right (ci is really too slow currently) |
This ports the code to vue and if the user_status app is disabled this goes back to the previous behavior. The Avatar vue components detects changes of the status automatically. Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Joas Schilling <coding@schilljs.com>
370c188
to
134167e
Compare
This ports the code to Vue and if the user_status app is disabled this
goes back to the previous behavior.
The Avatar vue component detects changes of the status automatically.
Signed-off-by: Carl Schwan carl@carlschwan.eu