Re: OM design

2020-03-02 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-2177

On Fri, 28 Feb 2020 at 21:51, Peter Dähn  wrote:
>
> TOP! ;-)
>
> Am 28.02.20 um 15:49 schrieb Maxim Solodovnik:
> > Yep, tests were also failed
> > will try to fix it ASAP
> >
> > On Fri, 28 Feb 2020 at 21:42, Peter Dähn  wrote:
> >> Hi Maxim,
> >>
> >> import of backup taken from former installation (5.0.x M4) fails... DB
> >> is postgres.
> >>
> >> OAuth2 servers import complete, starting user import
> >> ERROR 02-28 15:36:48.768 o.a.o.cli.Admin:571 [main] - Unexpected error
> >> org.apache.openmeetings.backup.BackupException:
> >> org.simpleframework.xml.core.InstantiationException: Incompatible class
> >> java.util.Date for field 'age' private java.time.LocalDate
> >> org.apache.openmeetings.db.entity.user.User.age at line 14
> >> at
> >> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
> >> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
> >> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
> >> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> >> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
> >> Caused by: org.simpleframework.xml.core.InstantiationException:
> >> Incompatible class java.util.Date for field 'age' private
> >> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
> >> line 14
> >> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
> >> at
> >> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
> >> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
> >> at
> >> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
> >> at
> >> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
> >> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
> >> at
> >> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
> >> at
> >> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
> >> at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
> >> at
> >> org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
> >> at org.simpleframework.xml.core.Composite.read(Composite.java:201)
> >> at org.simpleframework.xml.core.Composite.read(Composite.java:148)
> >> at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
> >> at org.simpleframework.xml.core.Persister.read(Persister.java:625)
> >> at org.simpleframework.xml.core.Persister.read(Persister.java:606)
> >> at org.simpleframework.xml.core.Persister.read(Persister.java:584)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1142)
> >> ... 7 common frames omitted
> >> org.apache.openmeetings.backup.BackupException:
> >> org.simpleframework.xml.core.InstantiationException: Incompatible class
> >> java.util.Date for field 'age' private java.time.LocalDate
> >> org.apache.openmeetings.db.entity.user.User.age at line 14
> >> at
> >> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
> >> at
> >> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
> >> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
> >> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
> >> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> >> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
> >> Caused by: org.simpleframework.xml.core.InstantiationException:
> >> Incompatible class java.util.Date for field 'age' private
> >> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
> >> line 14
> >> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
> >> at
> >> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
> >> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
> >> at
> >> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
> >> at
> >> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
> >> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
> >> at
> >> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
> >> at
> >> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
> >> at 

Re: OM design

2020-02-28 Thread Peter Dähn
TOP! ;-)

Am 28.02.20 um 15:49 schrieb Maxim Solodovnik:
> Yep, tests were also failed
> will try to fix it ASAP
>
> On Fri, 28 Feb 2020 at 21:42, Peter Dähn  wrote:
>> Hi Maxim,
>>
>> import of backup taken from former installation (5.0.x M4) fails... DB
>> is postgres.
>>
>> OAuth2 servers import complete, starting user import
>> ERROR 02-28 15:36:48.768 o.a.o.cli.Admin:571 [main] - Unexpected error
>> org.apache.openmeetings.backup.BackupException:
>> org.simpleframework.xml.core.InstantiationException: Incompatible class
>> java.util.Date for field 'age' private java.time.LocalDate
>> org.apache.openmeetings.db.entity.user.User.age at line 14
>> at
>> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
>> at
>> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
>> at
>> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
>> at
>> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
>> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
>> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
>> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
>> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
>> Caused by: org.simpleframework.xml.core.InstantiationException:
>> Incompatible class java.util.Date for field 'age' private
>> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
>> line 14
>> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
>> at
>> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
>> at
>> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
>> at
>> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
>> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
>> at
>> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
>> at
>> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
>> at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
>> at
>> org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:201)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:148)
>> at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
>> at org.simpleframework.xml.core.Persister.read(Persister.java:625)
>> at org.simpleframework.xml.core.Persister.read(Persister.java:606)
>> at org.simpleframework.xml.core.Persister.read(Persister.java:584)
>> at
>> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1142)
>> ... 7 common frames omitted
>> org.apache.openmeetings.backup.BackupException:
>> org.simpleframework.xml.core.InstantiationException: Incompatible class
>> java.util.Date for field 'age' private java.time.LocalDate
>> org.apache.openmeetings.db.entity.user.User.age at line 14
>> at
>> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
>> at
>> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
>> at
>> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
>> at
>> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
>> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
>> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
>> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
>> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
>> Caused by: org.simpleframework.xml.core.InstantiationException:
>> Incompatible class java.util.Date for field 'age' private
>> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
>> line 14
>> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
>> at
>> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
>> at
>> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
>> at
>> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
>> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
>> at
>> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
>> at
>> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
>> at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
>> at
>> org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:201)
>> at org.simpleframework.xml.core.Composite.read(Composite.java:148)
>>  

Re: OM design

2020-02-28 Thread Maxim Solodovnik
Yep, tests were also failed
will try to fix it ASAP

On Fri, 28 Feb 2020 at 21:42, Peter Dähn  wrote:
>
> Hi Maxim,
>
> import of backup taken from former installation (5.0.x M4) fails... DB
> is postgres.
>
> OAuth2 servers import complete, starting user import
> ERROR 02-28 15:36:48.768 o.a.o.cli.Admin:571 [main] - Unexpected error
> org.apache.openmeetings.backup.BackupException:
> org.simpleframework.xml.core.InstantiationException: Incompatible class
> java.util.Date for field 'age' private java.time.LocalDate
> org.apache.openmeetings.db.entity.user.User.age at line 14
> at
> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
> at
> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
> at
> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
> at
> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
> Caused by: org.simpleframework.xml.core.InstantiationException:
> Incompatible class java.util.Date for field 'age' private
> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
> line 14
> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
> at
> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
> at
> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
> at
> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
> at
> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
> at
> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
> at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
> at
> org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
> at org.simpleframework.xml.core.Composite.read(Composite.java:201)
> at org.simpleframework.xml.core.Composite.read(Composite.java:148)
> at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
> at org.simpleframework.xml.core.Persister.read(Persister.java:625)
> at org.simpleframework.xml.core.Persister.read(Persister.java:606)
> at org.simpleframework.xml.core.Persister.read(Persister.java:584)
> at
> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1142)
> ... 7 common frames omitted
> org.apache.openmeetings.backup.BackupException:
> org.simpleframework.xml.core.InstantiationException: Incompatible class
> java.util.Date for field 'age' private java.time.LocalDate
> org.apache.openmeetings.db.entity.user.User.age at line 14
> at
> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
> at
> org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
> at
> org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
> at
> org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
> at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
> at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
> at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
> Caused by: org.simpleframework.xml.core.InstantiationException:
> Incompatible class java.util.Date for field 'age' private
> java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
> line 14
> at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
> at
> org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
> at org.simpleframework.xml.core.Composite.read(Composite.java:139)
> at
> org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
> at
> org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
> at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
> at
> org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
> at
> org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
> at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
> at
> org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
> at org.simpleframework.xml.core.Composite.read(Composite.java:201)
> at org.simpleframework.xml.core.Composite.read(Composite.java:148)
> at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
> at org.simpleframework.xml.core.Persister.read(Persister.java:625)
> at 

Re: OM design

2020-02-28 Thread Peter Dähn
Hi Maxim,

import of backup taken from former installation (5.0.x M4) fails... DB
is postgres.

OAuth2 servers import complete, starting user import
ERROR 02-28 15:36:48.768 o.a.o.cli.Admin:571 [main] - Unexpected error
org.apache.openmeetings.backup.BackupException:
org.simpleframework.xml.core.InstantiationException: Incompatible class
java.util.Date for field 'age' private java.time.LocalDate
org.apache.openmeetings.db.entity.user.User.age at line 14
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
    at
org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
    at
org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
    at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
    at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
    at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
    at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
Caused by: org.simpleframework.xml.core.InstantiationException:
Incompatible class java.util.Date for field 'age' private
java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
line 14
    at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
    at
org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
    at org.simpleframework.xml.core.Composite.read(Composite.java:139)
    at
org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
    at
org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
    at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
    at
org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
    at
org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
    at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
    at
org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
    at org.simpleframework.xml.core.Composite.read(Composite.java:201)
    at org.simpleframework.xml.core.Composite.read(Composite.java:148)
    at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
    at org.simpleframework.xml.core.Persister.read(Persister.java:625)
    at org.simpleframework.xml.core.Persister.read(Persister.java:606)
    at org.simpleframework.xml.core.Persister.read(Persister.java:584)
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1142)
    ... 7 common frames omitted
