summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert x button behavior when accessed through Next ActionsHEADmasterGravatar Chelsea Voss2016-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 backGravatar Chelsea Voss2016-11-05
|
* Merge remote-tracking branch 'origin/master'Gravatar Benjamin Barenblat2016-10-30
|\
* | Make completed next actions disappearGravatar Benjamin Barenblat2016-10-30
| | | | | | | | | | Filter out completed next actions when you refresh the page or add a new next action.
* | Disable MDL for next-action checkboxesGravatar Benjamin Barenblat2016-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 anymoreGravatar Benjamin Barenblat2016-10-30
| |
* | Support saving new actionsGravatar Benjamin Barenblat2016-10-30
| |
| * Use env to execute python3Gravatar Chelsea Voss2016-10-30
| |
* | Move FAB to lower-right per Material Design specGravatar Benjamin Barenblat2016-10-30
|/
* Add basic modal new-next-action dialogueGravatar Benjamin Barenblat2016-09-17
|
* Use HTML 5Gravatar Benjamin Barenblat2016-09-17
| | | | | Avoid rendering problems stemming from using MDL in quirks mode by switching the application to standards mode.
* Support MDL toastsGravatar Benjamin Barenblat2016-08-19
|
* Move MDL classes into their own libraryGravatar Benjamin Barenblat2016-08-19
|
* Record checkbox clicksGravatar Benjamin Barenblat2016-08-18
|
* Set checkbox state based on databaseGravatar Benjamin Barenblat2016-08-18
|
* Add checkboxesGravatar Benjamin Barenblat2016-08-16
|
* Use a databaseGravatar Benjamin Barenblat2016-08-16
| | | | | Enable future development with queries by switch to a SQLite database for next actions.
* Makefile: Don’t rebuild unnecessarilyGravatar Benjamin Barenblat2016-08-16
| | | | | Prevent ugtd from depending on the PHONY target ‘mdl’, thereby eliminating spurious rebuilds.
* Create basic next action listGravatar Benjamin Barenblat2016-08-02
|
* Add Material Design LiteGravatar Benjamin Barenblat2016-08-02
|
* Initial commitGravatar Benjamin Barenblat2016-08-02