Skip to content

Commit

Permalink
Merge pull request #20 from mattermost-community/interactive-dialog-e…
Browse files Browse the repository at this point in the history
…rrors

Adding dialog errors when requests fail in interactive dialogs, fix panics and add consistency to logs
  • Loading branch information
wiggin77 authored Oct 17, 2024
2 parents c840016 + 0096900 commit d3d2937
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 100 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ After your System Admin has configured the Google Drive plugin, run `/google-dri
| `/google-drive notifications stop` | Disable Google Drive activity notifications. |

#### Post menu bindings
`Upload file to Google drive`:: This option is available in any post to upload any attached files directly to your google drive. You will be prompted with a dropdown to choose the attachment you want to upload.
`Upload all files to Google drive`:: This option is available in any post to upload all the attached files directly to your google drive. You will be prompted with a confirmation to upload all the attached files.
`Upload file to Google drive`:: This option is available in any post to upload any attached files directly to your Google Drive. You will be prompted with a dropdown to choose the attachment you want to upload.
`Upload all files to Google drive`:: This option is available in any post to upload all the attached files directly to your Google Drive. You will be prompted with a confirmation to upload all the attached files.


#### How do I share feedback on this plugin?
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bundle_path": "webapp/dist/main.js"
},
"settings_schema": {
"header": "The Google Drive plugin for Mattermost allows users to create, share files in Google drive and receive notifications for shared files and comments on files to stay up-to-date. \n \n Instructions for setup are [available here](https://github.com/mattermost-community/mattermost-plugin-google-drive#configuration).",
"header": "The Google Drive plugin for Mattermost allows users to create, share files in Google Drive and receive notifications for shared files and comments on files to stay up-to-date. \n \n Instructions for setup are [available here](https://github.com/mattermost-community/mattermost-plugin-google-drive#configuration).",
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost-community/mattermost-plugin-google-drive).",
"settings": [
{
Expand Down
Loading

0 comments on commit d3d2937

Please sign in to comment.