- Catch resolver errors properly
- Add message in case of error
- Only change the current module and action when there are no errors
- Remove base list resolver as all can be within the base module resolver
- Add base sidebar widget for record-view
- Add dynamic widget title for list-view and record-view
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
- Add line chart rendering in charts component
- Rename chart to account_types_per_month
- Show all month number on x axis
- Group account data
- Add date parsing using luxon
-- Add luxon library
- Remove pipeline-chart to make chart centered
- Add re-usable vertical-bar-chart with expected data source
- Add pipeline-by-sales-stage that implements the vertical-bar-chart data source
- Add keyed charts to charts component to add more in the future
- Add sample y axis formatting
- Add sample tooltip formatting
- Remove link from varchar component
- Add link to generic field component to apply to several types of fields
-- Add record property to generic field component
-- Add link generation based on the record and module
- Add module information to list view metadata field
- Pass record information on list view table field rendering
- Rename interfaces to have a clear meaning
Add link field navigation
- Remove link from varchar component
- Add link to generic field component to apply to several types of fields
-- Add record property to generic field component
-- Add link generation based on the record and module
- Add module information to list view metadata field
- Pass record information on list view table field rendering
- Rename interfaces to have a clear meaning
- Add actionLabelKeys to the navbar api
- Use actionLabelKeys in action-menu
- Filter out the List / View action in te action-menu
- Change module-navigation getActionLabel to support declaring the labelKey to use
- Fix unit test
- Align action and option buttons to the right
- Css fix bulk action text vertical alignment
- Css fix left side alignment of list body
- Css fix nav home icon offset