hledger icon indicating copy to clipboard operation
hledger copied to clipboard

it should be possible to use hledger-web with javascript disabled

Open simonmichael opened this issue 12 years ago • 2 comments
trafficstars

Original author: [email protected] (December 17, 2010 16:23:35) Original title: edit form always displays in non-javascript browsers, like elinks

Reported by djp. The web ui should be usable, at least for browsing, in text-mode browsers and when javascript is disabled or not available.

Original issue: http://code.google.com/p/hledger/issues/detail?id=33

simonmichael avatar Apr 08 '13 16:04 simonmichael

From [email protected] on January 21, 2011 02:59:57 The add/edit/import forms are normally hidden until needed by CSS, which the text browsers don't support. I've moved them below the main content as a slight improvement. I don't think it can be hidden completely except by moving it to a separate page, which means slower editing for normal users.

simonmichael avatar Apr 08 '13 16:04 simonmichael

Update: I believe that the above is no longer an issue (since the edit form was disabled), and that hledger-web ui is usable in read-only mode with javascript disabled. It's still not possible to add entries without javascript, and we'd like to make that possible. I'll repurpose this issue for that.

simonmichael avatar Jan 12 '20 18:01 simonmichael