January 21, 2015
On 1/21/15 6:47 AM, John Colvin wrote:
> On Wednesday, 21 January 2015 at 14:27:23 UTC, Ola Fosheim Grøstad wrote:
>> On Wednesday, 21 January 2015 at 13:38:25 UTC, MattCoder wrote:
>>> On Wednesday, 21 January 2015 at 13:28:22 UTC, Tofu Ninja wrote:
>>>> On Tuesday, 20 January 2015 at 03:29:23 UTC, Andrei Alexandrescu wrote:
>>>>
>>>> Can we have the old menus back :<
>>>
>>> Why would you want that?
>>
>> Usability?
>>
>> The new ones flicker because they don't load with the right class set.
>> This should be done on the server.
>>
>> The flickering is annoying when browsing library pages.
>
> not seeing any flickering here on OS X 10.10 + Safari

I think it has to do with the menu closing and reopening every time. Easy to fix. Any takers? -- Andrei
January 21, 2015
On Tuesday, 20 January 2015 at 03:29:23 UTC, Andrei Alexandrescu wrote:

Suggestion: The font-style used in one menu differs from the other, ex:

http://i.imgur.com/fRwdFNj.png

Which I think it should be the same, and as you can see in the image above, some words doesn't fit in the menu width, for example: "std.container.package".

Matheus.


January 21, 2015
On 1/21/15 7:57 AM, MattCoder wrote:
> On Tuesday, 20 January 2015 at 03:29:23 UTC, Andrei Alexandrescu wrote:
>
> Suggestion: The font-style used in one menu differs from the other, ex:
>
> http://i.imgur.com/fRwdFNj.png
>
> Which I think it should be the same, and as you can see in the image
> above, some words doesn't fit in the menu width, for example:
> "std.container.package".

That's intentional - module names are rendered in <tt>. It's been suggested that I eliminate "std." but all that may be not needed because the upcoming redesign :o). -- Andrei

January 21, 2015
>>> WIP:
>>>
>>> http://dump.thecybershadow.net/0ab998c7f4e2027fed300de718a4a058/0000013E.png

That is excellent, a huge improvement!
January 21, 2015
On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote:
> On 2015-01-21 03:59, Andrei Alexandrescu wrote:
>
>> Deployed. Let's thank Vladimir for this great work! -- Andrei
>
> The icons need higher resolution for retina displays. Especially the expand (plus) icons in the menu.

https://github.com/D-Programming-Language/dlang.org/pull/820
January 21, 2015
On Wednesday, 21 January 2015 at 06:33:57 UTC, weaselcat wrote:
> On Wednesday, 21 January 2015 at 02:59:16 UTC, Andrei Alexandrescu wrote:
>> On 1/20/15 6:08 PM, Vladimir Panteleev wrote:
>>> https://github.com/D-Programming-Language/dlang.org/pull/811
>>
>> Deployed. Let's thank Vladimir for this great work! -- Andrei
>
> Looks great but I'm unable to scroll the sidebar. If I open d reference dropdown I can't view all of it. I can file q bug report in the morning if needed.
>
> Nexus 5, Firefox.

Reiterating myself in case it was missed, impossible to browse the docs on mobile now.
January 21, 2015
On 1/21/15 12:42 PM, Vladimir Panteleev wrote:
> On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote:
>> On 2015-01-21 03:59, Andrei Alexandrescu wrote:
>>
>>> Deployed. Let's thank Vladimir for this great work! -- Andrei
>>
>> The icons need higher resolution for retina displays. Especially the
>> expand (plus) icons in the menu.
>
> https://github.com/D-Programming-Language/dlang.org/pull/820

Nice. That said, that broke the build. That's what we get for not having an autotester... -- Andrei
January 21, 2015
On 1/21/15 12:42 PM, Vladimir Panteleev wrote:
> On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote:
>> On 2015-01-21 03:59, Andrei Alexandrescu wrote:
>>
>>> Deployed. Let's thank Vladimir for this great work! -- Andrei
>>
>> The icons need higher resolution for retina displays. Especially the
>> expand (plus) icons in the menu.
>
> https://github.com/D-Programming-Language/dlang.org/pull/820

Pushed. Looks better now? -- Andrei
January 21, 2015
On Wed, Jan 21, 2015 at 01:30:03PM -0800, Andrei Alexandrescu via Digitalmars-d wrote:
> On 1/21/15 12:42 PM, Vladimir Panteleev wrote:
> >On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote:
> >>On 2015-01-21 03:59, Andrei Alexandrescu wrote:
> >>
> >>>Deployed. Let's thank Vladimir for this great work! -- Andrei
> >>
> >>The icons need higher resolution for retina displays. Especially the
> >>expand (plus) icons in the menu.
> >
> >https://github.com/D-Programming-Language/dlang.org/pull/820
> 
> Nice. That said, that broke the build. That's what we get for not having an autotester... -- Andrei

Yeah we need an autotester for dlang.org, if only to verify it can still build.

As a nice side-effect, it could possibly also publish the result to a temporary / staging server so that reviewers can preview what the changes will look like.


T

-- 
Computers are like a jungle: they have monitor lizards, rams, mice, c-moss, binary trees... and bugs.
January 22, 2015
I have not read this entire thread, so I don't know if you already know.  std.csv doesn't seem to appear in the menus.  Also core.sys.* is missing.

The url does exist though: http://dlang.org/phobos/std_csv.html

There may be others I don't know, I just happened to be searching for these specifically.

-Andy