jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -43,6 +43,6 @@ From one of the developers explaining why they won't pach it: | |||
| 43 | 43 | > The current version is practically decommissioned and does not claim to support Nextcloud 28. The rewrite is the only way to get the app in a working shape again. | |
| 44 | 44 | ||
| 45 | 45 | This makes no sense as no lives are at stake here and it's literally a 5 minute fix and they can go back to rewriting the app. | |
| 46 | - | There's no harm at all in providing this file in the meantime but the developers are stubborn and don't care about their users, aparently. | |
| 46 | + | There's no harm at all in providing this file in the meantime but the developers are stubborn and don't care about their users, apparently. | |
| 47 | 47 | ||
| 48 | 48 | After this the developers locked the conversation. | |
jiriks74 revised this gist . Go to revision
1 file changed, 3 insertions
README.md
| @@ -42,4 +42,7 @@ From one of the developers explaining why they won't pach it: | |||
| 42 | 42 | > | |
| 43 | 43 | > The current version is practically decommissioned and does not claim to support Nextcloud 28. The rewrite is the only way to get the app in a working shape again. | |
| 44 | 44 | ||
| 45 | + | This makes no sense as no lives are at stake here and it's literally a 5 minute fix and they can go back to rewriting the app. | |
| 46 | + | There's no harm at all in providing this file in the meantime but the developers are stubborn and don't care about their users, aparently. | |
| 47 | + | ||
| 45 | 48 | After this the developers locked the conversation. | |
jiriks74 revised this gist . Go to revision
1 file changed, 20 insertions, 2 deletions
README.md
| @@ -1,4 +1,4 @@ | |||
| 1 | - | This file has to be put into the `css` directory of the News app. | |
| 1 | + | This Gist contains a `custom.css` file with missing stylesheets for the Nextcloud News app. | |
| 2 | 2 | ||
| 3 | 3 | ## Setup the file automatically | |
| 4 | 4 | ||
| @@ -24,4 +24,22 @@ The directory should look like this afterwards: | |||
| 24 | 24 | ```bash | |
| 25 | 25 | nextcloud/custom_apps# ls news/css/ | |
| 26 | 26 | admin.css app.css content.css custom.css explore.css mobile.css navigation.css settings.css shortcuts.css | |
| 27 | - | ``` | |
| 27 | + | ``` | |
| 28 | + | ||
| 29 | + | ## Context to the issue | |
| 30 | + | ||
| 31 | + | The issue in question is [here](). | |
| 32 | + | ||
| 33 | + | Nextcloud, in an update, moved to Vue so the News app developers decided to rewrite the app in Vue as well. | |
| 34 | + | However due to the styles that Nextcloud removed the app's sidebar is an unusable mess. | |
| 35 | + | ||
| 36 | + | For whatever reason the app's developers are unwilling to patch/bodge the app while they're rewritng it. | |
| 37 | + | It's now been unusable for since Nextcloud 24 and we're now on Nextcloud 29. | |
| 38 | + | ||
| 39 | + | From one of the developers explaining why they won't pach it: | |
| 40 | + | ||
| 41 | + | > For the same reason that putting duct tape on a Boeing doesn't suddenly make it airworthy again. | |
| 42 | + | > | |
| 43 | + | > The current version is practically decommissioned and does not claim to support Nextcloud 28. The rewrite is the only way to get the app in a working shape again. | |
| 44 | + | ||
| 45 | + | After this the developers locked the conversation. | |
jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -1,4 +1,4 @@ | |||
| 1 | - | This file has to be put into the css` directory of the News app. | |
| 1 | + | This file has to be put into the `css` directory of the News app. | |
| 2 | 2 | ||
| 3 | 3 | ## Setup the file automatically | |
| 4 | 4 | ||
jiriks74 revised this gist . Go to revision
1 file changed, 4 insertions
README.md
| @@ -1,5 +1,7 @@ | |||
| 1 | 1 | This file has to be put into the css` directory of the News app. | |
| 2 | 2 | ||
| 3 | + | ## Setup the file automatically | |
| 4 | + | ||
| 3 | 5 | To get this file easily go to the Nextcloud's directory and run the following command: | |
| 4 | 6 | ||
| 5 | 7 | - Make sure that the user has sufficent rights to write to the News app's css directory | |
| @@ -8,6 +10,8 @@ To get this file easily go to the Nextcloud's directory and run the following co | |||
| 8 | 10 | curl -sSL https://opengist.stefka.eu/jiriks74/nextcloud-news-fix/raw/HEAD/install.sh | bash | |
| 9 | 11 | ``` | |
| 10 | 12 | ||
| 13 | + | ## Setup the file manually | |
| 14 | + | ||
| 11 | 15 | If you're not comfortable running shell scripts from web find the `news` directory yourself, | |
| 12 | 16 | go to the `css` directory and get the `custom.css` file: | |
| 13 | 17 | ||
jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -8,7 +8,7 @@ To get this file easily go to the Nextcloud's directory and run the following co | |||
| 8 | 8 | curl -sSL https://opengist.stefka.eu/jiriks74/nextcloud-news-fix/raw/HEAD/install.sh | bash | |
| 9 | 9 | ``` | |
| 10 | 10 | ||
| 11 | - | If you're not confortable running shell scripts from web find the `news` directory yourself, | |
| 11 | + | If you're not comfortable running shell scripts from web find the `news` directory yourself, | |
| 12 | 12 | go to the `css` directory and get the `custom.css` file: | |
| 13 | 13 | ||
| 14 | 14 | ```bash | |
jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -2,7 +2,7 @@ This file has to be put into the css` directory of the News app. | |||
| 2 | 2 | ||
| 3 | 3 | To get this file easily go to the Nextcloud's directory and run the following command: | |
| 4 | 4 | ||
| 5 | - | - Make sure that the user has sufficent rights to write to the news app's css directory | |
| 5 | + | - Make sure that the user has sufficent rights to write to the News app's css directory | |
| 6 | 6 | ||
| 7 | 7 | ```bash | |
| 8 | 8 | curl -sSL https://opengist.stefka.eu/jiriks74/nextcloud-news-fix/raw/HEAD/install.sh | bash | |
jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | This file has to be put into the css` directory of the News app. | |
| 2 | 2 | ||
| 3 | - | To get this file easily go to the Nextcloud directory and run the following command: | |
| 3 | + | To get this file easily go to the Nextcloud's directory and run the following command: | |
| 4 | 4 | ||
| 5 | 5 | - Make sure that the user has sufficent rights to write to the news app's css directory | |
| 6 | 6 | ||
jiriks74 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
install.sh
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | #!/bin/sh | |
| 2 | 2 | if [ -d "custom_apps/news" ] && [ -d "apps/news" ]; then | |
| 3 | - | echo "Couldn't determine News folder as it present both in." | |
| 3 | + | echo "Couldn't determine News folder as it present both in" | |
| 4 | 4 | echo "'apps/news'" | |
| 5 | 5 | echo "and in" | |
| 6 | 6 | echo "'custom_apps/news'" | |
jiriks74 revised this gist . Go to revision
1 file changed, 1 deletion
install.sh
| @@ -14,6 +14,5 @@ else | |||
| 14 | 14 | echo "To get the file manually find the news/css folder and run" | |
| 15 | 15 | echo | |
| 16 | 16 | echo 'curl "https://opengist.stefka.eu/jiriks74/nextcloud-news-fix/raw/HEAD/custom.css" -o custom.css' | |
| 17 | - | echo | |
| 18 | 17 | exit 1 | |
| 19 | 18 | fi | |