org.apache.openmeetings.backup.BackupException:
org.simpleframework.xml.core.InstantiationException: Incompatible class
java.util.Date for field 'age' private java.time.LocalDate
org.apache.openmeetings.db.entity.user.User.age at line 14
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1150)
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1120)
    at
org.apache.openmeetings.backup.BackupImport.importUsers(BackupImport.java:632)
    at
org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:400)
    at org.apache.openmeetings.cli.Admin.processRestore(Admin.java:556)
    at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:341)
    at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
    at org.apache.openmeetings.cli.Admin.main(Admin.java:563)
Caused by: org.simpleframework.xml.core.InstantiationException:
Incompatible class java.util.Date for field 'age' private
java.time.LocalDate org.apache.openmeetings.db.entity.user.User.age at
line 14
    at org.simpleframework.xml.core.Factory.getOverride(Factory.java:147)
    at
org.simpleframework.xml.core.ObjectFactory.getInstance(ObjectFactory.java:63)
    at org.simpleframework.xml.core.Composite.read(Composite.java:139)
    at
org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
    at
org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
    at org.simpleframework.xml.core.Composite.readUnion(Composite.java:549)
    at
org.simpleframework.xml.core.Composite.readElement(Composite.java:532)
    at
org.simpleframework.xml.core.Composite.readElements(Composite.java:445)
    at org.simpleframework.xml.core.Composite.access$400(Composite.java:59)
    at
org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383)
    at org.simpleframework.xml.core.Composite.read(Composite.java:201)
    at org.simpleframework.xml.core.Composite.read(Composite.java:148)
    at org.simpleframework.xml.core.Traverser.read(Traverser.java:92)
    at org.simpleframework.xml.core.Persister.read(Persister.java:625)
    at org.simpleframework.xml.core.Persister.read(Persister.java:606)
    at org.simpleframework.xml.core.Persister.read(Persister.java:584)
    at
org.apache.openmeetings.backup.BackupImport.readList(BackupImport.java:1142)
    ... 7 more

Greetings Peter

Am 28.02.20 um 04:56 schrieb Maxim 

Re: OM design

2020-02-27 Thread Maxim Solodovnik
changes are merged into master
https://om.alteametasoft.com:8443/next/ is updated
"all bridges are burned"

feedback is welcome :))

lots of things can be broken 

On Fri, 14 Feb 2020 at 16:27, Maxim Solodovnik  wrote:
>
> Good to know :)
>
> I still have lots of work to do :)))
> Would appreciate `css-based` contributions (will save lots of time)
>
> On Fri, 14 Feb 2020 at 16:25, Peter Dähn  wrote:
>>
>> I already ask my people here and I think we will give input. But by now
>> everyone is busy in different tasks and I'm back in office for two
>> weeks. I will border the others with this topic...
>>
>> Greetings Peter
>>
>> Am 14.02.20 um 10:09 schrieb Maxim Solodovnik:
>> > My goal is to move to bootstrap
>> > mobile.css most probably will follow
>> > it depends on the incoming ideas :
>> > right now i have no idea what can be hidden and what should remain :(
>> >
>> > On Fri, 14 Feb 2020 at 16:03, Peter Dähn  wrote:
>> >
>> >> Hi Maxim,
>> >>
>> >> took a first look right now. I think you are doing a good job and you
>> >> are on the right track.
>> >>
>> >> By now you are converting everything to bootstrap and specific
>> >> mobile.css will follow. Am I right?
>> >>
>> >> Greetings Peter
>> >>
>> >> Am 14.02.20 um 09:09 schrieb Alvaro:
>> >>> ...Ok. Then the default OM release, would be good if have
>> >>> different icon colors. Will look better and no monotone.
>> >>>
>> >>>
>> >>>
>> >>> ..
>> >>>
>> >>> El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
>>  sure :)
>> 
>>  here is an example
>>  https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
>>  main/webapp/css/raw-tree.css#L105
>> 
>> 
>>  On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:
>> 
>> > ...is it possible in CSS give different colors to
>> > different icons?
>> >
>> >
>> > ..
>> >
>> >
>> >
>> > El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
>> >> right now the icon color is used to display there was conversion
>> >> error
>> >> (color will be danger)
>> >> colors are easily customizable with CSS, so you can suggest
>> >> better
>> >> scheme :)
>> >>
>> >> On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
>> >>
>> >>> ...the icons color, to my understending, must be not all the
>> >>> same.
>> >>> And the icons must have the minimum lines possible, when is
>> >>> more
>> >>> than one icon.
>> >>>
>> >>>
>> >>> 
>> >>>
>> >>>
>> >>> El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
>> >>> escribió:
>>  better to check colors here https://bootswatch.com/sandstone/
>>  #but
>>  tons
>> 
>>  On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik >  ail.
>>  com>
>>  wrote:
>> 
>> > The color can be ajusted:
>> > https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
>> > und-
>> > colo
>> > r
>> > right now `secondary` is used
>> > which would be better?
>> >
>> > On Fri, 14 Feb 2020 at 14:33, Alvaro 
>> > wrote:
>> >
>> >> I like it, it is fresh, but the grey icon colors at
>> >> rooms,
>> >> all
>> >> tem
>> >> with the same color, will do that the eyes will become
>> >> tire
>> >> soon.
>> >>
>> >>
>> >>
>> >> 
>> >>
>> >>
>> >>
>> >> El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
>> >> escribió:
>> >>> Hello All,
>> >>>
>> >>> Bootstrap version was updated https://om.alteametasoft.
>> >>> com:
>> >>> 9443
>> >>> /futur
>> >>> e
>> >>> Will appreciate to get some feedback :))
>> >>>
>> >>> On Mon, 3 Feb 2020 at 17:50, Alvaro > >>> wrote:
>> >>>
>>  I like it. It is more fresh looking.
>> 
>>  The names menu at Conference Room are little,
>>  thinking about devices like snartphones and so
>>  (think so).
>> 
>>  Like it!
>> 
>> 
>> 
>> 
>>  ...
>> 
>> 
>> 
>>  El lun, 03-02-2020 a las 15:17 +0700, Maxim
>>  Solodovnik
>>  escribió:
>> > Hello All,
>> >
>> > I set up new demo: https://om.alteametasoft.com:944
>> > 3/fu
>> > ture
>> > would appreciate if you can check and tell me what
>> > do
>> > you
>> > think
>> >
>> > what is done: sigin-related pages/dialogs were
>> > moved to
>> > bootstrap
>> 

Re: OM design

2020-02-14 Thread Maxim Solodovnik
Good to know :)

I still have lots of work to do :)))
Would appreciate `css-based` contributions (will save lots of time)

On Fri, 14 Feb 2020 at 16:25, Peter Dähn  wrote:

> I already ask my people here and I think we will give input. But by now
> everyone is busy in different tasks and I'm back in office for two
> weeks. I will border the others with this topic...
>
> Greetings Peter
>
> Am 14.02.20 um 10:09 schrieb Maxim Solodovnik:
> > My goal is to move to bootstrap
> > mobile.css most probably will follow
> > it depends on the incoming ideas :
> > right now i have no idea what can be hidden and what should remain :(
> >
> > On Fri, 14 Feb 2020 at 16:03, Peter Dähn  wrote:
> >
> >> Hi Maxim,
> >>
> >> took a first look right now. I think you are doing a good job and you
> >> are on the right track.
> >>
> >> By now you are converting everything to bootstrap and specific
> >> mobile.css will follow. Am I right?
> >>
> >> Greetings Peter
> >>
> >> Am 14.02.20 um 09:09 schrieb Alvaro:
> >>> ...Ok. Then the default OM release, would be good if have
> >>> different icon colors. Will look better and no monotone.
> >>>
> >>>
> >>>
> >>> ..
> >>>
> >>> El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
>  sure :)
> 
>  here is an example
>  https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
>  main/webapp/css/raw-tree.css#L105
> 
> 
>  On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:
> 
> > ...is it possible in CSS give different colors to
> > different icons?
> >
> >
> > ..
> >
> >
> >
> > El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
> >> right now the icon color is used to display there was conversion
> >> error
> >> (color will be danger)
> >> colors are easily customizable with CSS, so you can suggest
> >> better
> >> scheme :)
> >>
> >> On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
> >>
> >>> ...the icons color, to my understending, must be not all the
> >>> same.
> >>> And the icons must have the minimum lines possible, when is
> >>> more
> >>> than one icon.
> >>>
> >>>
> >>> 
> >>>
> >>>
> >>> El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
> >>> escribió:
>  better to check colors here https://bootswatch.com/sandstone/
>  #but
>  tons
> 
>  On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik   ail.
>  com>
>  wrote:
> 
> > The color can be ajusted:
> > https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
> > und-
> > colo
> > r
> > right now `secondary` is used
> > which would be better?
> >
> > On Fri, 14 Feb 2020 at 14:33, Alvaro 
> > wrote:
> >
> >> I like it, it is fresh, but the grey icon colors at
> >> rooms,
> >> all
> >> tem
> >> with the same color, will do that the eyes will become
> >> tire
> >> soon.
> >>
> >>
> >>
> >> 
> >>
> >>
> >>
> >> El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
> >> escribió:
> >>> Hello All,
> >>>
> >>> Bootstrap version was updated https://om.alteametasoft.
> >>> com:
> >>> 9443
> >>> /futur
> >>> e
> >>> Will appreciate to get some feedback :))
> >>>
> >>> On Mon, 3 Feb 2020 at 17:50, Alvaro  >>> wrote:
> >>>
>  I like it. It is more fresh looking.
> 
>  The names menu at Conference Room are little,
>  thinking about devices like snartphones and so
>  (think so).
> 
>  Like it!
> 
> 
> 
> 
>  ...
> 
> 
> 
>  El lun, 03-02-2020 a las 15:17 +0700, Maxim
>  Solodovnik
>  escribió:
> > Hello All,
> >
> > I set up new demo: https://om.alteametasoft.com:944
> > 3/fu
> > ture
> > would appreciate if you can check and tell me what
> > do
> > you
> > think
> >
> > what is done: sigin-related pages/dialogs were
> > moved to
> > bootstrap
> > (signin,
> > register, forget password, etc.)
> > some initial work on moving dashboard
> >
> > will do manuall update of this version from time to
> > time :)
> >
> > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
> >  > gmail.
> > com>
> > 

