这是indexloc提供的服务,不要输入任何密码
Skip to content

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

Conversation

muzanella11
Copy link
Contributor

@muzanella11 muzanella11 commented Sep 4, 2024

What's new:

  • Add schedule publish in publish button

Closes #381

Screenshoot

Screen.Recording.2024-09-04.at.17.12.05.mov

@muzanella11 muzanella11 self-assigned this Sep 4, 2024
Copy link

github-actions bot commented Sep 4, 2024

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

@muzanella11 muzanella11 added this to the Publish Scheduling milestone Sep 5, 2024
@muzanella11 muzanella11 linked an issue Sep 5, 2024 that may be closed by this pull request
@muzanella11 muzanella11 marked this pull request as ready for review September 5, 2024 01:18
const [isLoading, setIsLoading] = useState(false);
const [isDialogOpen, setIsDialogOpen] = useState(false);
const [isDropdownPublishOpen, setIsDropdownPublishOpen] = useState(false);
const [publishedAt, setPublishedAt] = useState<Date | undefined>();
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done ✅

Copy link
Member

@DennisAlund DennisAlund left a comment

Choose a reason for hiding this comment

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

@DennisAlund DennisAlund merged commit 9befb36 into milestone/12-publish-scheduling Sep 5, 2024
3 checks passed
@DennisAlund DennisAlund deleted the issue/381-add-schedule-publish-feature-to-publish-button branch September 5, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Schedule Publish Feature to Publish Button
4 participants