Porat Projects
My feedback
33 results found
-
32 votesPorat Projects supported this idea ·
-
75 votesPorat Projects supported this idea ·
-
37 votesPorat Projects supported this idea ·
-
40 votesPorat Projects supported this idea ·
-
2 votesPorat Projects supported this idea ·
-
38 votes
An error occurred while saving the comment Porat Projects supported this idea · -
3 votesPorat Projects shared this idea ·
-
14 votesPorat Projects supported this idea ·
-
14 votesPorat Projects supported this idea ·
-
17 votesPorat Projects supported this idea ·
-
12 votesPorat Projects supported this idea ·
-
3 votes
An error occurred while saving the comment Porat Projects commentedIt only takes adding one css property of "margin-top: 65px;" to the "function-editor-add-dependency-button". just like this:
.function-editor-add-dependency-button {
display: flex; // exists
justify-content: flex-end; // exists
padding-bottom: 20px; // exists
margin-top: -65px; // new
}Porat Projects supported this idea ·Porat Projects shared this idea · -
2 votesPorat Projects shared this idea ·
in regards to @Sumedha Mehta comment - while it is indeed possible to create a new function with the directory name before it, separated with a forward-slash (i.e. dirName/funcName) - it only applies to the app structure on github.
Still all functions are showing in a single place - in the main app window on Atlas App Services.
It is crucially important to separate all functions to their own folders on that window.