Re: OM design

2020-02-14 Thread Peter Dähn
I already ask my people here and I think we will give input. But by now
everyone is busy in different tasks and I'm back in office for two
weeks. I will border the others with this topic...

Greetings Peter

Am 14.02.20 um 10:09 schrieb Maxim Solodovnik:
> My goal is to move to bootstrap
> mobile.css most probably will follow
> it depends on the incoming ideas :
> right now i have no idea what can be hidden and what should remain :(
>
> On Fri, 14 Feb 2020 at 16:03, Peter Dähn  wrote:
>
>> Hi Maxim,
>>
>> took a first look right now. I think you are doing a good job and you
>> are on the right track.
>>
>> By now you are converting everything to bootstrap and specific
>> mobile.css will follow. Am I right?
>>
>> Greetings Peter
>>
>> Am 14.02.20 um 09:09 schrieb Alvaro:
>>> ...Ok. Then the default OM release, would be good if have
>>> different icon colors. Will look better and no monotone.
>>>
>>>
>>>
>>> ..
>>>
>>> El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
 sure :)

 here is an example
 https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
 main/webapp/css/raw-tree.css#L105


 On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:

> ...is it possible in CSS give different colors to
> different icons?
>
>
> ..
>
>
>
> El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
>> right now the icon color is used to display there was conversion
>> error
>> (color will be danger)
>> colors are easily customizable with CSS, so you can suggest
>> better
>> scheme :)
>>
>> On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
>>
>>> ...the icons color, to my understending, must be not all the
>>> same.
>>> And the icons must have the minimum lines possible, when is
>>> more
>>> than one icon.
>>>
>>>
>>> 
>>>
>>>
>>> El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
>>> escribió:
 better to check colors here https://bootswatch.com/sandstone/
 #but
 tons

 On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik >>> ail.
 com>
 wrote:

> The color can be ajusted:
> https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
> und-
> colo
> r
> right now `secondary` is used
> which would be better?
>
> On Fri, 14 Feb 2020 at 14:33, Alvaro 
> wrote:
>
>> I like it, it is fresh, but the grey icon colors at
>> rooms,
>> all
>> tem
>> with the same color, will do that the eyes will become
>> tire
>> soon.
>>
>>
>>
>> 
>>
>>
>>
>> El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
>> escribió:
>>> Hello All,
>>>
>>> Bootstrap version was updated https://om.alteametasoft.
>>> com:
>>> 9443
>>> /futur
>>> e
>>> Will appreciate to get some feedback :))
>>>
>>> On Mon, 3 Feb 2020 at 17:50, Alvaro >> wrote:
>>>
 I like it. It is more fresh looking.

 The names menu at Conference Room are little,
 thinking about devices like snartphones and so
 (think so).

 Like it!




 ...



 El lun, 03-02-2020 a las 15:17 +0700, Maxim
 Solodovnik
 escribió:
> Hello All,
>
> I set up new demo: https://om.alteametasoft.com:944
> 3/fu
> ture
> would appreciate if you can check and tell me what
> do
> you
> think
>
> what is done: sigin-related pages/dialogs were
> moved to
> bootstrap
> (signin,
> register, forget password, etc.)
> some initial work on moving dashboard
>
> will do manuall update of this version from time to
> time :)
>
> On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
>  gmail.
> com>
> wrote:
>
>> Mobile version == standard version + special CSS
>> file
>> So yes, it will be open sourced :))
>>
>> BTW today I've checked demo-next and video seems
>> to
>> work
>> in
>> mobile
>> Chrome
>> :)
>>
>> On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
>> > tov@gm
>> ail.

Re: OM design

2020-02-14 Thread Maxim Solodovnik
My goal is to move to bootstrap
mobile.css most probably will follow
it depends on the incoming ideas :
right now i have no idea what can be hidden and what should remain :(

On Fri, 14 Feb 2020 at 16:03, Peter Dähn  wrote:

> Hi Maxim,
>
> took a first look right now. I think you are doing a good job and you
> are on the right track.
>
> By now you are converting everything to bootstrap and specific
> mobile.css will follow. Am I right?
>
> Greetings Peter
>
> Am 14.02.20 um 09:09 schrieb Alvaro:
> > ...Ok. Then the default OM release, would be good if have
> > different icon colors. Will look better and no monotone.
> >
> >
> >
> > ..
> >
> > El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
> >> sure :)
> >>
> >> here is an example
> >> https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
> >> main/webapp/css/raw-tree.css#L105
> >>
> >>
> >> On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:
> >>
> >>> ...is it possible in CSS give different colors to
> >>> different icons?
> >>>
> >>>
> >>> ..
> >>>
> >>>
> >>>
> >>> El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
>  right now the icon color is used to display there was conversion
>  error
>  (color will be danger)
>  colors are easily customizable with CSS, so you can suggest
>  better
>  scheme :)
> 
>  On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
> 
> > ...the icons color, to my understending, must be not all the
> > same.
> > And the icons must have the minimum lines possible, when is
> > more
> > than one icon.
> >
> >
> > 
> >
> >
> > El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
> > escribió:
> >> better to check colors here https://bootswatch.com/sandstone/
> >> #but
> >> tons
> >>
> >> On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik  >> ail.
> >> com>
> >> wrote:
> >>
> >>> The color can be ajusted:
> >>> https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
> >>> und-
> >>> colo
> >>> r
> >>> right now `secondary` is used
> >>> which would be better?
> >>>
> >>> On Fri, 14 Feb 2020 at 14:33, Alvaro 
> >>> wrote:
> >>>
>  I like it, it is fresh, but the grey icon colors at
>  rooms,
>  all
>  tem
>  with the same color, will do that the eyes will become
>  tire
>  soon.
> 
> 
> 
>  
> 
> 
> 
>  El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
>  escribió:
> > Hello All,
> >
> > Bootstrap version was updated https://om.alteametasoft.
> > com:
> > 9443
> > /futur
> > e
> > Will appreciate to get some feedback :))
> >
> > On Mon, 3 Feb 2020 at 17:50, Alvaro  > wrote:
> >
> >> I like it. It is more fresh looking.
> >>
> >> The names menu at Conference Room are little,
> >> thinking about devices like snartphones and so
> >> (think so).
> >>
> >> Like it!
> >>
> >>
> >>
> >>
> >> ...
> >>
> >>
> >>
> >> El lun, 03-02-2020 a las 15:17 +0700, Maxim
> >> Solodovnik
> >> escribió:
> >>> Hello All,
> >>>
> >>> I set up new demo: https://om.alteametasoft.com:944
> >>> 3/fu
> >>> ture
> >>> would appreciate if you can check and tell me what
> >>> do
> >>> you
> >>> think
> >>>
> >>> what is done: sigin-related pages/dialogs were
> >>> moved to
> >>> bootstrap
> >>> (signin,
> >>> register, forget password, etc.)
> >>> some initial work on moving dashboard
> >>>
> >>> will do manuall update of this version from time to
> >>> time :)
> >>>
> >>> On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
> >>>  >>> gmail.
> >>> com>
> >>> wrote:
> >>>
>  Mobile version == standard version + special CSS
>  file
>  So yes, it will be open sourced :))
> 
>  BTW today I've checked demo-next and video seems
>  to
>  work
>  in
>  mobile
>  Chrome
>  :)
> 
>  On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
>    tov@gm
>  ail.
>  com>
>  wrote:
> 
> > Wow. Do you have plans to open a mobile
> > version?
> > --
> > Carry a towel
> > http://dataved.ru/
> > +7 916 562 8095
> >
> > [1] 

