* fix/8050 - Improve padding and font sizes on the Blueprints tab in the Editor
fix(ui): improve padding and font sizes on Blueprints tab in Editor
Image 1:
- Added a "Blueprints" tittle
- Added 32px horizontal padding and 16px bottom padding to blueprint container
- Change font tittle
- Reduced blueprint title font size
- Added spacing between Source title and code block
- Changed background to ks-background-input
- Changed editor to ks-background-input
Image 2:
- Changed top spacing
- Changed background to ks-background-input
- Changed "bold" tittle blueprint to "regular"
Fixes#8950
* fix/8050 - Improve padding and font sizes on the Blueprints tab in the Editor
fix(ui): improve padding and font sizes on Blueprints tab in Editor
- FIx padding between tittle "Source" and code block
- changed css &.custom-dark-vs-theme
- Add Community top spacing
Fixes#8950
* fix(ui): improve padding and font sizes on Blueprints tab in Editor
- Updated back button with rounded background and ChevronLeft icon
- Reduced blueprint title font size and improved header layout
- Added proper spacing and alignment for header elements
Fixes#8950
* revert gitignore and application.yml
* fix(ui): minor tweaks.
---------
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com>
* refactor: move logic out of EditorView.vue and into store flow.js
* fix create mode
* feat: add multi panel flow editor
* missing flow id
* fix helpers tests ?
* restore helpers test
* fix one failing test
* fix: remove non-working stories
* remove size when one does split
* fix duplicated simulation
* fix tests
* try and fix the test
* remove tests to make sure we merge
Changes:
* add new gradle module e2e-tests
* add new reusable github workflow e2e
Enhancement:
* update main workflow to use setup-build composite action
* update main workflow to use .plugin file for listing plugins
* update docker workflow to use .plugin file for listing plugins
* chore(ui): added the ability to resize the file explorer sidebar
* fix(ui): amended the revisions editor height
* fix(ui): handle editor width with combined view opened
* fix(ui): editor styling should differ if opened in a drawer
This commit adds a simple Makefile that can be used by
developers to more easily setup an up and running kestra standalone installation.
Makefile can also be used to easily installed known plugins from a `.plugins` file.
Examples:
* make install
* make install-plugins
* make start-standalone-postgres
* updated contributing documentation to include CORS configuration for local dev environment
* exclude bin/ and class files from source control
Co-authored-by: hamza <hamza@codeplumbers.eu>
mostly when invalid variable, the executor will raise an exception, the executor will crash and the flow was keep running.
Now we catch the exception and pass the execution to failed