Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add additional fields to first time setup trial flow#11533

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

coadler
Copy link
Contributor

@coadlercoadler commentedJan 9, 2024
edited
Loading

Adds additional fields in the setup page when a trial is selected. This is meant as a temporary solution until a full page can be built out.

image.png

@coadler
Copy link
ContributorAuthor

coadler commentedJan 9, 2024
edited
Loading

This stack of pull requests is managed by Graphite.Learn more about stacking.

Join@coadler and the rest of your teammates onGraphiteGraphite

@coadlercoadlerforce-pushed thecolin/feataddadditionalfieldstofirsttimesetuptrialflow branch 8 times, most recently from8f3f22c toad0ba95CompareJanuary 10, 2024 01:15
@coadlercoadlerforce-pushed thecolin/feataddadditionalfieldstofirsttimesetuptrialflow branch fromad0ba95 tof9eca5aCompareJanuary 12, 2024 18:49
@@ -410,7 +410,7 @@ export const components = {
root: {
// Not sure why but since the input has padding we don't need it here
"& .MuiInputBase-root": {
padding:0,
padding:"0px 0px 0px 8px",
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

This is what fixed the zero padding in the country autocomplete field. I looked at other autocomplete boxes and it doesn't seem to affect them at all.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We probably just want to apply this style in the specific country component right? This can break other components.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@BrunoQuaresma I tried to do something like you didhere but couldn't get it to work since myAutocomplete component wouldn't acceptInputProps, onlyinputProps, which didn't seem to work.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I see, if it does not break other autocomplete components like the user/groups in the groups page I'm ok with that

@coadlercoadler marked this pull request as ready for reviewJanuary 12, 2024 18:58
Comment on lines +216 to +229
<TextField
{...getFieldHelpers("trial_info.first_name")}
id="trial_info.first_name"
name="trial_info.first_name"
fullWidth
label={Language.firstNameLabel}
/>
<TextField
{...getFieldHelpers("trial_info.last_name")}
id="trial_info.last_name"
name="trial_info.last_name"
fullWidth
label={Language.lastNameLabel}
/>
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

I unfortunately don't really have a choice re: the singleName input, since this is the info they need in Hubspot. Can probably be revisited when this is refactored into a new page.

Copy link
Collaborator

@BrunoQuaresmaBrunoQuaresma left a comment

Choose a reason for hiding this comment

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

FE code looks good 👍 Just one minor observation

coadler reacted with heart emoji
@coadlercoadler merged commitbe43d62 intomainJan 17, 2024
@coadlercoadler deleted the colin/feataddadditionalfieldstofirsttimesetuptrialflow branchJanuary 17, 2024 00:19
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 17, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@BrunoQuaresmaBrunoQuaresmaBrunoQuaresma approved these changes

@aslilacaslilacAwaiting requested review from aslilac

Assignees

@coadlercoadler

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@coadler@BrunoQuaresma

[8]ページ先頭

©2009-2025 Movatter.jp