Porat
My feedback
34 results found
-
30 votes
Porat supported this idea ·
-
57 votes
Porat supported this idea ·
-
36 votes
Porat supported this idea ·
-
39 votes
Porat supported this idea ·
-
2 votes
Porat supported this idea ·
-
38 votes
An error occurred while saving the comment Porat supported this idea ·
-
3 votes
Porat shared this idea ·
-
5 votes
Hi Folks – This improvement is already planned and should be completed shortly.
Porat supported this idea ·
-
12 votes
Porat supported this idea ·
-
12 votes
Porat supported this idea ·
-
12 votes
Porat supported this idea ·
-
12 votes
Porat supported this idea ·
-
3 votes
An error occurred while saving the comment Porat 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 supported this idea ·
Porat shared this idea ·
-
2 votes
Porat 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.