Closed Bug 1838968 Opened 1 year ago Closed 1 year ago

Create a special message action to open a sidebar

Categories

(Firefox :: Shopping, task, P2)

task

Tracking

()

RESOLVED WONTFIX

People

(Reporter: aminomancer, Unassigned)

References

(Blocks 1 open bug)

Details

Create a special message action to open a sidebar.
This action would allow us to open the shopping review check sidebar when a CTA is interacted with. It should allow specifying the first param for SidebarUI.show (the second probably won't be of much use for messaging) to configure which of the sidebar docs will open. That param is called commandID so the SMA definition could look something like this:

action: {
  type: "SHOW_SIDEBAR",
  data: {
    command_id: "viewBookmarksSidebar"
  }
}

I'm confused about this bug. We won't be reusing the existing sidebar for the new experience, so I don't think things like "specify the first param for SidebarUI.show" make sense.

This bug should probably depend on a bug that implements the new shopping sidebar container in the first place.

(In reply to :Gijs (he/him) from comment #1)

I'm confused about this bug. We won't be reusing the existing sidebar for the new experience, so I don't think things like "specify the first param for SidebarUI.show" make sense.

This bug should probably depend on a bug that implements the new shopping sidebar container in the first place.

I was under the misapprehension that there would be a new sidebar using the existing system. We can close this or just update the bug when details for the new sidebar are available.

Severity: -- → S3
Priority: -- → P2
See Also: → 1843436

I'm pretty sure we either don't need this bug or it's a duplicate of some existing patch. Can we close it?

Flags: needinfo?(shughes)

Yeah. Thanks for reminding me.

Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(shughes)
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.