Page MenuHomePhabricator

[landing] introduce Matrix competitor data
ClosedPublic

Authored by ginsu on May 30 2023, 8:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 12:24 PM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Thu, Apr 11, 9:52 AM
Unknown Object (File)
Sun, Apr 7, 6:52 PM
Subscribers

Details

Summary

introduce matrix competitor data. The copy was copied and pasted from this linear task.

Spoke to @ashoat IRL and we came to the conclusion that is was fine for the copy of the encryption card to have more than 3 lines

Depends on D8031

Test Plan

Please see the screenshots below:

Cards:

Screenshot 2023-07-18 at 1.30.13 PM.png (2×3 px, 954 KB)

Screenshot 2023-07-18 at 1.30.15 PM.png (2×3 px, 835 KB)

Modal:
Single paragraph example

Screenshot 2023-07-18 at 4.36.35 PM.png (2×3 px, 1020 KB)

multi paragraph example

Screenshot 2023-07-18 at 4.36.32 PM.png (2×3 px, 1011 KB)

scroll example

Screenshot 2023-07-18 at 4.22.15 PM.png (2×3 px, 1 MB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.May 30 2023, 9:15 AM

update copy + change long description type from string to $ReadOnlyArray<string>. D8537 introduces logic to the CompetitorFeature so that it can handle multiple paragraphs in the long descriptions.

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, kamil.
ginsu edited the test plan for this revision. (Show Details)
ginsu edited the test plan for this revision. (Show Details)
ginsu retitled this revision from DRAFT [landing] introduce Matrix competitor data to [landing] introduce Matrix competitor data.
kamil added inline comments.
landing/competitor-data.js
201 ↗(On Diff #28794)

I am wondering, if using security / privacy guarantees vs security/privacy guarantees, or client / server vs client/server below is intentional here. (cc. @ashoat).

In Polish, we use spaces before and after slash if items separated involve multiple words - and I also think that sometimes applies to English.

Curious because eg. in line 253 there is a Security Phrase/Key. without any space.

And if additional spaces are intentional, shouldn't this be &nbsp;?

This revision is now accepted and ready to land.Aug 1 2023, 4:07 AM
landing/competitor-data.js
201 ↗(On Diff #28794)

That's fair – we can remove the spaces for consistency

201 ↗(On Diff #28794)

Ginsu can you replace the " characters with “ and “? Please do this for the entire file

ginsu edited the test plan for this revision. (Show Details)

address comments

This revision was automatically updated to reflect the committed changes.