Joas Schilling
629f566b57
More size fixing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
Marco Ambrosini
2950405d9e
Fix mentions layout
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 11:37:10 +02:00
Joas Schilling
039c67dcd9
Ellipsis long status messages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
Joas Schilling
1c8004f5f4
Add a description to the admin settings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25 08:47:09 +02:00
Joas Schilling
e844d64309
Load all icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17 14:44:36 +02:00
Joas Schilling
7f3ac0d441
Fix status styling on active element on mentions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-05 19:27:34 +02:00
Joas Schilling
f89c938663
Conversations in Unified Search
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03 15:43:37 +02:00
Joas Schilling
3b13db8a52
… menu icon in app navigation is white when in a call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26 14:51:12 +02:00
Joas Schilling
e9b5e47192
Add drop shadow again on icons in the topbar too
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 14:00:04 +02:00
Joas Schilling
d9871d37ff
Make the fullscreen icon not forced white anymore
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 20:00:25 +02:00
Joas Schilling
704637c849
Fix three dot color when in a call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 19:32:57 +02:00
Joas Schilling
893e6bed04
Fix stylelint
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 18:05:31 +02:00
Joas Schilling
7ee60c13f3
Make the app-navigation-toggle forced white when in-call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 16:47:18 +02:00
Joas Schilling
61597ed04c
Fix the icons to right path and always white
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 16:47:16 +02:00
Marco Ambrosini
3472ffd526
Add icons
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-08 16:46:17 +02:00
Joas Schilling
6ddb58f2da
Fix the icon colors for dark mode and normal mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-04 16:27:20 +02:00
Marco Ambrosini
18cf1d2557
Add promoted view icon
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-04-21 12:18:20 +02:00
Joas Schilling
64a2fb3301
Fix broken conversation icons and CSS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 08:41:19 +02:00
Marco Ambrosini
983d0ccb5b
Make icon-search visible again
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-25 10:47:59 +01:00
Marco Ambrosini
833fdbbd7f
Fix search icon
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-24 10:16:37 +01:00
Joas Schilling
8c17fb90ac
Add an icon to the call button to draw more attention
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-20 14:12:34 +01:00
Joas Schilling
024486aee8
Fix icon in dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-18 06:54:00 +01:00
Joas Schilling
179f55f440
Add "Go to file" link to conversation info
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-17 16:30:07 +01:00
Joas Schilling
d05bb8886c
Bring back the fullscreen option
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-11 10:21:14 +01:00
Joas Schilling
9aee8d7747
Add a red camera icon for conversations with an ongoing call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-07 15:55:26 +01:00
Joas Schilling
e1a3e53ae6
Require confirmation before deleting a conversation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-24 10:26:05 +01:00
Daniel Calviño Sánchez
9bd4bce248
Fix icons in chat tab of Files app
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16 18:33:39 +01:00
Daniel Calviño Sánchez
be8f2d6eed
Replace dummy sidebar contents with CallView and ChatView
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16 18:33:39 +01:00
Daniel Calviño Sánchez
aae3c5be24
Add dummy Talk sidebar to public share page
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16 18:33:38 +01:00
Daniel Calviño Sánchez
2663cd0807
Fix autocompletion of mentions in public share auth page
...
The autocompletion panel is reparented to the body element and placed
using an absolute position. However, as the body element used a flex
layout the absolute position of the panel was ignored. Therefore now all
the body elements are wrapped in another div element, which becomes the
flex element and acts like the body element, so the real body element is
no longer flex and reparenting the autocompletion panel to it then works
as expected.
Besides that the CSS for the autocompletion panel were not included in
public share auth pages.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16 14:50:49 +01:00
Joas Schilling
2079a6560b
Merge pull request #2744 from nextcloud/bugfix/noid/remove-unused-css
...
Remove more unused css
2020-01-14 22:10:32 +01:00
Joas Schilling
8dd807b68c
Merge pull request #2732 from nextcloud/bugfix/2688/add-ability-to-password-protect-conversations
...
Password protect group conversations
2020-01-14 22:02:09 +01:00
Joas Schilling
018be5f8cf
Remove more unused css
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-14 19:10:20 +01:00
Joas Schilling
02c35b1cc7
Use CSS and JS from the server so the auth page is automatically fixed
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-14 19:09:27 +01:00
Daniel Calviño Sánchez
16562abd5a
Replace dummy sidebar contents with CallView and ChatView
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-14 19:06:24 +01:00
Daniel Calviño Sánchez
833d96a8f5
Add dummy Talk sidebar to public share auth page
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-14 19:06:24 +01:00
Joas Schilling
c7768bab9b
Fix colors of icons in the modal
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-13 17:35:54 +01:00
Joas Schilling
ba5df362cd
Merge pull request #2711 from nextcloud/bugfix/noid/remove-unused-scss-files
...
Remove unused SCSS files
2020-01-13 15:34:08 +01:00
Joas Schilling
0d006641c2
Merge pull request #2669 from nextcloud/add-call-view-to-sidebar-in-files-app
...
Add call view to sidebar in Files app
2020-01-10 10:31:06 +01:00
Joas Schilling
a9423b40c5
Remove unused SCSS files
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-10 09:34:37 +01:00
Joas Schilling
c5619be74e
Increase the max height of the mention suggestion to 4.5 mentions instead of 3
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-10 09:26:11 +01:00
Joas Schilling
60acb45a33
Override more colors with theming and dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-10 09:16:55 +01:00
Daniel Calviño Sánchez
a1d02c2f3e
Override conflicting rules from comments tab in Files app
...
Although the CSS rules for the candidate mentions of Talk no longer
mess with other elements, some too broad rules of other elements still
mess with the candidate mentions of Talk, so they need to be explicitly
overriden.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-10 06:29:46 +01:00
Daniel Calviño Sánchez
e27cfb5cee
Move dark theme fixes for the autocompletion panel to At.scss
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-10 06:23:32 +01:00
Daniel Calviño Sánchez
1bbc90d77b
Replace default vue-at style sheet with a wrapped version
...
The wrapped version roots all the rules of the default style sheet on
".talk.candidate-mentions", so the rules affect only the candidate
mentions of Talk. Otherwise, as the default rules are too broad (as they
use just ".atwho-XXX") they could mess with the autocompletion of other
elements (like the comments tab in the Files app).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-10 06:22:51 +01:00
Daniel Calviño Sánchez
1459983a5f
Replace placeholder with actual call view
...
As the call view has a black background the close button of the sidebar
is forced to white during calls to make it visible.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-10 04:02:37 +01:00
Joas Schilling
003207b68e
Dark theme fixes for vue-at
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-09 21:34:10 +01:00
Daniel Calviño Sánchez
c1fc2a123e
Show avatars for candidate mentions in the autocompletion panel
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-09 20:19:18 +01:00
Daniel Calviño Sánchez
5f3f714d0c
Show mentions to guests using a UserBubble
...
The UserBubble component currently does not provide a way to set an
arbitrary letter on the avatar, only the first letter of the display
name or an icon. Therefore, for the time being, a user icon is used for
the avatar instead of the "?" character.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-09 14:38:50 +01:00
Daniel Calviño Sánchez
d7cc4f3510
Show mentions to all using a UserBubble
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-09 14:38:50 +01:00