revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
947 stars 74 forks source link

feat: Integration screen #594

Closed Nabhag8848 closed 3 months ago

Nabhag8848 commented 4 months ago

Description

Type of change

Checklist:

vercel[bot] commented 4 months ago

@Nabhag8848 is attempting to deploy a commit to the OpenInt Team on Vercel.

A member of the Team first needs to authorize it.

github-actions[bot] commented 4 months ago

Thank you for following the naming conventions for pull request titles! 🙏

Nabhag8848 commented 3 months ago

there is a bug in previous dependant PR, sidenav being the server component it should not return as promise (async function) in layout. which is fixed in this PR, instead layout should fetch from api and pass it as props in sidenav.