Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert x button behavior when accessed through Next ActionsHEADmaster | Chelsea Voss | 2016-11-05 |
| | | | | | Also create New Action page at /new, whose x button accesses the browser history. | ||
* | Create browser history FFI module; make x button in new actions go back | Chelsea Voss | 2016-11-05 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Benjamin Barenblat | 2016-10-30 |
|\ | |||
* | | Make completed next actions disappear | Benjamin Barenblat | 2016-10-30 |
| | | | | | | | | | | Filter out completed next actions when you refresh the page or add a new next action. | ||
* | | Disable MDL for next-action checkboxes | Benjamin Barenblat | 2016-10-30 |
| | | | | | | | | | | | | | | | | | | d1d071462a0a1520d94a029886093b558b24267d causes uGTD to dynamically regenerate the next action list when you create a new action. Unfortunately, to get the new checkboxes to look right, it has to MDL.upgrade them, and this clobbers the onclick handler that Ur/Web installs. Disable MDL on the checkboxes to preserve functionality (at the cost of a bit of ugliness). | ||
* | | Get rid of X-UA-Compatible header, as it’s not really relevant anymore | Benjamin Barenblat | 2016-10-30 |
| | | |||
* | | Support saving new actions | Benjamin Barenblat | 2016-10-30 |
| | | |||
| * | Use env to execute python3 | Chelsea Voss | 2016-10-30 |
| | | |||
* | | Move FAB to lower-right per Material Design spec | Benjamin Barenblat | 2016-10-30 |
|/ | |||
* | Add basic modal new-next-action dialogue | Benjamin Barenblat | 2016-09-17 |
| | |||
* | Use HTML 5 | Benjamin Barenblat | 2016-09-17 |
| | | | | | Avoid rendering problems stemming from using MDL in quirks mode by switching the application to standards mode. | ||
* | Support MDL toasts | Benjamin Barenblat | 2016-08-19 |
| | |||
* | Move MDL classes into their own library | Benjamin Barenblat | 2016-08-19 |
| | |||
* | Record checkbox clicks | Benjamin Barenblat | 2016-08-18 |
| | |||
* | Set checkbox state based on database | Benjamin Barenblat | 2016-08-18 |
| | |||
* | Add checkboxes | Benjamin Barenblat | 2016-08-16 |
| | |||
* | Use a database | Benjamin Barenblat | 2016-08-16 |
| | | | | | Enable future development with queries by switch to a SQLite database for next actions. | ||
* | Makefile: Don’t rebuild unnecessarily | Benjamin Barenblat | 2016-08-16 |
| | | | | | Prevent ugtd from depending on the PHONY target ‘mdl’, thereby eliminating spurious rebuilds. | ||
* | Create basic next action list | Benjamin Barenblat | 2016-08-02 |
| | |||
* | Add Material Design Lite | Benjamin Barenblat | 2016-08-02 |
| | |||
* | Initial commit | Benjamin Barenblat | 2016-08-02 |