Re: OM design

2020-02-14 Thread Peter Dähn
Hi Maxim,

took a first look right now. I think you are doing a good job and you
are on the right track.

By now you are converting everything to bootstrap and specific
mobile.css will follow. Am I right?

Greetings Peter

Am 14.02.20 um 09:09 schrieb Alvaro:
> ...Ok. Then the default OM release, would be good if have
> different icon colors. Will look better and no monotone.
>
>
>
> ..
>
> El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
>> sure :)
>>
>> here is an example
>> https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
>> main/webapp/css/raw-tree.css#L105
>>
>>
>> On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:
>>
>>> ...is it possible in CSS give different colors to
>>> different icons?
>>>
>>>
>>> ..
>>>
>>>
>>>
>>> El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
 right now the icon color is used to display there was conversion
 error
 (color will be danger)
 colors are easily customizable with CSS, so you can suggest
 better
 scheme :)

 On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:

> ...the icons color, to my understending, must be not all the
> same.
> And the icons must have the minimum lines possible, when is
> more
> than one icon.
>
>
> 
>
>
> El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
> escribió:
>> better to check colors here https://bootswatch.com/sandstone/
>> #but
>> tons
>>
>> On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik > ail.
>> com>
>> wrote:
>>
>>> The color can be ajusted:
>>> https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
>>> und-
>>> colo
>>> r
>>> right now `secondary` is used
>>> which would be better?
>>>
>>> On Fri, 14 Feb 2020 at 14:33, Alvaro 
>>> wrote:
>>>
 I like it, it is fresh, but the grey icon colors at
 rooms,
 all
 tem
 with the same color, will do that the eyes will become
 tire
 soon.



 



 El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
 escribió:
> Hello All,
>
> Bootstrap version was updated https://om.alteametasoft.
> com:
> 9443
> /futur
> e
> Will appreciate to get some feedback :))
>
> On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
>
>> I like it. It is more fresh looking.
>>
>> The names menu at Conference Room are little,
>> thinking about devices like snartphones and so
>> (think so).
>>
>> Like it!
>>
>>
>>
>>
>> ...
>>
>>
>>
>> El lun, 03-02-2020 a las 15:17 +0700, Maxim
>> Solodovnik
>> escribió:
>>> Hello All,
>>>
>>> I set up new demo: https://om.alteametasoft.com:944
>>> 3/fu
>>> ture
>>> would appreciate if you can check and tell me what
>>> do
>>> you
>>> think
>>>
>>> what is done: sigin-related pages/dialogs were
>>> moved to
>>> bootstrap
>>> (signin,
>>> register, forget password, etc.)
>>> some initial work on moving dashboard
>>>
>>> will do manuall update of this version from time to
>>> time :)
>>>
>>> On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
>>> >> gmail.
>>> com>
>>> wrote:
>>>
 Mobile version == standard version + special CSS
 file
 So yes, it will be open sourced :))

 BTW today I've checked demo-next and video seems
 to
 work
 in
 mobile
 Chrome
 :)

 On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
 >>> tov@gm
 ail.
 com>
 wrote:

> Wow. Do you have plans to open a mobile
> version?
> --
> Carry a towel
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Join Alexei Fedotov @linkedin, http://ru.li
> nked
> in.c
> om/in/
> data
> ved/
> [2] Join Alexei Fedotov @facebook, http://www.f
> aceb
> ook.
> com/op
> enme
> etings
> [3] Start using Apache Openmeetings today,
> http://openmeetings.apache.org/
>
> On Fri, Jan 10, 2020 at 8:38 AM Maxim
> Solodovnik
>  gmai
> l.com>
> wrote:

Re: OM design

2020-02-14 Thread Alvaro


...Ok. Then the default OM release, would be good if have
different icon colors. Will look better and no monotone.



..

El vie, 14-02-2020 a las 15:05 +0700, Maxim Solodovnik escribió:
> sure :)
> 
> here is an example
> https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/
> main/webapp/css/raw-tree.css#L105
> 
> 
> On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:
> 
> > ...is it possible in CSS give different colors to
> > different icons?
> > 
> > 
> > ..
> > 
> > 
> > 
> > El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
> > > right now the icon color is used to display there was conversion
> > > error
> > > (color will be danger)
> > > colors are easily customizable with CSS, so you can suggest
> > > better
> > > scheme :)
> > > 
> > > On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
> > > 
> > > > 
> > > > ...the icons color, to my understending, must be not all the
> > > > same.
> > > > And the icons must have the minimum lines possible, when is
> > > > more
> > > > than one icon.
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > better to check colors here https://bootswatch.com/sandstone/
> > > > > #but
> > > > > tons
> > > > > 
> > > > > On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik  > > > > ail.
> > > > > com>
> > > > > wrote:
> > > > > 
> > > > > > The color can be ajusted:
> > > > > > https://getbootstrap.com/docs/4.4/utilities/colors/#backgro
> > > > > > und-
> > > > > > colo
> > > > > > r
> > > > > > right now `secondary` is used
> > > > > > which would be better?
> > > > > > 
> > > > > > On Fri, 14 Feb 2020 at 14:33, Alvaro 
> > > > > > wrote:
> > > > > > 
> > > > > > > I like it, it is fresh, but the grey icon colors at
> > > > > > > rooms,
> > > > > > > all
> > > > > > > tem
> > > > > > > with the same color, will do that the eyes will become
> > > > > > > tire
> > > > > > > soon.
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > Bootstrap version was updated https://om.alteametasoft.
> > > > > > > > com:
> > > > > > > > 9443
> > > > > > > > /futur
> > > > > > > > e
> > > > > > > > Will appreciate to get some feedback :))
> > > > > > > > 
> > > > > > > > On Mon, 3 Feb 2020 at 17:50, Alvaro  > > > > > > > >
> > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > > I like it. It is more fresh looking.
> > > > > > > > > 
> > > > > > > > > The names menu at Conference Room are little,
> > > > > > > > > thinking about devices like snartphones and so
> > > > > > > > > (think so).
> > > > > > > > > 
> > > > > > > > > Like it!
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > ...
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El lun, 03-02-2020 a las 15:17 +0700, Maxim
> > > > > > > > > Solodovnik
> > > > > > > > > escribió:
> > > > > > > > > > Hello All,
> > > > > > > > > > 
> > > > > > > > > > I set up new demo: https://om.alteametasoft.com:944
> > > > > > > > > > 3/fu
> > > > > > > > > > ture
> > > > > > > > > > would appreciate if you can check and tell me what
> > > > > > > > > > do
> > > > > > > > > > you
> > > > > > > > > > think
> > > > > > > > > > 
> > > > > > > > > > what is done: sigin-related pages/dialogs were
> > > > > > > > > > moved to
> > > > > > > > > > bootstrap
> > > > > > > > > > (signin,
> > > > > > > > > > register, forget password, etc.)
> > > > > > > > > > some initial work on moving dashboard
> > > > > > > > > > 
> > > > > > > > > > will do manuall update of this version from time to
> > > > > > > > > > time :)
> > > > > > > > > > 
> > > > > > > > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
> > > > > > > > > >  > > > > > > > > > gmail.
> > > > > > > > > > com>
> > > > > > > > > > wrote:
> > > > > > > > > > 
> > > > > > > > > > > Mobile version == standard version + special CSS
> > > > > > > > > > > file
> > > > > > > > > > > So yes, it will be open sourced :))
> > > > > > > > > > > 
> > > > > > > > > > > BTW today I've checked demo-next and video seems
> > > > > > > > > > > to
> > > > > > > > > > > work
> > > > > > > > > > > in
> > > > > > > > > > > mobile
> > > > > > > > > > > Chrome
> > > > > > > > > > > :)
> > > > > > > > > > > 
> > > > > > > > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
> > > > > > > > > > >  > > > > > > > > > > tov@gm
> > > > > > > > > > > ail.
> > > > > > > > > > > com>
> > > > > > > > > > > wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > Wow. Do you have plans to open a mobile
> > > > > > > > > > > > version?
> > > > > > > > > > > > --
> > > > > > > > > > > > Carry a towel
> > > > > > > > > > > > http://dataved.ru/
> > > > > > > > > > > > +7 916 562 

Re: OM design

2020-02-14 Thread Maxim Solodovnik
sure :)

here is an example
https://github.com/apache/openmeetings/blob/csp/openmeetings-web/src/main/webapp/css/raw-tree.css#L105


