Porat Projects
My feedback
33 results found
-
33 votes
Porat Projects supported this idea ·
-
77 votes
Porat Projects supported this idea ·
-
38 votes
Porat Projects supported this idea ·
-
41 votes
Porat Projects supported this idea ·
-
2 votes
Porat Projects supported this idea ·
-
39 votes
An error occurred while saving the comment Porat Projects supported this idea ·
-
3 votes
Porat Projects shared this idea ·
-
14 votes
Porat Projects supported this idea ·
-
14 votes
Porat Projects supported this idea ·
-
17 votes
Porat Projects supported this idea ·
-
12 votes
Porat Projects supported this idea ·
-
3 votes
An error occurred while saving the comment Porat Projects commented
It 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 votes
Porat 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.