Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions 22 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.

## Release 2.0.0

### New features
- Supports FlowConfig feature to set source to forward via HTTP request
- Added 'Localhost' as interface to perform internal HTTP requests
- Provide version of module via 'OnNewStatusModuleVersion'
- Function 'getParameters' to provide PersistentData parameters
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
- Function to 'resetModule' to default setup

### Improvements
- Added parameters to 'addRequest'-function
- Added ENUMs for RequestMode
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- check if instance exists if selected
- 'loadParameters' returns its success
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
- Added UI icon and browser tab information

### Bugfix
- Error if module is not active but 'getInstancesAmount' was called

## Release 1.0.0
- Initial commit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion 8 CSK_Module_MultiHTTPClient/pages/assets/legacy/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"showLoginButton": false
"canChangeLanguage": true,
"showLoginButton": false,
"defaultLanguage": "en",
"disableEditMode": true,
"showPageHistory": true,
"compactMode": false,
"canChangeCompactMode": false
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,108 @@
.myCustomMarginTop2px_CSK_Module_MultiHTTPClient {
margin-top: 2px;
}

.myCustomMarginTop16px_CSK_Module_MultiHTTPClient {
margin-top: 16px;
}

.myCustomSpacerVert10_CSK_Module_MultiHTTPClient {
min-height: 10px;
}

.myCustomSpacerVert20_CSK_Module_MultiHTTPClient {
min-height: 20px;
}

.myCustomFrameLabel_CSK_Module_MultiHTTPClient {
background: white;
position:relative;
top: calc(-1.2rem);
left: calc(1rem);
font-size: medium;
}

.myCustomMargin99Percent_CSK_Module_MultiHTTPClient {
margin: calc(1rem);
margin-top: 20px;
}

.myCustomMarginFirstRow_CSK_Module_MultiHTTPClient {
margin-top: -49px;
}

.myCustomMarginLeft30PX_CSK_Module_MultiHTTPClient {
margin-left:30px;
}

.myCustomMarginLeft-30PX_CSK_Module_MultiHTTPClient {
margin-left:-30px;
}

.myCustomPersistentDataMargin_CSK_Module_MultiHTTPClient {
margin-top: -53px;
margin-left: 130px;
}

.myCustomPersistentDataMarginBack_CSK_Module_MultiHTTPClient {
margin-left: -127px;
}

.myCustomBorderBottom_CSK_Module_MultiHTTPClient {
border-bottom: 1px solid lightgray;
margin-inline: calc(1rem);
}

.myCustomBorderLeft_CSK_Module_MultiHTTPClient {
border-left: 1px solid lightgray;
}

.myCustomTabFrame_CSK_Module_MultiHTTPClient {
width: 98%;
align-self: center;
}

.myCustomLabel_CSK_Module_MultiHTTPClient {
font-size:30px;
color: grey;
margin-top: 10px;
}

.myCustomFrameNoColor_CSK_Module_MultiHTTPClient {
margin: 6px;
border-radius: 10px;
border-style: solid;
border-width: 0px;
border-color: 007CC1;
background-color: #FFFFFF;
}

.myCustomFrame_CSK_Module_MultiHTTPClient {
margin: 6px;
border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color: grey;
border-color: #007CC1;
background-color: white;
}

.myCustomFrameNoColor_CSK_Module_MultiHTTPClient {
margin: 6px;
border-radius: 10px;
border-style: solid;
border-width: 0px;
border-color: 007CC1;
background-color: white;
}

.myCustomMarginTop2px_CSK_Module_MultiHTTPClient {
margin-top: 2px;
.myCustomMarginTop7PX_CSK_Module_MultiHTTPClient {
margin-top: 7px;
}

.myCustomMarginTop16px_CSK_Module_MultiHTTPClient {
margin-top: 16px;
.myCustomBackground_CSK_Module_MultiHTTPClient {
}

.myCustomButton_CSK_Module_MultiHTTPClient {
border-radius: 30px;
padding-right: 0px;
}
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.