On Fri, 14 Feb 2020 at 14:59, Alvaro  wrote:

> ...is it possible in CSS give different colors to
> different icons?
>
>
> ..
>
>
>
> El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
> > right now the icon color is used to display there was conversion
> > error
> > (color will be danger)
> > colors are easily customizable with CSS, so you can suggest better
> > scheme :)
> >
> > On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
> >
> > >
> > > ...the icons color, to my understending, must be not all the same.
> > > And the icons must have the minimum lines possible, when is more
> > > than one icon.
> > >
> > >
> > > 
> > >
> > >
> > > El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik escribió:
> > > > better to check colors here https://bootswatch.com/sandstone/#but
> > > > tons
> > > >
> > > > On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik  > > > com>
> > > > wrote:
> > > >
> > > > > The color can be ajusted:
> > > > > https://getbootstrap.com/docs/4.4/utilities/colors/#background-
> > > > > colo
> > > > > r
> > > > > right now `secondary` is used
> > > > > which would be better?
> > > > >
> > > > > On Fri, 14 Feb 2020 at 14:33, Alvaro 
> > > > > wrote:
> > > > >
> > > > > > I like it, it is fresh, but the grey icon colors at rooms,
> > > > > > all
> > > > > > tem
> > > > > > with the same color, will do that the eyes will become tire
> > > > > > soon.
> > > > > >
> > > > > >
> > > > > >
> > > > > > 
> > > > > >
> > > > > >
> > > > > >
> > > > > > El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hello All,
> > > > > > >
> > > > > > > Bootstrap version was updated https://om.alteametasoft.com:
> > > > > > > 9443
> > > > > > > /futur
> > > > > > > e
> > > > > > > Will appreciate to get some feedback :))
> > > > > > >
> > > > > > > On Mon, 3 Feb 2020 at 17:50, Alvaro 
> > > > > > > wrote:
> > > > > > >
> > > > > > > > I like it. It is more fresh looking.
> > > > > > > >
> > > > > > > > The names menu at Conference Room are little,
> > > > > > > > thinking about devices like snartphones and so
> > > > > > > > (think so).
> > > > > > > >
> > > > > > > > Like it!
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ...
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik
> > > > > > > > escribió:
> > > > > > > > > Hello All,
> > > > > > > > >
> > > > > > > > > I set up new demo: https://om.alteametasoft.com:9443/fu
> > > > > > > > > ture
> > > > > > > > > would appreciate if you can check and tell me what do
> > > > > > > > > you
> > > > > > > > > think
> > > > > > > > >
> > > > > > > > > what is done: sigin-related pages/dialogs were moved to
> > > > > > > > > bootstrap
> > > > > > > > > (signin,
> > > > > > > > > register, forget password, etc.)
> > > > > > > > > some initial work on moving dashboard
> > > > > > > > >
> > > > > > > > > will do manuall update of this version from time to
> > > > > > > > > time :)
> > > > > > > > >
> > > > > > > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
> > > > > > > > >  > > > > > > > > gmail.
> > > > > > > > > com>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Mobile version == standard version + special CSS file
> > > > > > > > > > So yes, it will be open sourced :))
> > > > > > > > > >
> > > > > > > > > > BTW today I've checked demo-next and video seems to
> > > > > > > > > > work
> > > > > > > > > > in
> > > > > > > > > > mobile
> > > > > > > > > > Chrome
> > > > > > > > > > :)
> > > > > > > > > >
> > > > > > > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
> > > > > > > > > >  > > > > > > > > > tov@gm
> > > > > > > > > > ail.
> > > > > > > > > > com>
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Wow. Do you have plans to open a mobile version?
> > > > > > > > > > > --
> > > > > > > > > > > Carry a towel
> > > > > > > > > > > http://dataved.ru/
> > > > > > > > > > > +7 916 562 8095
> > > > > > > > > > >
> > > > > > > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linked
> > > > > > > > > > > in.c
> > > > > > > > > > > om/in/
> > > > > > > > > > > data
> > > > > > > > > > > ved/
> > > > > > > > > > > [2] Join Alexei Fedotov @facebook, http://www.faceb
> > > > > > > > > > > ook.
> > > > > > > > > > > com/op
> > > > > > > > > > > enme
> > > > > > > > > > > etings
> > > > > > > > > > > [3] Start using Apache Openmeetings today,
> > > > > > > > > > > http://openmeetings.apache.org/
> > > > > > > > > > >
> > > > > > > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik
> > > > > > > > > > >  > > > > > > > > > > gmai
> > > > > > > > > > > l.com>
> > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Great :)
> > > > > > > > > > > >
> > > > 

Re: OM design

2020-02-13 Thread Alvaro
...is it possible in CSS give different colors to
different icons?


..



El vie, 14-02-2020 a las 14:56 +0700, Maxim Solodovnik escribió:
> right now the icon color is used to display there was conversion
> error
> (color will be danger)
> colors are easily customizable with CSS, so you can suggest better
> scheme :)
> 
> On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:
> 
> > 
> > ...the icons color, to my understending, must be not all the same.
> > And the icons must have the minimum lines possible, when is more
> > than one icon.
> > 
> > 
> > 
> > 
> > 
> > El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik escribió:
> > > better to check colors here https://bootswatch.com/sandstone/#but
> > > tons
> > > 
> > > On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik  > > com>
> > > wrote:
> > > 
> > > > The color can be ajusted:
> > > > https://getbootstrap.com/docs/4.4/utilities/colors/#background-
> > > > colo
> > > > r
> > > > right now `secondary` is used
> > > > which would be better?
> > > > 
> > > > On Fri, 14 Feb 2020 at 14:33, Alvaro 
> > > > wrote:
> > > > 
> > > > > I like it, it is fresh, but the grey icon colors at rooms,
> > > > > all
> > > > > tem
> > > > > with the same color, will do that the eyes will become tire
> > > > > soon.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hello All,
> > > > > > 
> > > > > > Bootstrap version was updated https://om.alteametasoft.com:
> > > > > > 9443
> > > > > > /futur
> > > > > > e
> > > > > > Will appreciate to get some feedback :))
> > > > > > 
> > > > > > On Mon, 3 Feb 2020 at 17:50, Alvaro 
> > > > > > wrote:
> > > > > > 
> > > > > > > I like it. It is more fresh looking.
> > > > > > > 
> > > > > > > The names menu at Conference Room are little,
> > > > > > > thinking about devices like snartphones and so
> > > > > > > (think so).
> > > > > > > 
> > > > > > > Like it!
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > ...
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > I set up new demo: https://om.alteametasoft.com:9443/fu
> > > > > > > > ture
> > > > > > > > would appreciate if you can check and tell me what do
> > > > > > > > you
> > > > > > > > think
> > > > > > > > 
> > > > > > > > what is done: sigin-related pages/dialogs were moved to
> > > > > > > > bootstrap
> > > > > > > > (signin,
> > > > > > > > register, forget password, etc.)
> > > > > > > > some initial work on moving dashboard
> > > > > > > > 
> > > > > > > > will do manuall update of this version from time to
> > > > > > > > time :)
> > > > > > > > 
> > > > > > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik
> > > > > > > >  > > > > > > > gmail.
> > > > > > > > com>
> > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > > Mobile version == standard version + special CSS file
> > > > > > > > > So yes, it will be open sourced :))
> > > > > > > > > 
> > > > > > > > > BTW today I've checked demo-next and video seems to
> > > > > > > > > work
> > > > > > > > > in
> > > > > > > > > mobile
> > > > > > > > > Chrome
> > > > > > > > > :)
> > > > > > > > > 
> > > > > > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov
> > > > > > > > >  > > > > > > > > tov@gm
> > > > > > > > > ail.
> > > > > > > > > com>
> > > > > > > > > wrote:
> > > > > > > > > 
> > > > > > > > > > Wow. Do you have plans to open a mobile version?
> > > > > > > > > > --
> > > > > > > > > > Carry a towel
> > > > > > > > > > http://dataved.ru/
> > > > > > > > > > +7 916 562 8095
> > > > > > > > > > 
> > > > > > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linked
> > > > > > > > > > in.c
> > > > > > > > > > om/in/
> > > > > > > > > > data
> > > > > > > > > > ved/
> > > > > > > > > > [2] Join Alexei Fedotov @facebook, http://www.faceb
> > > > > > > > > > ook.
> > > > > > > > > > com/op
> > > > > > > > > > enme
> > > > > > > > > > etings
> > > > > > > > > > [3] Start using Apache Openmeetings today,
> > > > > > > > > > http://openmeetings.apache.org/
> > > > > > > > > > 
> > > > > > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik
> > > > > > > > > >  > > > > > > > > > gmai
> > > > > > > > > > l.com>
> > > > > > > > > > wrote:
> > > > > > > > > > > 
> > > > > > > > > > > Great :)
> > > > > > > > > > > 
> > > > > > > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров
> > > > > > > > > > >  > > > > > > > > > > kan@gm
> > > > > > > > > > > ail.
> > > > > > > > > > > com>
> > > > > > > > > > 
> > > > > > > > > > wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > Yes, I can do that.
> > > > > > > > > > > > 
> > > > > > > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik
> > > > > > > > > > > >  > > > > > > > > > > > @gma
> > > > > > > > 

