Page MenuHomePhabricator

[native] fix no spacing in the community creation add members screen
ClosedPublic

Authored by ginsu on Feb 7 2024, 12:10 PM.
Tags
None
Referenced Files
F2142504: D10988.diff
Sat, Jun 29, 2:32 PM
Unknown Object (File)
Fri, Jun 21, 3:02 AM
Unknown Object (File)
Thu, Jun 13, 6:19 AM
Unknown Object (File)
Tue, Jun 11, 4:07 PM
Unknown Object (File)
May 1 2024, 7:57 PM
Unknown Object (File)
Apr 29 2024, 7:01 PM
Unknown Object (File)
Apr 5 2024, 10:40 PM
Unknown Object (File)
Feb 18 2024, 5:56 AM
Subscribers

Details

Summary

The add members section of the community creation add members screen didn't have any spacing. This diff fixes that

Linear task: https://linear.app/comm/issue/ENG-6011/add-minimal-margin-in-the-add-members-screen-in-community-creation

Test Plan

Please see the screenshot below

before:

Screenshot 2024-02-07 at 3.06.51 PM.png (1×944 px, 564 KB)

after:

Screenshot 2024-02-07 at 3.06.39 PM.png (1×1 px, 731 KB)

Screenshot 2024-02-07 at 3.08.30 PM.png (1×1 px, 729 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

native/community-creation/community-creation-members.react.js
191 ↗(On Diff #36796)

I used 20 here so that the tag input/list is aligned with the back button in the header.

The back button in the header has a default left margin of 8px and then we added an additional 12px of left padding in the communityCreationScreenOptions

https://github.com/CommE2E/comm/blob/master/native/community-creation/community-creation-navigator.react.js#L52-L54

ginsu requested review of this revision.Feb 7 2024, 12:28 PM
This revision is now accepted and ready to land.Feb 7 2024, 1:01 PM
This revision was landed with ongoing or failed builds.Feb 7 2024, 1:50 PM
This revision was automatically updated to reflect the committed changes.