-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat(NcAppContent): Allow to set the page title #5269
Open
susnux
wants to merge
2
commits into
master
Choose a base branch
from
feat/allow-setting-page-title
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+172
−4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
susnux
added
3. to review
Waiting for reviews
feature: app-content
Related to the app-content component
labels
Feb 20, 2024
susnux
requested review from
raimund-schluessler,
JuliaKirschenheuter,
skjnldsv and
ShGKme
February 20, 2024 12:32
ShGKme
reviewed
Feb 20, 2024
ShGKme
reviewed
Feb 20, 2024
skjnldsv
reviewed
Feb 20, 2024
susnux
force-pushed
the
feat/allow-setting-page-title
branch
from
February 20, 2024 22:14
aa0f4bf
to
1181ddb
Compare
ShGKme
reviewed
Feb 20, 2024
susnux
force-pushed
the
feat/allow-setting-page-title
branch
from
February 29, 2024 13:26
5f8b7d9
to
c5f8dac
Compare
susnux
force-pushed
the
feat/allow-setting-page-title
branch
from
February 29, 2024 13:32
c5f8dac
to
d75d10a
Compare
ShGKme
approved these changes
Feb 29, 2024
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.
Everything looks fine, cool feature.
Only one old thing with the translations
ShGKme
requested changes
Feb 29, 2024
Sometimes - e.g. when you have multiple view - you want to adjust the page title, that is shown as the browsers tab name. This adds a property to set that value. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux
force-pushed
the
feat/allow-setting-page-title
branch
from
May 10, 2024 18:49
d75d10a
to
62b6d86
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
enhancement
New feature or request
feature: app-content
Related to the app-content component
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
Sometimes - e.g. when you have multiple view - you want to adjust the page title, that is shown as the browsers tab name. This adds a property to set that value.
🏁 Checklist
next
requested with a Vue 3 upgrade