Re: OM design

2020-02-13 Thread Maxim Solodovnik
right now the icon color is used to display there was conversion error
(color will be danger)
colors are easily customizable with CSS, so you can suggest better scheme :)

On Fri, 14 Feb 2020 at 14:54, Alvaro  wrote:

>
> ...the icons color, to my understending, must be not all the same.
> And the icons must have the minimum lines possible, when is more
> than one icon.
>
>
> 
>
>
> El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik escribió:
> > better to check colors here https://bootswatch.com/sandstone/#buttons
> >
> > On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik 
> > wrote:
> >
> > > The color can be ajusted:
> > > https://getbootstrap.com/docs/4.4/utilities/colors/#background-colo
> > > r
> > > right now `secondary` is used
> > > which would be better?
> > >
> > > On Fri, 14 Feb 2020 at 14:33, Alvaro  wrote:
> > >
> > > > I like it, it is fresh, but the grey icon colors at rooms, all
> > > > tem
> > > > with the same color, will do that the eyes will become tire soon.
> > > >
> > > >
> > > >
> > > > 
> > > >
> > > >
> > > >
> > > > El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik escribió:
> > > > > Hello All,
> > > > >
> > > > > Bootstrap version was updated https://om.alteametasoft.com:9443
> > > > > /futur
> > > > > e
> > > > > Will appreciate to get some feedback :))
> > > > >
> > > > > On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
> > > > >
> > > > > > I like it. It is more fresh looking.
> > > > > >
> > > > > > The names menu at Conference Room are little,
> > > > > > thinking about devices like snartphones and so
> > > > > > (think so).
> > > > > >
> > > > > > Like it!
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ...
> > > > > >
> > > > > >
> > > > > >
> > > > > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hello All,
> > > > > > >
> > > > > > > I set up new demo: https://om.alteametasoft.com:9443/future
> > > > > > > would appreciate if you can check and tell me what do you
> > > > > > > think
> > > > > > >
> > > > > > > what is done: sigin-related pages/dialogs were moved to
> > > > > > > bootstrap
> > > > > > > (signin,
> > > > > > > register, forget password, etc.)
> > > > > > > some initial work on moving dashboard
> > > > > > >
> > > > > > > will do manuall update of this version from time to time :)
> > > > > > >
> > > > > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik  > > > > > > gmail.
> > > > > > > com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Mobile version == standard version + special CSS file
> > > > > > > > So yes, it will be open sourced :))
> > > > > > > >
> > > > > > > > BTW today I've checked demo-next and video seems to work
> > > > > > > > in
> > > > > > > > mobile
> > > > > > > > Chrome
> > > > > > > > :)
> > > > > > > >
> > > > > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > > > > > > > tov@gm
> > > > > > > > ail.
> > > > > > > > com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Wow. Do you have plans to open a mobile version?
> > > > > > > > > --
> > > > > > > > > Carry a towel
> > > > > > > > > http://dataved.ru/
> > > > > > > > > +7 916 562 8095
> > > > > > > > >
> > > > > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.c
> > > > > > > > > om/in/
> > > > > > > > > data
> > > > > > > > > ved/
> > > > > > > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.
> > > > > > > > > com/op
> > > > > > > > > enme
> > > > > > > > > etings
> > > > > > > > > [3] Start using Apache Openmeetings today,
> > > > > > > > > http://openmeetings.apache.org/
> > > > > > > > >
> > > > > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik
> > > > > > > > >  > > > > > > > > gmai
> > > > > > > > > l.com>
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > Great :)
> > > > > > > > > >
> > > > > > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > > > > > > > kan@gm
> > > > > > > > > > ail.
> > > > > > > > > > com>
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Yes, I can do that.
> > > > > > > > > > >
> > > > > > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik
> > > > > > > > > > >  > > > > > > > > > > @gma
> > > > > > > > > > > il.com>:
> > > > > > > > > > >
> > > > > > > > > > > > Hello Denis,
> > > > > > > > > > > >
> > > > > > > > > > > > Maybe you can help to create new OM design for
> > > > > > > > > > > > mobiles?
> > > > > > > > > > > > (so we can create mobile CSS theme)
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > >
> > > > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim 

Re: OM design

2020-02-13 Thread Alvaro


...the icons color, to my understending, must be not all the same.
And the icons must have the minimum lines possible, when is more
than one icon.





El vie, 14-02-2020 a las 14:45 +0700, Maxim Solodovnik escribió:
> better to check colors here https://bootswatch.com/sandstone/#buttons
> 
> On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik 
> wrote:
> 
> > The color can be ajusted:
> > https://getbootstrap.com/docs/4.4/utilities/colors/#background-colo
> > r
> > right now `secondary` is used
> > which would be better?
> > 
> > On Fri, 14 Feb 2020 at 14:33, Alvaro  wrote:
> > 
> > > I like it, it is fresh, but the grey icon colors at rooms, all
> > > tem
> > > with the same color, will do that the eyes will become tire soon.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik escribió:
> > > > Hello All,
> > > > 
> > > > Bootstrap version was updated https://om.alteametasoft.com:9443
> > > > /futur
> > > > e
> > > > Will appreciate to get some feedback :))
> > > > 
> > > > On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
> > > > 
> > > > > I like it. It is more fresh looking.
> > > > > 
> > > > > The names menu at Conference Room are little,
> > > > > thinking about devices like snartphones and so
> > > > > (think so).
> > > > > 
> > > > > Like it!
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > ...
> > > > > 
> > > > > 
> > > > > 
> > > > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hello All,
> > > > > > 
> > > > > > I set up new demo: https://om.alteametasoft.com:9443/future
> > > > > > would appreciate if you can check and tell me what do you
> > > > > > think
> > > > > > 
> > > > > > what is done: sigin-related pages/dialogs were moved to
> > > > > > bootstrap
> > > > > > (signin,
> > > > > > register, forget password, etc.)
> > > > > > some initial work on moving dashboard
> > > > > > 
> > > > > > will do manuall update of this version from time to time :)
> > > > > > 
> > > > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik  > > > > > gmail.
> > > > > > com>
> > > > > > wrote:
> > > > > > 
> > > > > > > Mobile version == standard version + special CSS file
> > > > > > > So yes, it will be open sourced :))
> > > > > > > 
> > > > > > > BTW today I've checked demo-next and video seems to work
> > > > > > > in
> > > > > > > mobile
> > > > > > > Chrome
> > > > > > > :)
> > > > > > > 
> > > > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > > > > > > tov@gm
> > > > > > > ail.
> > > > > > > com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > > Wow. Do you have plans to open a mobile version?
> > > > > > > > --
> > > > > > > > Carry a towel
> > > > > > > > http://dataved.ru/
> > > > > > > > +7 916 562 8095
> > > > > > > > 
> > > > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.c
> > > > > > > > om/in/
> > > > > > > > data
> > > > > > > > ved/
> > > > > > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.
> > > > > > > > com/op
> > > > > > > > enme
> > > > > > > > etings
> > > > > > > > [3] Start using Apache Openmeetings today,
> > > > > > > > http://openmeetings.apache.org/
> > > > > > > > 
> > > > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik
> > > > > > > >  > > > > > > > gmai
> > > > > > > > l.com>
> > > > > > > > wrote:
> > > > > > > > > 
> > > > > > > > > Great :)
> > > > > > > > > 
> > > > > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > > > > > > kan@gm
> > > > > > > > > ail.
> > > > > > > > > com>
> > > > > > > > 
> > > > > > > > wrote:
> > > > > > > > > 
> > > > > > > > > > Yes, I can do that.
> > > > > > > > > > 
> > > > > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik
> > > > > > > > > >  > > > > > > > > > @gma
> > > > > > > > > > il.com>:
> > > > > > > > > > 
> > > > > > > > > > > Hello Denis,
> > > > > > > > > > > 
> > > > > > > > > > > Maybe you can help to create new OM design for
> > > > > > > > > > > mobiles?
> > > > > > > > > > > (so we can create mobile CSS theme)
> > > > > > > > > > > 
> > > > > > > > > > > --
> > > > > > > > > > > WBR
> > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > 
> > > > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> 
> 


Re: OM design

