-
Notifications
You must be signed in to change notification settings - Fork 41
feat: add schedule publish feature to publish button #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add schedule publish feature to publish button #441
Conversation
…edule-publish-feature-to-publish-button
Visit the preview URL for this PR (updated for commit 99a56a6): https://tanam-testing--pr441-issue-381-add-schedu-1lw75dmn.web.app (expires Thu, 12 Sep 2024 02:18:32 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 5bbe8a1a68d9684d656bffba10008fe532204561 |
const [isLoading, setIsLoading] = useState(false); | ||
const [isDialogOpen, setIsDialogOpen] = useState(false); | ||
const [isDropdownPublishOpen, setIsDropdownPublishOpen] = useState(false); | ||
const [publishedAt, setPublishedAt] = useState<Date | undefined>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update this to "Date | null" for consistency based on requirement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's new:
Closes #381
Screenshoot
Screen.Recording.2024-09-04.at.17.12.05.mov