chat.freenode.net #tryton log beginning Thu Mar 22 00:00:01 CET 2018 | ||
-!- thaneor(~ldlc6@179.26.148.209) has joined #tryton | 23:37 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:29 | |
-!- cdchapman(~perturbed@c-67-169-243-133.hsd1.ut.comcast.net) has joined #tryton | 01:51 | |
-!- thaneor1(~ldlc6@r179-25-169-232.dialup.adsl.anteldata.net.uy) has joined #tryton | 01:56 | |
-!- yangoon1(~mathiasb@i59F4A22D.versanet.de) has joined #tryton | 03:14 | |
-!- _2cadz_(~2cadz@212-198-245-154.rev.numericable.fr) has joined #tryton | 06:33 | |
-!- niki(~niki@0x3e2c8669.mobile.telia.dk) has joined #tryton | 07:27 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 07:35 | |
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton | 07:49 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 07:54 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 08:08 | |
-!- rpit(~rpit@p200300C88F2B670056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton | 08:12 | |
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | 08:24 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:55 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 10:25 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 10:44 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 11:04 | |
-!- Faustonoir(97b63215@gateway/web/freenode/ip.151.182.50.21) has joined #tryton | 11:21 | |
-!- catonano(~catonano@151.50.224.130) has joined #tryton | 11:52 | |
-!- thaneor(~ldlc6@r179-25-169-232.dialup.adsl.anteldata.net.uy) has joined #tryton | 12:04 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has left #tryton | 12:38 | |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 13:25 | |
-!- _2cadz_(~2cadz@185.61.188.34) has joined #tryton | 13:58 | |
-!- thaneor1(~ldlc6@r179-25-37-76.dialup.adsl.anteldata.net.uy) has joined #tryton | 14:00 | |
-!- perilla(~perilla@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton | 14:01 | |
perilla | cedk: about status_label on list view, I have two options a) https://pasteboard.co/Hd5mahI.png b) https://pasteboard.co/Hd5mwel.png | 14:04 |
---|---|---|
cedk | perilla: I would say option a | 14:09 |
perilla | cedk: ok | 14:09 |
cedk | and I would try to have a fixed size | 14:10 |
perilla | cedk: how can I set a fixed size? | 14:10 |
cedk | so showing always 5 chars | 14:10 |
cedk | and if you need more use '+' like the count and put the right value in title attribute | 14:11 |
cedk | so for you example: (1/99+) | 14:12 |
cedk | with a min-width: 6em | 14:13 |
cedk | the goal is that buttons does not move | 14:13 |
perilla | cedk: what about "233/500" how should it show? | 14:17 |
xcodinas | why not append the badge to a button to do not break the button group? | 14:21 |
perilla | cedk: what about before switch button, with this approach buttons should keep position | 14:22 |
perilla | cedk: and we can show all text without truncate | 14:22 |
perilla | cedk: https://pasteboard.co/Hd5tsge.png | 14:23 |
cedk | perilla: I would display: (-/99+) | 14:45 |
cedk | I think it is better between the arrows because it is the button that makes value changes | 14:45 |
cedk | and of course if there is a class that make text shows like the button, it is good to use | 14:46 |
cedk | indeed it could be a button and when you click on it, it scroll to the current record | 14:49 |
perilla | cedk: IMHO with this approach "(-/99+)" is that not mimic gtk behavior https://pasteboard.co/Hd5KJS7.png | 15:04 |
perilla | cedk: on gtk user can know directly actual record, without clic on any button | 15:04 |
cedk | perilla: different platform, different solution | 15:07 |
cedk | perilla: but if you have a solution to put the badge centered, it will be welcomed | 15:08 |
pokoli | cedk: perilla I'm wondering if we can use the number of digits of the limit to determine the chars to show | 15:09 |
perilla | cedk: for me this is a approx solution https://pasteboard.co/Hd5tsge.png | 15:09 |
perilla | cedk: badge it would always be to the left of the switch button | 15:10 |
cedk | perilla: xs screen will not work | 15:12 |
cedk | pokoli: will solve nothing as button will change between tabs | 15:14 |
cedk | indeed I think the idea of having the button between arrow interresting and we should probably implement it in desktop | 15:14 |
perilla | cedk: with badge before switch button on xs screen https://pasteboard.co/Hd5Pb8b.png | 15:15 |
cedk | perilla: strange | 15:16 |
perilla | cedk: yes | 15:17 |
perilla | pokoli: IMHO putting button between arrows add complexity on control width of text, in order to keep buttons position | 15:21 |
perilla | but, I respect the idea that has greater consensus of the core developers, and I can add anyone as collaborator to have other options | 15:22 |
cedk | perilla: indeed it can be fixed simply with a max-width, overflow hidden and ellipsis | 15:23 |
perilla | cedk: can I add you as collaborator? | 15:24 |
cedk | but also we should do the same for attachment and note count | 15:25 |
cedk | perilla: if you want | 15:25 |
perilla | cedk: ok, I will revert my last patch, in order to put between next and previuos buttons. that's ok? | 15:26 |
perilla | cedk: and add you as collaborator | 15:27 |
perilla | cedk: I add you as collaborator, thanks... | 15:36 |
-!- _2cadz(~2cadz@185.61.188.34) has joined #tryton | 15:47 | |
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton | 16:07 | |
-!- _2cadz(~2cadz@185.61.188.34) has joined #tryton | 16:08 | |
-!- JanGB(~jan@ip5f5b2f5d.dynamic.kabel-deutschland.de) has joined #tryton | 16:16 | |
-!- JosDzGx(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton | 16:21 | |
-!- cdchapman(~perturbed@67-2-81-134.slkc.qwest.net) has joined #tryton | 17:38 | |
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton | 17:47 | |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 18:13 | |
-!- rpit(~rpit@p200300C88F2B670056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton | 19:36 | |
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton | 21:00 | |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 21:39 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!