-
Notifications
You must be signed in to change notification settings - Fork 98
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(web-office): add update displayName for title on dashboard #14541
Open
stif59100
wants to merge
1
commit into
feat/office365-react-app
Choose a base branch
from
feat/MANAGER-16189
base: feat/office365-react-app
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.
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
stif59100
requested review from
frenautvh,
seven-amid,
MaximeBajeux,
oalkabouss and
sachinrameshn
and removed request for
a team
December 11, 2024 13:55
github-actions
bot
added
universe-web-cloud
translation required
container
feature
New feature
labels
Dec 11, 2024
stif59100
changed the title
Feat/manager 16189
feat(web-office): add update displayName for title on dashboard
Dec 11, 2024
packages/manager-react-components/src/components/content/headers/headers.component.tsx
Outdated
Show resolved
Hide resolved
stif59100
force-pushed
the
feat/MANAGER-16189
branch
from
December 12, 2024 14:19
8b59db7
to
98f4167
Compare
stif59100
force-pushed
the
feat/MANAGER-16189
branch
2 times, most recently
from
December 12, 2024 15:32
e4cb354
to
71f7a39
Compare
tristanwagner
approved these changes
Dec 12, 2024
ghyenne
force-pushed
the
feat/MANAGER-16124
branch
from
December 16, 2024 17:11
023fd12
to
ced38b3
Compare
stif59100
force-pushed
the
feat/MANAGER-16189
branch
from
December 17, 2024 11:32
71f7a39
to
e565332
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Dec 17, 2024
packages/manager/apps/web-office/src/components/Breadcrumb/Breadcrumb.tsx
Show resolved
Hide resolved
packages/manager/apps/web-office/src/pages/dashboard/users/Users.tsx
Outdated
Show resolved
Hide resolved
ghyenne
reviewed
Dec 18, 2024
.../manager/apps/web-office/src/pages/dashboard/components/UpdateDisplayNameModal.component.tsx
Outdated
Show resolved
Hide resolved
stif59100
force-pushed
the
feat/MANAGER-16124
branch
from
December 18, 2024 18:32
ced38b3
to
4142242
Compare
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Dec 18, 2024
stif59100
force-pushed
the
feat/MANAGER-16189
branch
from
December 18, 2024 18:34
e565332
to
9b1156f
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Dec 18, 2024
Base automatically changed from
feat/MANAGER-16124
to
feat/office365-react-app
December 18, 2024 18:40
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Dec 18, 2024
stif59100
force-pushed
the
feat/office365-react-app
branch
from
December 19, 2024 13:16
146b8b4
to
7ab2c12
Compare
stif59100
force-pushed
the
feat/office365-react-app
branch
from
January 7, 2025 11:19
7ab2c12
to
05584ac
Compare
stif59100
force-pushed
the
feat/MANAGER-16189
branch
from
January 8, 2025 08:08
9b1156f
to
fca8855
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Jan 8, 2025
stif59100
force-pushed
the
feat/office365-react-app
branch
from
January 8, 2025 10:30
f0281bf
to
03caf2d
Compare
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Jan 8, 2025
ref:MANAGER-16189 Signed-off-by: stif59100 <[email protected]>
stif59100
force-pushed
the
feat/MANAGER-16189
branch
from
January 8, 2025 10:31
fca8855
to
bdfb1ca
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Jan 8, 2025
Quality Gate passedIssues Measures |
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
New feature
has conflicts
Has conflicts to resolve before merging
translation required
universe-web-cloud
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.
Breaking change is mentioned in relevant commitsDescription
I added update for displayName
Related