1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00

61 Commits

Author SHA1 Message Date
R. Leloup
09db94df12
Fix unreadable messages with dark theme (#317)
Fix dark theme support (https://github.com/nextcloud/ocsms/issues/297)

Signed-off-by: Regiloup <regis.leloup@colombbus.org>
2020-05-01 14:18:58 +02:00
Greg Ross
be8824b889 Add anchorme() support. (#262)
This will "linkify" text inside of messages with anchor tags so they are clickable.
2018-12-10 20:48:18 +01:00
Greg Ross
967a60b4c3 Add local support for twemoji.
Adds twemoji support, with the twemoji library and graphics hosted on the local NextCloud install.
2018-12-10 16:22:02 +01:00
Loic Blot
95749f6d20
Fix remaining CSS issues 2018-11-11 12:07:47 +01:00
Loic Blot
eb383cbee9
app-navigation padding is useless 2018-11-10 23:34:46 +01:00
Loic Blot
712274b52e
Various CSS fixes 2018-11-10 22:47:57 +01:00
Loic Blot
6152b22596
Reorganize the view 2018-11-10 19:05:18 +01:00
Loic Blot
3efb879496
more css flex fixes 2018-11-10 18:52:03 +01:00
Loic Blot
4b01d11016
Use flex to display the view properly 2018-11-10 18:40:00 +01:00
Loic Blot
39d46e2aeb
Add a min-width to app-mailbox-peers 2018-11-10 17:42:07 +01:00
Loic Blot
9244fa41f4
Fix conversation width + drop owncloud support
Also increase nextcloud version support
2018-11-10 16:17:01 +01:00
Greg Ross
fb7a77d23c Fix width of message container
The app container wrapper inherits a 100% width from  nextcloud which forces all messages to the bottom of the page below the contacts/settings panel.  Override this so they show correctly.
2018-09-20 09:38:48 +02:00
Loic Blot
40aa908f2e Modal style 2018-09-08 11:40:44 +02:00
Loic Blot
38235b1a60 Add a generic modal to wipe data properly 2018-09-08 11:40:44 +02:00
Loic Blot
f034644459 Add a button to wipe all messages 2018-09-08 11:40:44 +02:00
Loic Blot
78b5c0f915 Conversation header is now properly rendered 2018-09-08 00:04:49 +02:00
Loic Blot
ffdb597b1e Contactlist should be ready now 2018-09-08 00:04:49 +02:00
Greg Ross
76d4a9ad1c Add ng-cloak support. (#256)
* Add ng-cloak support.

So that the template items aren't displayed until they are required.

* Additional ng-cloak class.
2018-07-10 08:32:44 +02:00
Greg Ross
3786ef6b05 Align the button and checkbox in the settings menu (#257)
* Align the button and checkbox in the settings menu

* Also set the pointer type.

As an input field is used, the default cursor will be the caret, it should be the pointer instead as it's really a checkbox.
2018-07-09 20:47:44 +02:00
Greg Ross
a51a2bb9c7 Fix two issues with very narrow displays. (#255)
First a contact that uses just the first initial would become "squished" instead of being round.
Second the "Please choose a conversation on the left menu" text would overlap itself if it wrapped around to a second line.
2018-07-09 20:47:30 +02:00
Greg Ross
22fb30a587 Set the settings container to the contacts width. (#253) 2018-07-02 08:33:27 +02:00
Greg Ross
abad21c131 Fix settings size (#249)
* Fix the overflow of the settings area on smaller displays

* Provide settings text to be consistant with other NextCloud apps.
2018-07-01 11:10:13 +02:00
Greg Ross
e6b5440e16 Convert the caller info to a sticky header (#246)
* Convert the caller info to a sticky header

* Add webkit-sticky property.

* Converted spaces to tab.

* Fix converstation window height and margin.

WIth the sticky header we no longer need to set a margin and the height should be auto for short conversation.
2018-06-30 23:12:36 +02:00
Greg Ross
33e5f5926d Force the messages container to full width (#247) 2018-06-30 10:26:22 +02:00
Loic Blot
e7d36de35d
Fix #app-content-header 2017-12-28 20:37:30 +01:00
Loic Blot
2c2f090f13
WIP: Permit to resize contact list 2017-12-28 19:35:59 +01:00
Niedermann IT-Dienstleistungen
588cecafa9 Some style changes (header, colors, ...) (#136)
* - Invert header colors for better readability
- Increase size of header image and adjust layout
- Change font-color of sent date to grey because it is not as important as the content (with darker grey on hover)
- Use same opacity of delete button as in contacts app (hover: opacity: 1)

* Remove unnecessairy margin-right

* Use flex-box in header and adjust more to other apps
2016-12-15 21:02:40 +01:00
Stefan Niedermann
07dafcd2aa Style messages more modern (#134) 2016-12-15 13:38:58 +01:00
Stefan Niedermann
9a08cfb5b5 Fix #130 Use loading spinner from core 2016-12-15 10:41:08 +01:00
Stefan Niedermann
f86f0fabdf Fix left navigation layout 2016-12-15 09:14:21 +01:00
Loic Blot
010acd7adc Conversation header CSS fix & unicity fixes for unread messages & peerlist last messages
Note: for unread message count we need one more fix
2016-09-22 23:06:22 +02:00
Loic Blot
4a8562642b Implement conversation CSS loader when loading contact conversation (not on refresh) 2016-09-22 22:44:13 +02:00
Loic Blot
6fbf9f690c Factorize some CSS parts & bigger avatar in conversations 2016-05-20 08:48:36 +02:00
Loic Blot
5ac76af636 Fix contact actions floating 2016-05-20 08:44:15 +02:00
Loic Blot
45ece5e7d4 CSS: Little mobile fix + contact header alignment 2016-05-19 23:53:25 +02:00
Loic Blot
74bbb03993 Implement colors in conversation header + show the avatar 2016-05-19 23:39:09 +02:00
Loic Blot
1137168e1f We should display ocsms-conversation-removal everytime 2016-05-19 23:04:31 +02:00
Loic Blot
74c365f1f7 set the correct cursor on peer hover and try to fix contact photo when existing photo 2016-05-19 22:11:01 +02:00
Loic Blot
7a4f37f585 Little CSS enhancement and bind peer ng-click on li, not a 2016-05-19 22:07:37 +02:00
Loic Blot
42272c9164 CSS fix + preparation for the new peers photos 2016-05-19 21:51:54 +02:00
Loic Blot
ad110a9837 CSS style fix 2016-05-19 21:41:39 +02:00
Loic Blot
7fed10a26c Message limit & other improvements
* Implement message limit permitting to limit number of message shown when loading a conversation
* Reformat message date properly using angular JS instead of our own date parser
* replace /get/country call with /get/settings to retrieve all settings

This fixes issue #90
2016-01-30 22:47:34 +01:00
Loic Blot
d8ecc06314 Add basic route , method and icon for removing single message 2015-06-25 18:17:59 +00:00
Loic Blot
a83c494d47 Add basic icon to delete conversation 2015-06-23 17:58:44 +00:00
Marcos
e183c9f478 Fixed scroll issue
Fixes #77

It seems to be inherited from some external css (apps.css)
2015-06-09 11:22:34 +00:00
Loic Blot
4987f93969 Add setting button for lang 2015-01-06 16:28:21 +00:00
Loic Blot
f03425c851 Fix hover and add margin to contact photo 2014-12-29 12:21:48 +00:00
Loic Blot
da5447a51b Add contact photos into peerlist
Add some support into controller
2014-12-29 11:31:12 +00:00
Loic Blot
c59c1fc17e Fix margin for conversation content 2014-10-23 08:17:24 +00:00
Loic Blot
4420139285 Prepare a container for message count 2014-10-13 17:58:15 +02:00