2020-02-13 Thread Maxim Solodovnik
better to check colors here https://bootswatch.com/sandstone/#buttons

On Fri, 14 Feb 2020 at 14:43, Maxim Solodovnik  wrote:

> The color can be ajusted:
> https://getbootstrap.com/docs/4.4/utilities/colors/#background-color
> right now `secondary` is used
> which would be better?
>
> On Fri, 14 Feb 2020 at 14:33, Alvaro  wrote:
>
>> I like it, it is fresh, but the grey icon colors at rooms, all tem
>> with the same color, will do that the eyes will become tire soon.
>>
>>
>>
>> 
>>
>>
>>
>> El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik escribió:
>> > Hello All,
>> >
>> > Bootstrap version was updated https://om.alteametasoft.com:9443/futur
>> > e
>> > Will appreciate to get some feedback :))
>> >
>> > On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
>> >
>> > > I like it. It is more fresh looking.
>> > >
>> > > The names menu at Conference Room are little,
>> > > thinking about devices like snartphones and so
>> > > (think so).
>> > >
>> > > Like it!
>> > >
>> > >
>> > >
>> > >
>> > > ...
>> > >
>> > >
>> > >
>> > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik escribió:
>> > > > Hello All,
>> > > >
>> > > > I set up new demo: https://om.alteametasoft.com:9443/future
>> > > > would appreciate if you can check and tell me what do you think
>> > > >
>> > > > what is done: sigin-related pages/dialogs were moved to bootstrap
>> > > > (signin,
>> > > > register, forget password, etc.)
>> > > > some initial work on moving dashboard
>> > > >
>> > > > will do manuall update of this version from time to time :)
>> > > >
>> > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik > > > > com>
>> > > > wrote:
>> > > >
>> > > > > Mobile version == standard version + special CSS file
>> > > > > So yes, it will be open sourced :))
>> > > > >
>> > > > > BTW today I've checked demo-next and video seems to work in
>> > > > > mobile
>> > > > > Chrome
>> > > > > :)
>> > > > >
>> > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov > > > > > ail.
>> > > > > com>
>> > > > > wrote:
>> > > > >
>> > > > > > Wow. Do you have plans to open a mobile version?
>> > > > > > --
>> > > > > > Carry a towel
>> > > > > > http://dataved.ru/
>> > > > > > +7 916 562 8095
>> > > > > >
>> > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/
>> > > > > > data
>> > > > > > ved/
>> > > > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.com/op
>> > > > > > enme
>> > > > > > etings
>> > > > > > [3] Start using Apache Openmeetings today,
>> > > > > > http://openmeetings.apache.org/
>> > > > > >
>> > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik > > > > > > gmai
>> > > > > > l.com>
>> > > > > > wrote:
>> > > > > > >
>> > > > > > > Great :)
>> > > > > > >
>> > > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров > > > > > > > ail.
>> > > > > > > com>
>> > > > > >
>> > > > > > wrote:
>> > > > > > >
>> > > > > > > > Yes, I can do that.
>> > > > > > > >
>> > > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik > > > > > > > > @gma
>> > > > > > > > il.com>:
>> > > > > > > >
>> > > > > > > > > Hello Denis,
>> > > > > > > > >
>> > > > > > > > > Maybe you can help to create new OM design for mobiles?
>> > > > > > > > > (so we can create mobile CSS theme)
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > WBR
>> > > > > > > > > Maxim aka solomax
>> > > > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > WBR
>> > > > > > > Maxim aka solomax
>> > > > >
>> > > > >
>> > > > > --
>> > > > > WBR
>> > > > > Maxim aka solomax
>> > > > >
>> > > >
>> > > >
>> >
>> >
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax


Re: OM design

2020-02-13 Thread Maxim Solodovnik
The color can be ajusted:
https://getbootstrap.com/docs/4.4/utilities/colors/#background-color
right now `secondary` is used
which would be better?

On Fri, 14 Feb 2020 at 14:33, Alvaro  wrote:

> I like it, it is fresh, but the grey icon colors at rooms, all tem
> with the same color, will do that the eyes will become tire soon.
>
>
>
> 
>
>
>
> El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik escribió:
> > Hello All,
> >
> > Bootstrap version was updated https://om.alteametasoft.com:9443/futur
> > e
> > Will appreciate to get some feedback :))
> >
> > On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
> >
> > > I like it. It is more fresh looking.
> > >
> > > The names menu at Conference Room are little,
> > > thinking about devices like snartphones and so
> > > (think so).
> > >
> > > Like it!
> > >
> > >
> > >
> > >
> > > ...
> > >
> > >
> > >
> > > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik escribió:
> > > > Hello All,
> > > >
> > > > I set up new demo: https://om.alteametasoft.com:9443/future
> > > > would appreciate if you can check and tell me what do you think
> > > >
> > > > what is done: sigin-related pages/dialogs were moved to bootstrap
> > > > (signin,
> > > > register, forget password, etc.)
> > > > some initial work on moving dashboard
> > > >
> > > > will do manuall update of this version from time to time :)
> > > >
> > > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik  > > > com>
> > > > wrote:
> > > >
> > > > > Mobile version == standard version + special CSS file
> > > > > So yes, it will be open sourced :))
> > > > >
> > > > > BTW today I've checked demo-next and video seems to work in
> > > > > mobile
> > > > > Chrome
> > > > > :)
> > > > >
> > > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > > > > ail.
> > > > > com>
> > > > > wrote:
> > > > >
> > > > > > Wow. Do you have plans to open a mobile version?
> > > > > > --
> > > > > > Carry a towel
> > > > > > http://dataved.ru/
> > > > > > +7 916 562 8095
> > > > > >
> > > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/
> > > > > > data
> > > > > > ved/
> > > > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.com/op
> > > > > > enme
> > > > > > etings
> > > > > > [3] Start using Apache Openmeetings today,
> > > > > > http://openmeetings.apache.org/
> > > > > >
> > > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik  > > > > > gmai
> > > > > > l.com>
> > > > > > wrote:
> > > > > > >
> > > > > > > Great :)
> > > > > > >
> > > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > > > > ail.
> > > > > > > com>
> > > > > >
> > > > > > wrote:
> > > > > > >
> > > > > > > > Yes, I can do that.
> > > > > > > >
> > > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik  > > > > > > > @gma
> > > > > > > > il.com>:
> > > > > > > >
> > > > > > > > > Hello Denis,
> > > > > > > > >
> > > > > > > > > Maybe you can help to create new OM design for mobiles?
> > > > > > > > > (so we can create mobile CSS theme)
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > >
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > > >
> > > >
> > > >
> >
> >
>


-- 
WBR
Maxim aka solomax


Re: OM design

2020-02-13 Thread Alvaro
I like it, it is fresh, but the grey icon colors at rooms, all tem
with the same color, will do that the eyes will become tire soon.







El vie, 14-02-2020 a las 12:10 +0700, Maxim Solodovnik escribió:
> Hello All,
> 
> Bootstrap version was updated https://om.alteametasoft.com:9443/futur
> e
> Will appreciate to get some feedback :))
> 
> On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:
> 
> > I like it. It is more fresh looking.
> > 
> > The names menu at Conference Room are little,
> > thinking about devices like snartphones and so
> > (think so).
> > 
> > Like it!
> > 
> > 
> > 
> > 
> > ...
> > 
> > 
> > 
> > El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik escribió:
> > > Hello All,
> > > 
> > > I set up new demo: https://om.alteametasoft.com:9443/future
> > > would appreciate if you can check and tell me what do you think
> > > 
> > > what is done: sigin-related pages/dialogs were moved to bootstrap
> > > (signin,
> > > register, forget password, etc.)
> > > some initial work on moving dashboard
> > > 
> > > will do manuall update of this version from time to time :)
> > > 
> > > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik  > > com>
> > > wrote:
> > > 
> > > > Mobile version == standard version + special CSS file
> > > > So yes, it will be open sourced :))
> > > > 
> > > > BTW today I've checked demo-next and video seems to work in
> > > > mobile
> > > > Chrome
> > > > :)
> > > > 
> > > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > > > ail.
> > > > com>
> > > > wrote:
> > > > 
> > > > > Wow. Do you have plans to open a mobile version?
> > > > > --
> > > > > Carry a towel
> > > > > http://dataved.ru/
> > > > > +7 916 562 8095
> > > > > 
> > > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/
> > > > > data
> > > > > ved/
> > > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.com/op
> > > > > enme
> > > > > etings
> > > > > [3] Start using Apache Openmeetings today,
> > > > > http://openmeetings.apache.org/
> > > > > 
> > > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik  > > > > gmai
> > > > > l.com>
> > > > > wrote:
> > > > > > 
> > > > > > Great :)
> > > > > > 
> > > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > > > ail.
> > > > > > com>
> > > > > 
> > > > > wrote:
> > > > > > 
> > > > > > > Yes, I can do that.
> > > > > > > 
> > > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik  > > > > > > @gma
> > > > > > > il.com>:
> > > > > > > 
> > > > > > > > Hello Denis,
> > > > > > > > 
> > > > > > > > Maybe you can help to create new OM design for mobiles?
> > > > > > > > (so we can create mobile CSS theme)
> > > > > > > > 
> > > > > > > > --
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > 
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > 
> > > > 
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > > 
> > > 
> > > 
> 
> 


