Changed on:
19 Jan 2024
This new component adds a drawer functionality to event searching, when a user clicks on an event it will now open a drawer with the event details instead of navigating to another page.
This allows users not to lose search results and stop waiting for page navigation while going back and forth between the list of events.
Learn more about the functionality of this component below.
Plugin Name | OMS |
---|
Admin components for managing a Fluent Commerce account.
OMS UI. Does not require to download.
fc.event.detail
The drawer functionality is a part of the SDK, so the on-click function for the table rows is:
1const EventComp = ComponentRegistry.get('fc.event.detail');
2pushDrawer({
3 title: event.name,
4 body: <EventComp data={event} />
5});
Language: tsx
Name: fc.event.detail
Description:
[Warning: empty required content area]`fc.event.detail`
`data`
`fc.card.attribute`
`fc.events.search`
Data source: Whole event body JSON.
The drawer consists of:
To close the drawer, the user must click the Close icon. The header block (Close icon + Header) is frozen while scrolling.
Name | Type | Required | Default | Description |
| quarter / third / half / two-thirds / full / number (1-12) | ❌ | full | Define the width of this component on a 12-column grid. Can use the named widths for readability or numbers directly. On mobile devices all widths will automatically change to 12 for the best responsive experience. Default is "full" and will take up the full width of the containing component |
Initial release
None
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.