-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show changelog in apps management #21082
Conversation
Very nice! Only minor thing is that we should call it "What’s new" instead of "Changelog" which is a bit bland and technical. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment for wording change (I would add it directly but somehow often the build process for the apps in core messes stuff up for me).
needs a rebase and the comment from @jancborchardt addressed |
Btw @juliushaertl to make it simpler and also work better on mobile, we could just put the changelog below the description/links instead of using tabs. This is also how the Android Play store and the iOS app store essentially do it. To alleviate the case of a very long description, we can set some max-height which will expand on click – exactly like we do for the rich workspaces. |
@juliushaertl still something we can tackle for 20? |
Not before #18969 |
will dive into it again soon |
soooo? |
13fb014
to
dc3c146
Compare
Force-pushed the changelog only changes now based on master. |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32532: failurejsunitShow full log
mariadb10.1-php7.2Show full log
mariadb10.4-php7.3Show full log
|
<AppDetails :app="app" /> | ||
</AppSidebarTab> | ||
<AppSidebarTab v-if="app.appstoreData && app.releases[0].translations.en.changelog" | ||
id="desca" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
desca ?
id="desca" | |
id="changelog" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nitpick! :)
Great job!!! 🚀 😍
dc3c146
to
eca1c19
Compare
/compile amend / |
Signed-off-by: Julius Härtl <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
eca1c19
to
7a1748e
Compare
This will use the changelog provided by the most recent app store release and show it in the apps management sidebar if available.
Besides that I also did some code cleanup, migrated to use the new sidebar tabs for description/changelog and removed the list transition which had quite a negative performance impact when searching and switching between app categories.
With a changelog:
Without a changelog: