Skip to content

Conversation

taylorli2000
Copy link

@taylorli2000 taylorli2000 commented Oct 9, 2025

SDCP-996

add navigators needed in superdesk/superdesk-cp#474

Copy link
Member

@tomaskikutis tomaskikutis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjust styles to maintain existing design:

image


interface IDatePickerBase extends IInputWrapper {
interface NavigatorsDateRange {
showNavigators?: boolean;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't expose these as option - show navigators unconditionally.

.datepicker-calendar-panel {
div {
div {
div:nth-child(3) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use cleaner selectors. No need to count children or use nesting. Primereact exposes everything needed as classnames

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants