Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

feat(flow-item,panel): Add intl string properties. #843

Merged
merged 4 commits into from
Mar 12, 2020

Conversation

driskull
Copy link
Member

Related Issue: #818

Summary

Enhancement: Rename text props we provide a default for to have intl- prefix #818

@driskull driskull added enhancement New feature request for an existing component 1 - assigned intl p - low labels Feb 21, 2020
@driskull driskull added this to the Ice King milestone Feb 21, 2020
@driskull driskull requested a review from a team as a code owner February 21, 2020 19:08
@driskull driskull self-assigned this Feb 21, 2020
Copy link
Contributor

@asangma asangma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string cheese

Looks good!

@kat10140 kat10140 modified the milestones: Ice King, James Baxter Mar 10, 2020
@driskull
Copy link
Member Author

@jcfranco merging. Let me know if follow up issues arise.

@driskull driskull merged commit fed34b7 into master Mar 12, 2020
@driskull driskull deleted the dris0000/intl-flow-panel branch March 12, 2020 20:53
Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

One minor difference after these changes is that intl/text props are no longer clearable. Do we need to make a note of that? cc @kat10140

@@ -70,17 +70,35 @@ export class CalciteFlowItem {
/**
* 'Back' text string.
*/
@Prop() textBack = TEXT.back;
@Prop() intlBack?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: can these be placed in alphabetical order?

@driskull
Copy link
Member Author

Yeah, lets note that they should have a value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1 - assigned enhancement New feature request for an existing component intl p - low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants