Skip to content
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 board options dropdown and pipeline stage creation #1399

Merged

Conversation

thaisguigon
Copy link
Contributor

Closes #1395

@ergomake
Copy link

ergomake bot commented Aug 31, 2023

Hi 👋

Here's a preview environment 🚀

https://front-twentyhq-twenty-1399.env.ergomake.link

Environment Summary 📑

Container Source URL
front Dockerfile https://front-twentyhq-twenty-1399.env.ergomake.link
server Dockerfile https://server-twentyhq-twenty-1399.env.ergomake.link
postgres Dockerfile [not exposed - internal service]

Here are your environment's logs.

For questions or comments, join Discord.

Click here to disable Ergomake.

@thaisguigon thaisguigon marked this pull request as ready for review September 1, 2023 09:34

const [boardColumns, setBoardColumns] = useRecoilState(boardColumnsState);

const resetMenu = useCallback(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we keep useCallback for compute intensive functions ? Wrapping every function in a useCallback is making the code less readable than it optimizes the compute, see this excellent article for reference : https://kentcdodds.com/blog/usememo-and-usecallback

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

@thaisguigon thaisguigon force-pushed the feat/add-pipeline-stage-from-board-options-dropdown branch from bb9a506 to 5a0abec Compare September 1, 2023 14:05
@lucasbordeau lucasbordeau merged commit f29d843 into main Sep 4, 2023
@lucasbordeau lucasbordeau deleted the feat/add-pipeline-stage-from-board-options-dropdown branch September 4, 2023 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Options dropdown button in Opportunities page with Menu item for stage creation
2 participants