mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
More gallery updates (#418)
* More gallery updates * Add PublishContent icon * Address feedback
This commit is contained in:
@@ -109,6 +109,7 @@ export enum Action {
|
||||
NotebooksGalleryViewPublicGallery,
|
||||
NotebooksGalleryViewFavorites,
|
||||
NotebooksGalleryViewPublishedNotebooks,
|
||||
NotebooksGalleryClickPublishToGallery,
|
||||
}
|
||||
|
||||
export const ActionModifiers = {
|
||||
@@ -151,3 +152,8 @@ export enum SourceBlade {
|
||||
ScriptExplorer,
|
||||
Keys,
|
||||
}
|
||||
|
||||
export enum Source {
|
||||
ResourceTreeMenu = "ResourceTreeMenu",
|
||||
CommandBarMenu = "CommandBarMenu",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user