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
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
Unknown Object (File)
Nov 27 2024, 1:13 PM
Unknown Object (File)
Nov 25 2024, 8:04 AM
Unknown Object (File)
Nov 24 2024, 8:12 PM
Unknown Object (File)
Nov 22 2024, 9:41 AM
Unknown Object (File)
Nov 22 2024, 3:11 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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

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

Whitespace issue here too