Beit-Hatfutsot / dbs-front

Frontend code for http://dbs.bh.org.il
GNU Affero General Public License v3.0
10 stars 13 forks source link

Remember font size selection and maintain across pages. #341

Open TheGrandVizier opened 7 years ago

TheGrandVizier commented 7 years ago

If the user changes the font size, it makes sense we display everything in this size until he chooses otherwise. Having to readjust font size on every page you navigate too does not sound very comfortable.

Reproduce:

  1. arrive at item page, for example http://test.dbs.bh.org.il/place/moscow
  2. expand the additional functionality tab.
  3. Increase dont size.
  4. Navigate to another item page by any means, for example: http://test.dbs.bh.org.il/place/egypt

Expected result Font size adjustment retained between pages.

Actual result Font reset to default, needs manual readjustment after each page load.