forked from linode/manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: [M3-8637] - Make
EditableText
UI component pure (linode#1…
…1333) * initial idea * improve comment * fix spelling * fix spelling * use `to` rather than `link` * use `to` rather than `link` * fix comment * use the new prop in Cloud Manager * impliment some changes from Jaalah's component * add changeset * thanks @abailly-akamai 🙏 * clean up a bit * final clean up --------- Co-authored-by: Banks Nussman <banks@nussman.us>
- Loading branch information
1 parent
bb4c965
commit b494346
Showing
6 changed files
with
81 additions
and
16 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
packages/manager/src/components/Breadcrumb/FinalCrumb.styles.tsx
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/ui": Changed | ||
--- | ||
|
||
Update `EditableText` to not use `react-router-dom` and accept a `LinkComponent` prop ([#11333](https://github.com/linode/manager/pull/11333)) |
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
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