Fix and Update a bunch of things#18
Open
Dylancyclone wants to merge 5 commits intobluzi:masterfrom
Open
Conversation
To make this easier, I'll list the changes as a changelog. +Added automatic and manual refreshing +Added support for viewing subtasks *Changed About modal *Changed a couple shortcuts that were intercepted by the browser *Changed everything to be dark themed *Fixed some cases where the tasks would be sorted incorrectly *Made the app stretch to fill all available vertical space
… once plus a few fixes Set homepage to "." in package.json so the build can be deployed to anywhere on a webserver, fixed description not being dimmed/crossed out on completed task, and updated README image to match what this branch looks like.
The due date of a task is stored in UTC time, so different time zones may cause the date to be off by one day.
This commit reverts a bunch of the personal changes I've made to the repo to bring it back to it's original style. I want to try my hand at creating a Pull Request, so the only difference between the original version and this commit are the actual fixes and improvements, no visual/personal choices like dark mode or changing dates from dd/mm/yyyy to mm/dd/yyy Full changes: +Added automatic and manual refreshing +Added support for viewing subtasks +Added descriptions on the main view *Changed About modal *Changed a couple shortcuts that were intercepted by the browser *Changed everything to be dark themed *Fixed some cases where the tasks would be sorted incorrectly *Fixed the app failing to save changes if too many changes are made at once *Made the app stretch to fill all available vertical space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! I've been working on a fork for a little while and thought I'd make a PR for some of the fixes I've come across.
Here are all the changes and some explanations for them:
ctrl+Eget intercepted by the browser, so they've been changed to something similar but usableIt's also worth noting that this is my first Pull Request, so please let me know if I've done something wrong or I should do something differently.