* Initial commit
* Further tweaking
* Remake the table with "vue-good-table"
* Trim app ID from extensions
* Redesign table and add features
- Added back extension IDs.
- Highlighted "Note"s which starts with `w-` on Sheets.
- Restyled.
* Switch to Riz's maintained spreadsheet
* Upgrade slot syntax
Should fix build errors
* Re-enable search for Notes
* Install "vue-good-table" globally
Fix that worked for @ghostbear
* Update dependencies
* Update eslint-config-vuepress and fix warnings
* Linting
* Save webpack locally
Netlify gave an error for not having it but it wasn't needed before.
* Downgrade webpack
Some users have experienced the Netlify error when upgrading to recently released version 5, so downgrading to latest 4 release.
* Set 'htmlWhitespaceSensitivity' to 'ignore'
Switch from American timestamp to relative date marker.
E.g: "2 months ago" instead of "9/14/2020, 8:40:00 PM"
Also switch to mr-hope variants of sitemap/last-update
* Tweaked ReleaseDate and VersionTag
Also reworded README for Downloads
* Tweak download buttons
Also tweak constants and store to make them look more uniform.
* Changed button to element-ui buttons
Tweaked buttons though, but easier to make behave right
* Tweak placeholder digit to double digit
* Create global constants file
* Update constants import for all files
* Tweak project style guides
Change printWidth from 80, recommended project widths were at 100/120 so I choose 120.
Also while I'm doing it, tweak the EndOfLine setting to prevent VS Code from going ham on LF/CRLF sets.
* Remove the ESLint ignore lines in PR
And other import whitespace near it
* SNAKE_CASE constants instead of camelCase
* Update Homepage
* Minor changes
Removed some periods and changed the button text
* Remove one more period
* Change text to improve look of homepage
* Revert one change
* Update README.md
* Update README.md
* Add TachiyomiSY
* Update text from two to three
* Updated banner
Co-Authored-By: joseph619 <joseph619@users.noreply.github.com>
* Use 'these forks' instead of 'these X forks'
Co-authored-by: joseph619 <joseph619@users.noreply.github.com>
Co-authored-by: Andreas E <andreas.everos@gmail.com>
* Add back service worker
* Try setting serviceWorker to false in plugin to unregister SW
* Revert "Try setting serviceWorker to false in plugin to unregister SW"
This reverts commit 1e4febb436.