You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2022. It is now read-only.
Create a base home modal directly in the src/app.ts file. Use app to listen for home to be opened and return the modal view. be sure to publish this view, not push it, as we want it to show up on the home screen
Create a new directory homeModals in the src directory and create a file homeModal.ts in the new directory to store this modal and import it into app.ts
For now, all you need to do is include two buttons, one titled dumpling date configuration and another titled member management.
Use the user id and the users.info API command to add a "hello user name " message at the top of this modal.
appto listen for home to be opened and return the modal view. be sure to publish this view, not push it, as we want it to show up on the home screenuser name" message at the top of this modal.https://api.slack.com/methods/users.info
https://slack.dev/bolt-js/concepts#publishing-views
https://api.slack.com/surfaces/tabs/using