Re: OM design

2020-02-13 Thread Maxim Solodovnik
Hello All,

Bootstrap version was updated https://om.alteametasoft.com:9443/future
Will appreciate to get some feedback :))

On Mon, 3 Feb 2020 at 17:50, Alvaro  wrote:

> I like it. It is more fresh looking.
>
> The names menu at Conference Room are little,
> thinking about devices like snartphones and so
> (think so).
>
> Like it!
>
>
>
>
> ...
>
>
>
> El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik escribió:
> > Hello All,
> >
> > I set up new demo: https://om.alteametasoft.com:9443/future
> > would appreciate if you can check and tell me what do you think
> >
> > what is done: sigin-related pages/dialogs were moved to bootstrap
> > (signin,
> > register, forget password, etc.)
> > some initial work on moving dashboard
> >
> > will do manuall update of this version from time to time :)
> >
> > On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik 
> > wrote:
> >
> > > Mobile version == standard version + special CSS file
> > > So yes, it will be open sourced :))
> > >
> > > BTW today I've checked demo-next and video seems to work in mobile
> > > Chrome
> > > :)
> > >
> > > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > > com>
> > > wrote:
> > >
> > > > Wow. Do you have plans to open a mobile version?
> > > > --
> > > > Carry a towel
> > > > http://dataved.ru/
> > > > +7 916 562 8095
> > > >
> > > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/data
> > > > ved/
> > > > [2] Join Alexei Fedotov @facebook, http://www.facebook.com/openme
> > > > etings
> > > > [3] Start using Apache Openmeetings today,
> > > > http://openmeetings.apache.org/
> > > >
> > > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik  > > > l.com>
> > > > wrote:
> > > > >
> > > > > Great :)
> > > > >
> > > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > > com>
> > > >
> > > > wrote:
> > > > >
> > > > > > Yes, I can do that.
> > > > > >
> > > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik  > > > > > il.com>:
> > > > > >
> > > > > > > Hello Denis,
> > > > > > >
> > > > > > > Maybe you can help to create new OM design for mobiles?
> > > > > > > (so we can create mobile CSS theme)
> > > > > > >
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > >
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
>


-- 
WBR
Maxim aka solomax


Re: OM design

2020-02-03 Thread Alvaro
I like it. It is more fresh looking. 

The names menu at Conference Room are little,
thinking about devices like snartphones and so
(think so).

Like it!




...



El lun, 03-02-2020 a las 15:17 +0700, Maxim Solodovnik escribió:
> Hello All,
> 
> I set up new demo: https://om.alteametasoft.com:9443/future
> would appreciate if you can check and tell me what do you think
> 
> what is done: sigin-related pages/dialogs were moved to bootstrap
> (signin,
> register, forget password, etc.)
> some initial work on moving dashboard
> 
> will do manuall update of this version from time to time :)
> 
> On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik 
> wrote:
> 
> > Mobile version == standard version + special CSS file
> > So yes, it will be open sourced :))
> > 
> > BTW today I've checked demo-next and video seems to work in mobile
> > Chrome
> > :)
> > 
> > On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov  > com>
> > wrote:
> > 
> > > Wow. Do you have plans to open a mobile version?
> > > --
> > > Carry a towel
> > > http://dataved.ru/
> > > +7 916 562 8095
> > > 
> > > [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/data
> > > ved/
> > > [2] Join Alexei Fedotov @facebook, http://www.facebook.com/openme
> > > etings
> > > [3] Start using Apache Openmeetings today,
> > > http://openmeetings.apache.org/
> > > 
> > > On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik  > > l.com>
> > > wrote:
> > > > 
> > > > Great :)
> > > > 
> > > > On Fri, 10 Jan 2020 at 12:36, Денис Кандров  > > > com>
> > > 
> > > wrote:
> > > > 
> > > > > Yes, I can do that.
> > > > > 
> > > > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik  > > > > il.com>:
> > > > > 
> > > > > > Hello Denis,
> > > > > > 
> > > > > > Maybe you can help to create new OM design for mobiles?
> > > > > > (so we can create mobile CSS theme)
> > > > > > 
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > > 
> > > > 
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> 
> 


Re: OM design

2020-02-03 Thread Maxim Solodovnik
Hello All,

I set up new demo: https://om.alteametasoft.com:9443/future
would appreciate if you can check and tell me what do you think

what is done: sigin-related pages/dialogs were moved to bootstrap (signin,
register, forget password, etc.)
some initial work on moving dashboard

will do manuall update of this version from time to time :)

On Fri, 10 Jan 2020 at 18:21, Maxim Solodovnik  wrote:

> Mobile version == standard version + special CSS file
> So yes, it will be open sourced :))
>
> BTW today I've checked demo-next and video seems to work in mobile Chrome
> :)
>
> On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov 
> wrote:
>
>> Wow. Do you have plans to open a mobile version?
>> --
>> Carry a towel
>> http://dataved.ru/
>> +7 916 562 8095
>>
>> [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>> [2] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>> [3] Start using Apache Openmeetings today,
>> http://openmeetings.apache.org/
>>
>> On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik 
>> wrote:
>> >
>> > Great :)
>> >
>> > On Fri, 10 Jan 2020 at 12:36, Денис Кандров 
>> wrote:
>> >
>> > > Yes, I can do that.
>> > >
>> > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik :
>> > >
>> > >> Hello Denis,
>> > >>
>> > >> Maybe you can help to create new OM design for mobiles?
>> > >> (so we can create mobile CSS theme)
>> > >>
>> > >> --
>> > >> WBR
>> > >> Maxim aka solomax
>> > >>
>> > >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax


Re: OM design

2020-01-10 Thread Maxim Solodovnik
Mobile version == standard version + special CSS file
So yes, it will be open sourced :))

BTW today I've checked demo-next and video seems to work in mobile Chrome :)

On Fri, 10 Jan 2020 at 17:08, Alexei Fedotov 
wrote:

> Wow. Do you have plans to open a mobile version?
> --
> Carry a towel
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [2] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
> [3] Start using Apache Openmeetings today, http://openmeetings.apache.org/
>
> On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik 
> wrote:
> >
> > Great :)
> >
> > On Fri, 10 Jan 2020 at 12:36, Денис Кандров 
> wrote:
> >
> > > Yes, I can do that.
> > >
> > > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik :
> > >
> > >> Hello Denis,
> > >>
> > >> Maybe you can help to create new OM design for mobiles?
> > >> (so we can create mobile CSS theme)
> > >>
> > >> --
> > >> WBR
> > >> Maxim aka solomax
> > >>
> > >
> >
> > --
> > WBR
> > Maxim aka solomax
>


-- 
WBR
Maxim aka solomax


Re: OM design

2020-01-10 Thread Alexei Fedotov
Wow. Do you have plans to open a mobile version?
--
Carry a towel
http://dataved.ru/
+7 916 562 8095

[1] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
[2] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
[3] Start using Apache Openmeetings today, http://openmeetings.apache.org/

On Fri, Jan 10, 2020 at 8:38 AM Maxim Solodovnik  wrote:
>
> Great :)
>
> On Fri, 10 Jan 2020 at 12:36, Денис Кандров  wrote:
>
> > Yes, I can do that.
> >
> > пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik :
> >
> >> Hello Denis,
> >>
> >> Maybe you can help to create new OM design for mobiles?
> >> (so we can create mobile CSS theme)
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >>
> >
>
> --
> WBR
> Maxim aka solomax


Re: OM design

2020-01-09 Thread Maxim Solodovnik
Great :)

On Fri, 10 Jan 2020 at 12:36, Денис Кандров  wrote:

> Yes, I can do that.
>
> пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik :
>
>> Hello Denis,
>>
>> Maybe you can help to create new OM design for mobiles?
>> (so we can create mobile CSS theme)
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

-- 
WBR
Maxim aka solomax


Re: OM design

2020-01-09 Thread Денис Кандров
Yes, I can do that.

пт, 10 янв. 2020 г. в 11:56, Maxim Solodovnik :

> Hello Denis,
>
> Maybe you can help to create new OM design for mobiles?
> (so we can create mobile CSS theme)
>
> --
> WBR
> Maxim aka solomax
>