feat - Add filter for reports by agent, label and inboxes (#3084)
* Adds filter for agents, labels and inboxes
* Added Inboxes Reports Feature
* Fixed populating of filter dropdown issue
* If applied, fixes code climate style-lint warnings
* Fixes codeclimate warnings
* if applied, Refactors sidebar file to fix codclimate warnings
* if applied, fixes the download reports button for filtered report-data
* If applied, replaces native img tag with thumbnail component
* If applied, replaces hardcoded color string with variable
* If applied, adds a11y labels to multiselect dropdowns
* If applied, Renames reports methods to generic names
* If applied, Adds test cases for Labels and Inboxes
* If applied, write a test spec for fileDownload helper
* if applied, Moves fileDownload method to a utils folder
* If applied, Fixes the report file name type
* Test Spec for Reports Store module
* Fix specs - add restoreAllMocks
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-09-30 07:43:45 +00:00
|
|
|
.date-picker {
|
|
|
|
margin-left: var(--space-smaller);
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-left-small {
|
|
|
|
margin-left: var(--space-smaller);
|
|
|
|
}
|
|
|
|
|
|
|
|
.reports-option__rounded--item {
|
|
|
|
border-radius: 100%;
|
|
|
|
height: var(--space-two);
|
|
|
|
width: var(--space-two);
|
|
|
|
}
|
|
|
|
|
|
|
|
.reports-option__item {
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin-right: var(--space-small);
|
|
|
|
}
|
|
|
|
|
|
|
|
.reports-option__label--swatch {
|
|
|
|
border: 1px solid var(--color-border);
|
|
|
|
}
|
|
|
|
|
2021-12-16 07:50:35 +00:00
|
|
|
.reports-option__wrap {
|
|
|
|
align-items: center;
|
feat - Add filter for reports by agent, label and inboxes (#3084)
* Adds filter for agents, labels and inboxes
* Added Inboxes Reports Feature
* Fixed populating of filter dropdown issue
* If applied, fixes code climate style-lint warnings
* Fixes codeclimate warnings
* if applied, Refactors sidebar file to fix codclimate warnings
* if applied, fixes the download reports button for filtered report-data
* If applied, replaces native img tag with thumbnail component
* If applied, replaces hardcoded color string with variable
* If applied, adds a11y labels to multiselect dropdowns
* If applied, Renames reports methods to generic names
* If applied, Adds test cases for Labels and Inboxes
* If applied, write a test spec for fileDownload helper
* if applied, Moves fileDownload method to a utils folder
* If applied, Fixes the report file name type
* Test Spec for Reports Store module
* Fix specs - add restoreAllMocks
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-09-30 07:43:45 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
2022-04-08 07:18:18 +00:00
|
|
|
|
|
|
|
.business-hours {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
margin-bottom: var(--space-normal);
|
|
|
|
margin-left: auto;
|
|
|
|
padding-right: var(--space-normal);
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-hours-text {
|
|
|
|
font-size: var(--font-size-small);
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch {
|
|
|
|
margin-bottom: var(--space-zero);
|
|
|
|
margin-left: var(--space-small);
|
|
|
|
}
|