January 21, 2016
On Thursday, 21 January 2016 at 21:27:31 UTC, tsbockman wrote:
> On Thursday, 21 January 2016 at 21:21:18 UTC, Vladimir Panteleev wrote:
>> [...]
>
> The "Thread Overview" bar is only visible on the first page of a thread. Is this by design?

Yes, currently by design.

> It would be really nice if it appeared at the top of every page, rather than just the first.

Noted. This seems to be a highly requested feature.

January 21, 2016
On Thursday, 21 January 2016 at 21:21:18 UTC, Vladimir Panteleev wrote:
> On Thursday, 21 January 2016 at 21:14:34 UTC, mate wrote:
>> Thank you to anonymous and yourself for the hard work.
>>
>> On the mobile version (Android) the “Replies” column has gone, and with it the link to the first unread message. Is there any plan to add it back?
>>
>> This link was useful to me. Yet the link to the last message is still present in the “Last Post” column, but it is of low value in my opinion.
>
> OK, I added it back.

I confirmed it’s back. Thank you very much.
January 21, 2016
On Thursday, 21 January 2016 at 21:29:19 UTC, Vladimir Panteleev wrote:
> Noted. This seems to be a highly requested feature.

Thanks. I didn't see a reply from you, so I wasn't sure if you had noticed the earlier questions about this.
January 22, 2016
On Monday, 18 January 2016 at 10:20:13 UTC, Vladimir Panteleev wrote:
On Monday, 18 January 2016 at 10:20:13 UTC, Vladimir Panteleev wrote:
> - Disabled text-size-adjust (font size inflation on mobile browsers)
> - Removed font size changing depending on window width
> - Tweaked forum and group index background colors
> - Various fixes, including:
>   - "Current thread" and other labels not fitting in the search dropdown
>   - Height calculations for the split view modes
>   - Restrict breadcrumbs to one line
>
> 2. Page width, especially in horizontal-split mode
>
> As mentioned above, the navigation has been made narrower and the content wider, and the horizontal-split view mode can fit 73 characters at its widest. Hopefully this should be sufficient. If not I posted some ideas here: https://github.com/CyberShadow/DFeed/pull/51#issuecomment-172468784
>
> As I posted in the previous thread, it would be:
>
> - GOOD if you are as specific as possible in what can be improved.


I'm not sure if this's the same for everyone but the forum on mobile is unusable for me now. The thread titles are so squished next to the Last Post column that barely 2 words, max, show from the title. I forgot (yes) how it'd been in the old design but maybe have the 'columns' aligned horizontally in the new design on narrow screens?
January 22, 2016
On Friday, 22 January 2016 at 09:16:37 UTC, Enamex wrote:
> I'm not sure if this's the same for everyone but the forum on mobile is unusable for me now. The thread titles are so squished next to the Last Post column that barely 2 words, max, show from the title. I forgot (yes) how it'd been in the old design but maybe have the 'columns' aligned horizontally in the new design on narrow screens?

It is a hard problem.

I've now removed the avatars in very narrow post listings to make more room for thread titles.
January 22, 2016
On Friday, 22 January 2016 at 09:55:42 UTC, Vladimir Panteleev wrote:
> I've now removed the avatars in very narrow post listings to make more room for thread titles.

Seems as a good move; the widths are much better now on mobile.

On my wishlist is
- page navigation also at the top (first, prev, 1,2,3,..., next, last)
- forum navigation also at the bottom (index, learn, general, announce, etc.)

That would avoid a lot of annoying scrolling when used with an account in a browser.
January 22, 2016
On 2016-01-21 22:21, Vladimir Panteleev wrote:

> OK, I added it back.

The "Replies" column is still wider than it needs to be. Here's an example [1]. The green part is the padding, which looks fine. But why is there some much extra space in the blue part? If you open both the simulator and Safari there's a "Simulator" menu item in the "Develop" menu in Safari. You might need to enable the develop menu in the preferences pane (Safari -> Preferences -> Advanced -> Show Develop menu in bar).

Alternatively could we come up with a symbol or icon instead of the text "Replies", assuming that's why it's so wide?

[1] http://imgur.com/oQHcnTK

-- 
/Jacob Carlborg
January 24, 2016
On Friday, 22 January 2016 at 16:58:56 UTC, Jacob Carlborg wrote:
> On 2016-01-21 22:21, Vladimir Panteleev wrote:
>
>> OK, I added it back.
>
> The "Replies" column is still wider than it needs to be. Here's an example [1]. The green part is the padding, which looks fine. But why is there some much extra space in the blue part? If you open both the simulator and Safari there's a "Simulator" menu item in the "Develop" menu in Safari. You might need to enable the develop menu in the preferences pane (Safari -> Preferences -> Advanced -> Show Develop menu in bar).
>
> Alternatively could we come up with a symbol or icon instead of the text "Replies", assuming that's why it's so wide?

It is not wide because of the column heading, but because of the second "(123 new)" line that can appear in partially-read threads. And if we word-break that into two lines, that will increase the height of each column.

Maybe we could just hide the " new" for very narrow screens...

> [1] http://imgur.com/oQHcnTK

The font size looks larger than I recall seeing it in the iOS simulator. I'm switching OSes so can't look at the moment though.

I'm thinking that the end-all solution would probably be a font size adjustment setting.

February 03, 2016
On Sunday, 24 January 2016 at 10:39:51 UTC, Vladimir Panteleev wrote:
> The font size looks larger than I recall seeing it in the iOS simulator. I'm switching OSes so can't look at the moment though.
>
> I'm thinking that the end-all solution would probably be a font size adjustment setting.

So talking about fonts, in this page: http://dlang.org/spec/const3.html at the end:

"Implicit Conversions" - The table is missing the ticks over the conversions. Look what I'm seeing there: http://i.imgur.com/L4a6bx6.png

Bubba.
February 03, 2016
On Wednesday, 3 February 2016 at 01:55:16 UTC, bubbasaur wrote:
> On Sunday, 24 January 2016 at 10:39:51 UTC, Vladimir Panteleev wrote:
>> The font size looks larger than I recall seeing it in the iOS simulator. I'm switching OSes so can't look at the moment though.
>>
>> I'm thinking that the end-all solution would probably be a font size adjustment setting.
>
> So talking about fonts, in this page: http://dlang.org/spec/const3.html at the end:
>
> "Implicit Conversions" - The table is missing the ticks over the conversions. Look what I'm seeing there: http://i.imgur.com/L4a6bx6.png
>
> Bubba.

That's strange. Here's what I get: http://imgur.com/SZbJedj on Chrome 48, Ubuntu 15.10 amd64.

What browser, OS, etc. are you using?