Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/modals #100

Open
wants to merge 39 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4c12044
feat: Version each of bot & df_designer dirs
Ramimashkouk Jun 7, 2024
5fc58c5
Merge branch 'dev' into feat/version-user-proj2
Ramimashkouk Aug 8, 2024
683f5f6
style: Black up
Ramimashkouk Aug 8, 2024
7ffb675
fix: Delete is_alive & slot interface
Ramimashkouk Oct 4, 2024
2c4a105
fix: Run python3 if python wasn't found
Ramimashkouk Oct 8, 2024
ca9c92f
refactor: Reorganize json_converter into classes
Ramimashkouk Oct 11, 2024
0b888b5
refactor: Add store_custom_services
Ramimashkouk Oct 11, 2024
dd4f67c
Merge branch 'fix/slots' into test/fix-tests
Ramimashkouk Oct 28, 2024
8aa4bd8
test: Add tests for new json_converter
Ramimashkouk Nov 2, 2024
43e3ff6
fix: Handle building if there's no slot_node in graph
Ramimashkouk Nov 5, 2024
c75b014
refactor: Add dev group in toml file
Ramimashkouk Nov 5, 2024
6727a18
refactor: Use ast instead of the manual old indexing
Ramimashkouk Nov 5, 2024
39f97f6
chore: Update to the new template repo
Ramimashkouk Nov 5, 2024
cc78f17
Merge branch 'feat/version-user-proj2' into refactor/roma-feedback
Ramimashkouk Nov 8, 2024
c437449
chore: Add logging to show weather it's gonna build
Ramimashkouk Nov 8, 2024
7433d33
fix: Save tg_token in .env
Ramimashkouk Nov 8, 2024
af4dab2
feat: Support automatic transitions (previous, ...)
Ramimashkouk Nov 8, 2024
42b8af1
style: Black up
Ramimashkouk Nov 8, 2024
be81934
style: Flake8 up
Ramimashkouk Nov 8, 2024
30f38c6
fix: Check for unique group names
Ramimashkouk Nov 14, 2024
463a746
feat: Integrate slots in responses by FillTemplate
Ramimashkouk Nov 14, 2024
53ea889
feat: Delete websocket and use http_interface
Ramimashkouk Nov 19, 2024
0a84d80
fix: Get last flow not last tag with `/flows`
Ramimashkouk Nov 19, 2024
6a5ef9a
chore: Write logs out in case of stopped process
Ramimashkouk Nov 20, 2024
31d1ef9
test: Fix json-converter tests
Ramimashkouk Nov 20, 2024
ca7b301
fix: Check aliveness of a tg|http process properly
Ramimashkouk Nov 27, 2024
1767b4f
fix: Version with git only when using UI
Ramimashkouk Nov 28, 2024
ba5b4a9
fix: Save built script after end of process
Ramimashkouk Nov 29, 2024
b62d9dd
fix: Return http health checking
Ramimashkouk Nov 29, 2024
11b5101
fix: Set a logger for service_replacer
Ramimashkouk Nov 29, 2024
c434d36
chore: Clean old config refreshing
Ramimashkouk Nov 29, 2024
221a2ff
fix: Save script in periodic-check& separate is_alive
Ramimashkouk Nov 29, 2024
077e758
fix: Return config reload refreshing feature
Ramimashkouk Nov 29, 2024
54e0eb5
fix modals
Saga6569 Dec 23, 2024
50b18a1
Merge branch 'dev' into fix/modals
Ramimashkouk Jan 13, 2025
4f58873
fix merge
Ramimashkouk Jan 13, 2025
a2a7419
ci: Delete poetry locking when running actions
Ramimashkouk Jan 13, 2025
3970061
remove castoms classs
Saga6569 Jan 21, 2025
3d5ac56
Merge branch 'dev' into fix/modals
Ramimashkouk Jan 27, 2025
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
8 changes: 8 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,12 @@ table thead tr:nth-child(2) {

.zoom-out {
animation: zoom-out 0.2s ease-in forwards;
}

.pCustom {
padding: 0px !important;
}

.w-auto {
Ramimashkouk marked this conversation as resolved.
Show resolved Hide resolved
width: auto !important;
}
Loading