* Download universal APK instead of first one
* Support preview APK when it reaches 10k commits
Co-authored-by: Soitora <simon.mattila@protonmail.com>
Co-authored-by: Soitora <simon.mattila@protonmail.com>
* Use Intersection Observer in Extension List
- Adds lazy loading to images
* Load Polyfill library when IntersectionObserver doesn't exist
* Replace Intersection Observer with browser level lazy loading
Remove old ExtensionList
Lint
* Clean up
* Added how to enable sources
* Added incognito and download only mode info
* Added DoH info
* Rearranged and added more info
* removed extra newline
* Moved tracking to the tracking page
* Update README.md
* removed remnants of the tracking section
* Add tracking filtering
* Added how to disable secure screen
* switch some instances of a for an
* Removed orphaned downloads section, doesn't actually exist in main Tachi
* Added suggestions from review
* Added translate icon to navigation vuefile
* changed filter to translate
* changed translate to language
Whoops, don't know how adding icons worked
* Remove some redundant wording and changed some words into their respective icons
* Changed quotation mark for correct ones
* Removed redundant wording
* Fix extensions page
* Tweaks to Extensions code
Replaced "English (English)" with "English"
Made a separate function for the language name (?).
* Use a real function to change English string instead of JS replace
Co-authored-by: Andreas <andreas.everos@gmail.com>
Co-authored-by: Andreas <andreas.everos@gmail.com>
* 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'
* 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
* Remove manifest.json
May no longer be required
* Organize assets
Organized to relative folders; unused assets deleted.
* Small changes to some pages
* Remove unused navigational items
* Keep sidebar order
Prevent the sidebar order from jumping which can be annoying
* Remove manifest.json reference
* Merge comment block as a complete chunk
* Various changes
Removed Mangakakaklot from recommended sources, and other several minor changes
* Made requested changes
* Fixed about hopefully
* Removed recommended sources
As per discussion on Discord
* Added about info icon
* Commented recommended sources
* Made requested changes
* More setup for ESLint
* Initial linting
* Fix: "Unexpected use of 'location': no-restricted-globals"
* Fix: "Prop 'sidebarItems' should define at least its type"
* Fix: "import/no-unresolved"
* Fix: "import/no-extraneous-dependencies"
* Fix: "Unexpected require() 'global-require'"
* Fix: "vue/require-prop-types"
* Line disable: "radix"
* Line disable: "no-param-reassign"
* Line disable: "no-shadow"
This should usually be an actual problem but I don't think so in this case as the next prompt is basically just a one-action warning.
* Add markdown linting support
* Replace single quotes with double
* Fix indentation for all files
* Fix second level quotation marks
* Change accordingly
I'd still rather keep 4-tab for MD when applicable though, the alternative is a non-standard 3-space indent, which makes three different indentations to keep track of.
* Updated Categories as per 0.9.0
All sections also need updated videos (which have been removed in this edit). Bottom two have been kept which also need to be replaced.
* Add new items to Navigation
* Fix stale pull-request
Co-authored-by: Soitora <simon.mattila@protonmail.com>