This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "OpenApiConnection", | |
"inputs": { | |
"parameters": { | |
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases", | |
"table": "2b911b48-ffcd-42b7-92a8-36abc9e97c75", | |
"view": "227d3760-7b05-4f99-9dc8-c7735f945810" | |
}, | |
"host": { | |
"apiId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "OpenApiConnection", | |
"inputs": { | |
"parameters": { | |
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases", | |
"parameters/method": "POST", | |
"parameters/uri": "\"https://mordinilaw.sharepoint.com/sites/Cases/_api/web/lists/getbytitle('JEFF')/items(<item_id>)\"", | |
"parameters/headers": { | |
"Content-Type": "application/json;odata=verbose", | |
"Accept": "application/json;odata=verbose" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "OpenApiConnection", | |
"inputs": { | |
"parameters": { | |
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases", | |
"table": "2b911b48-ffcd-42b7-92a8-36abc9e97c75", | |
"id": "@parameters()", | |
"item/field_1": "@parameters()", | |
"item/field_3": "@parameters()", | |
"item/field_8": "@parameters()", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$DisplayName = "Accounting Team" | |
$Alias = "Accounting" | |
$Description = "Accounting Team for Contoso" | |
# Exchange |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Move statuspanel to the other side when sidebar is hovered so it doesn't get covered by sidebar */ | |
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel { | |
inset-inline: auto 0px !important; | |
} | |
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel-label { | |
margin-inline: 0px !important; | |
border-left-style: solid !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Advanced Window Snap | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @author Andrew Moore <andrew+github@awmoore.com> | |
* @version 1.0 | |
*/ | |
/** | |
* SnapActiveWindow resizes and moves (snaps) the active window to a given position. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**********************************************************************************************************/ | |
/* Toolbar Adjustments */ | |
/**********************************************************************************************************/ | |
/* #toolbar-menubar { | |
background: linear-gradient(to right, #000000 0%,#1b1b1b 31%,#0060df 46%,#0060df 50%,#0060df 53%,#1b1b1b 66%,#000000 100%) !important; | |
} */ | |
#TabsToolbar, #toolbar-menubar { | |
background: linear-gradient(0deg, #7300f6 0%,#090909 15%,#2c2c2d 45%,#090909 85%,#7300f6 100%) !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* importing css files */ | |
/* @import url(uc-dark-contextmenu.css); */ | |
@import url(hide-scrollbar.css); | |
/* @import url(ogx_contextual-menu.css); */ | |
@import url(uc-izheil-context-menus.css); | |
/* @import url(uc-contextual-menu.css); */ | |
@import url(uc-overflow-grid.css); | |
/* @import url(uc-urlbar-results.css); */ | |
@import url(uc-removals.css); |
NewerOlder