simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.91k stars 315 forks source link

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

Open simonmichael opened 11 years ago

simonmichael commented 11 years ago

Original author: simon@joyful.com (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

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5973338-edit-form-always-displays-in-non-javascript-browsers-like-elinks?utm_campaign=plugin&utm_content=tracker%2F536505&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F536505&utm_medium=issues&utm_source=github).
simonmichael commented 11 years ago

From simon@joyful.com 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 commented 4 years ago

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.