Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread Andrej Mitrovic via Digitalmars-d-announce

On Thursday, 30 June 2022 at 07:09:36 UTC, Ahmet Sait wrote:

Feedback welcome!


Love it! Thank you to everyone involved~


Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread bauss via Digitalmars-d-announce

On Thursday, 30 June 2022 at 09:59:36 UTC, bauss wrote:

On Thursday, 30 June 2022 at 08:38:42 UTC, Ahmet Sait wrote:

On Thursday, 30 June 2022 at 08:15:05 UTC, bauss wrote:
Is it possible to have it stored as local storage instead of 
a cookie?


I'm not mainly a web dev but what I could gather from this 
page 
https://stackoverflow.com/questions/3220660/local-storage-vs-cookies it is accessible from client side JavaScript and not transmitted to the server by default, which is necessary for server to respond with the correct view mode HTML.


Oh, I thought it was just a value that the page reacted upon.

The reason why I think local storage would have been better is 
because some people might have cookies disabled etc. but local 
storage is generally always enabled.


Cookies also expires and you may override the expiration put and 
it might be controlled by organizations etc.


Local storage does not expire.


Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread bauss via Digitalmars-d-announce

On Thursday, 30 June 2022 at 08:38:42 UTC, Ahmet Sait wrote:

On Thursday, 30 June 2022 at 08:15:05 UTC, bauss wrote:
Is it possible to have it stored as local storage instead of a 
cookie?


I'm not mainly a web dev but what I could gather from this page 
https://stackoverflow.com/questions/3220660/local-storage-vs-cookies it is accessible from client side JavaScript and not transmitted to the server by default, which is necessary for server to respond with the correct view mode HTML.


Oh, I thought it was just a value that the page reacted upon.

The reason why I think local storage would have been better is 
because some people might have cookies disabled etc. but local 
storage is generally always enabled.


Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread Ahmet Sait via Digitalmars-d-announce

On Thursday, 30 June 2022 at 08:15:05 UTC, bauss wrote:
Is it possible to have it stored as local storage instead of a 
cookie?


I'm not mainly a web dev but what I could gather from this page 
https://stackoverflow.com/questions/3220660/local-storage-vs-cookies it is accessible from client side JavaScript and not transmitted to the server by default, which is necessary for server to respond with the correct view mode HTML.


Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread bauss via Digitalmars-d-announce

On Thursday, 30 June 2022 at 07:09:36 UTC, Ahmet Sait wrote:

Hi everyone,
There is a new view mode you can check out under settings, 
designed to be more usable for narrow screens (such as smart 
phones).
This setting is stored client side as a cookie which means you 
can use it on your phone without affecting your desktop 
settings.


Please report any issues you might be having.

Feedback welcome!


Is it possible to have it stored as local storage instead of a 
cookie?


Re: Symmetry Autumn of Code 2022

2022-06-30 Thread M.M. via Digitalmars-d-announce

On Wednesday, 29 June 2022 at 11:20:47 UTC, Mike Parker wrote:
I recently received confirmation from Symmetry that SAOC 2022 
is a go!


[...]


Great to see the initiative continuing to exist! Thanks to the 
sponsors, and all involved.


Re: New forum view mode "narrow-index" is now available

2022-06-30 Thread user1234 via Digitalmars-d-announce

On Thursday, 30 June 2022 at 07:09:36 UTC, Ahmet Sait wrote:

Hi everyone,
There is a new view mode you can check out under settings, 
designed to be more usable for narrow screens (such as smart 
phones).
This setting is stored client side as a cookie which means you 
can use it on your phone without affecting your desktop 
settings.


Please report any issues you might be having.

Feedback welcome!


Nice, I like it, even on a UHD monitor ;)


New forum view mode "narrow-index" is now available

2022-06-30 Thread Ahmet Sait via Digitalmars-d-announce

Hi everyone,
There is a new view mode you can check out under settings, 
designed to be more usable for narrow screens (such as smart 
phones).
This setting is stored client side as a cookie which means you 
can use it on your phone without affecting your desktop settings.


Please report any issues you might be having.

Feedback welcome!