Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3401 +/- ##
==========================================
+ Coverage 1.82% 2.07% +0.24%
==========================================
Files 112 89 -23
Lines 6072 5356 -716
Branches 1480 1499 +19
==========================================
Hits 111 111
+ Misses 5845 5127 -718
- Partials 116 118 +2
☔ View full report in Codecov by Sentry. |
314b8bc to
cfb0019
Compare
lib/Controller/PageController.php
Outdated
| $talkVersion = $this->appManager->getAppVersion('spreed'); | ||
| $isTalkEnabled = $this->appManager->isEnabledForUser('spreed') === true; | ||
|
|
||
| $isTalkVersionCompatible = $this->compareVersion->isCompatible($talkVersion ? $talkVersion : '0.0.0', 15); |
There was a problem hiding this comment.
is 15 arbitrary or did the talk links not work before that?
There was a problem hiding this comment.
no its not arbitrary, i quickly checked releases and i didnt see backports on 14th i think, but i will ask Marco or Joas for a clear answer
There was a problem hiding this comment.
the feature was added with nextcloud/spreed#300, so v2
|
i cannot see this in my logs. I see that the icons dont have background color, are you sure you have the latest changes? |
|
I added a fixup with the access logic to the profileURL |
thank you Johannes, i will have a look asap |
6b84623 to
6d3470b
Compare
st3iny
left a comment
There was a problem hiding this comment.
I tested it briefly. Design still needs some work as the buttons are aligned incorrectly.
There was a problem hiding this comment.
Follow up:
- ### Empty email addresses are not filtered
Note: The contact has empty email address fields. This is not common in practice but still looks weird.
- ### Quick actions take a lot of horizontal space and don't wrap
Might not be related and can be fixed later.
-
### Clicking the talk button does nothingFixed
There is no error in the console.
st3iny
left a comment
There was a problem hiding this comment.
Tested and works. The design needs some attention in a followup.
Signed-off-by: greta <[email protected]>
e3598e1 to
30b1360
Compare




fixes #3365