* 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>
The current homepage has a couple of inaccuracies and omissions:
1) The Kissmanga extension is no longer available or supported.
2) Support for the tracker Bangumi has been added.
3) 'Extensions' and 'Tracking' are both nouns, but 'Configurable' is an adjective, so it feels a bit off compared to the others. I changed it to 'Customization".
Co-authored-by: Soitora <simon.mattila@protonmail.com>
* Initial commit
* Add new feature images
* Add better linting
* Slightly darken main background
* Change button icons and text
* Fix missing quotation mark
* Linting final files
* a11y accommodations
* Further a11y changes
Now allows download button to be pressed when focused, which it didn't before.
* Slightly adjust feature photos
* Fix preview button border radius
* Fix content moving in features
Sloppily
* Better view on mobile
* Initial work
* Add community md icons
* Allow search to be hidden from frontmatter
* Update Help.vue
* Adjust README to fit new Help.vue
* More stuffs
* Linting
* Try fixing valid v-else
* Missed the actual error
* Can't resolve "vue-material-design-icons/GitHub.vue" fix?
* Force the page to ignore sidebar padding
* Test commit
* Fix color and add description
* Build rest of the files
* Remove redundant line from Neko.vue
* Merge Fork Page components
* Remove redundant style
* Change as per review comments
* Change AZ description slightly
* Carlos got Jays name wrong
Yeeting this in the PR too for good measure
* Update GA event names
* Make DownloadButtons.vue modular
* Attempting custom dimension and metrics
* Change forks dimension to static
* Fix wrong tag for Metrics
* Add secondary dimension instead of metric
* Send both dimensions in one call
* Please let this be the fix
* The actual fix
Apparently custom dimensions didn't work for the intended use here.
* Switch label to tag
* Create a Navigation component
* Remove scoped from MaterialIcon to allow reuse of CSS
* Linting
* Support for linked items
* Adjust text
* Turn computed properties into an array
* Change array object position
* Update code example for MaterialIcon.vue
* Better handling of non-icon items
Also change "icon-name" to "iconName", the latter were the correct one but it somehow worked with the first one (I'd assume it attempts without the hyphen during errors)