Commit Graph

286 Commits

Author SHA1 Message Date
scb261
d2ee497ae1 Clarify local folder location (#479) 2020-12-15 22:35:22 +01:00
Andreas E
ff416727ac Update links (#481) 2020-12-15 22:34:24 +01:00
Soitora
4182d21e6e Switch out two images (#478) 2020-12-13 15:10:17 +01:00
scb261
8f807b0e92 Consider multi-user mentions in 'What's new' (#471) 2020-11-29 21:45:43 +01:00
Soitora
7b621d2ac3 Remove diacritic search (#470)
Increase search performance by a significant margin by removing diacritic search.
2020-11-28 18:38:34 +01:00
Soitora
4c649d9c63 Add spreadsheet to the extension page (#462)
* 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
2020-11-27 16:10:51 +01:00
loocool2
00a764e887 Update TachiSy icon (#455)
* Update TachiSy icon

* Revert "Update TachiSy icon"

This reverts commit f9fc6b6d9881e08fc23663ea4a22b47e7a3d09a2.

* Update forks_logo-sy.png

* Update forks_logo-sy.png (#469)
2020-11-27 16:09:47 +01:00
loocool2
9703a62a3c Add nomedia instruction to local guide (#450)
* Update reading-local-manga.md

* Change to unordered list (#459)
2020-11-24 12:13:52 +01:00
loocool2
038ef05a1c Add Inorichi statement to Google Play question (#457)
* Add Inorichi statement to Google Play question

closes #307

* Accept proposed changes (#458)
2020-11-24 09:39:19 +01:00
loocool2
340e885daf Remove F Droid Statement (#456)
Closes #440
2020-11-23 21:10:41 +01:00
arkon
6f5b848cea Use redirect link for spreadsheet (#453) 2020-11-23 17:35:28 +01:00
Andreas E
a1cb4bcf2b Redirect user to GitHub instead of API when they have slow internet (#444) 2020-11-11 16:04:54 +01:00
scb261
2346a0b2cc Some edits in troubleshoot guide (#434) 2020-11-05 11:07:02 +01:00
scb261
fdb8235898 Add Preview description (#429)
Co-authored-by: Soitora <simon.mattila@protonmail.com>
2020-11-02 11:40:43 +01:00
scb261
3b0a47003e Update reader settings guide (#430) 2020-11-01 12:54:28 +01:00
Soitora
ce39645a58 Update dependencies and lint for errors (#426)
* 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'
2020-10-27 18:35:33 +01:00
FramboisePi
093909a17f Fix assets links (#419) 2020-10-24 15:11:11 +02:00
Seishirou101
3e32dd3b36 add min android version to all forks pages. (#388) 2020-10-13 16:03:04 +02:00
bbtora
7e07f26ba3 Categories changes (#379)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-13 09:01:51 +02:00
Soitora
4328bb9ea6 Final part of long PR chain (#377) 2020-10-02 17:32:08 +02:00
Soitora
f03c86831b Rename old containers for clarity (#374) 2020-10-02 14:54:25 +02:00
Andreas E
1a93058426 Update reader settings (#375) 2020-10-02 14:54:06 +02:00
Soitora
ca2255712b Local guide icons (#373) 2020-10-01 14:00:40 +02:00
Soitora
dc8a057497 Unify location for assets.. again.. (#372)
Co-authored-by: Andreas E. <andreas.everos@gmail.com>
2020-10-01 13:48:14 +02:00
Soitora
4430781d3b
Containers overhaul (#363) 2020-09-27 13:25:32 +02:00
Carlos
e272a22a63
Update Neko.md (#357) 2020-09-25 21:25:32 +02:00
Soitora
56d9368b08
Fix image zoom (#355) 2020-09-22 06:14:45 +02:00
Seishirou101
ee3a6b2781
move common errors to troubleshooting + others (#351) 2020-09-17 19:28:21 +02:00
Seishirou101
35b8450a8a
Updated the Guide Section. (#322)
Co-authored-by: Soitora <simon.mattila@protonmail.com>
2020-09-16 04:12:02 +02:00
Soitora
42602ae992
Switch last updated to relative timestamp (#348)
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
2020-09-15 19:41:19 +02:00
Soitora
5cdffdc278
Adds mobile tooltips for Download page (#350)
* Adds mobile tooltips for Download page

* Switch to unspecified theme

Should default to dark, not sure if there's any other logic to it
2020-09-15 09:33:37 +02:00
Soitora
3e4515c460
Hyperlink credited users in the downloads page (#347)
* Regex add in hyperlinked authors

* Make the regex lazy

So it doesn't get greedy and try to match from the first parenthesis to the very last.
2020-09-15 09:30:21 +02:00
Soitora
6e63c6ae31
Download page tweaks (#345)
* 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
2020-09-14 22:40:00 +02:00
Andreas E
cc37f7f7b7
Update preview download to get link from GitHub releases (#344)
No longer downloads from tachiyomi.kanade.eu
2020-09-13 14:26:42 +02:00
Seishirou101
2773ddf63c
Update source migration page and updated videos (#320)
Co-authored-by: Soitora <simon.mattila@protonmail.com>
2020-09-13 02:43:01 +02:00
Soitora
8cdebba09d
Quick "rewrite" (#332)
* Clean foundation

* Carry over stuff

* Amend some things

* Delete mdi-iconfont.scss

* Remove forgotten code
2020-08-31 20:36:42 +02:00
Soitora
6465c0bfb8
Create Style manual for contributors (#331)
Co-authored-by: Andreas E. <andreas.everos@gmail.com>
2020-08-31 11:50:15 +02:00
Soitora
69d46b0c8a
Add Element UI (#323) 2020-08-23 20:02:35 +02:00
Soitora
e98b9fd47b
Enhance slightly for SEO (#297)
* Enhance slightly for SEO

* Remove redundant option
2020-08-16 10:21:33 +02:00
arkon
41eea5b0e9
Update ESLint (#298)
Update ESLint (#298)
2020-08-15 19:03:32 +02:00
Soitora
8e3ae1171f
Add Zooming plugin (#296) 2020-08-15 11:36:22 +02:00
Seishirou101
0aae98202e
Updated Source Problems Page (#285) 2020-08-14 23:16:35 +02:00
Soitora
ff5b3eb418
Initial commit (#295) 2020-08-10 18:23:34 -04:00
Andreas E
e3eb6eda10
Add Vuex, and store data (#287) 2020-08-04 20:13:58 +02:00
joseph619
79e66963ea
Remove source recs permanently (#286)
Remove source recs permanently (#286)
2020-08-04 19:31:01 +02:00
Seishirou101
b5bd2cbe59
Various changes (#284)
* Various changes

Updated forks page and misc things noted in dev-website chat

* Removed a word and changed feature

* Remove EH and fix wordings
2020-08-04 08:08:11 +02:00
jobobby04
bd11e3794f
Update TachiyomiSY banner image to SY 1.1.0 (#283)
Update TachiyomiSY banner image to SY 1.1.0 (#283)
2020-08-03 04:03:50 +02:00
joseph619
86eac81739
Removed outdated buttons (#282) 2020-08-03 02:39:34 +02:00
Soitora
74645d7ca4
Enhance download page (#277) 2020-08-03 02:37:43 +02:00
joseph619
89e5834ebe
Update categories for new app update (#278)
* Update categories for new app update

* Replaced category button

* Updated button

* Update Navigation.vue

* Added back source migration

* Added back removed items
2020-08-02 16:44:04 -04:00