Skip to content

Commit

Permalink
Add an option to hide the pause/unpause button (#82)
Browse files Browse the repository at this point in the history
* Add hide pause/unpause button option.

* Bump package version to 2.9.0
  • Loading branch information
taylorreece authored May 2, 2024
1 parent ea0d5d2 commit ce265f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example-embedded-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/prismatic-io/embedded.git"
},
"license": "MIT",
"version": "2.8.0",
"version": "2.9.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/types/screenConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type TriggerDetails = "default" | "default-open" | "hidden";
export interface InstanceScreenConfiguration {
hideBackToMarketplace?: boolean;
hideTabs?: Array<"Test" | "Executions" | "Monitors" | "Logs">;
hidePauseButton?: boolean;
}

export interface ConfigureInstanceScreenConfiguration {
Expand Down

0 comments on commit ce265f3

Please sign in to comment.