Page MenuHomePhabricator

[native] Make possible to render tip not pointing to anything
ClosedPublic

Authored by inka on Aug 27 2024, 10:03 AM.
Tags
None
Referenced Files
F3643675: D13179.id43806.diff
Sat, Jan 4, 5:40 PM
F3643674: D13179.id43734.diff
Sat, Jan 4, 5:40 PM
F3643673: D13179.id43701.diff
Sat, Jan 4, 5:40 PM
F3643662: D13179.id.diff
Sat, Jan 4, 5:40 PM
F3643655: D13179.diff
Sat, Jan 4, 5:39 PM
Unknown Object (File)
Tue, Dec 31, 12:10 AM
Unknown Object (File)
Thu, Dec 26, 2:36 AM
Unknown Object (File)
Tue, Dec 17, 8:38 PM
Subscribers

Details

Summary

issue: ENG-9062
the intro tip will not be pointing to anything

Test Plan

tested with the next diff:

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Aug 27 2024, 10:25 AM
tomek added inline comments.
native/tooltip/nux-tips-overlay.react.js
134–137 ↗(On Diff #43701)

I guess you can have a single invariant for these

This revision is now accepted and ready to land.Aug 28 2024, 4:06 AM

Just some style nits. Please note that we need to handle styling ourselves inside of prettier-ignore

native/tooltip/nux-tips-overlay.react.js
321 ↗(On Diff #43806)

The worklet has to be wrapped with prettier-ignore to avoid stripping the Flow comment annotations, but that means we have to handle the styling ourselves

331 ↗(On Diff #43806)

Whitespace issue here too