Skip to content

Commit

Permalink
Scenario viewer update (#1803)
Browse files Browse the repository at this point in the history
* Scenario viewer update
resolves #1669
 resolves a few mypy/ruff "errors" in python as well

* sometimes _is_deletable breaks because Job is None

* comments and Mui 7 preparation

* mypy

* ruff

* doc embryo

* fix test

* filters

* JR' comment + Mui update

* fab's comment

* job_id cannot be empty/None in the exception block

---------

Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Sep 19, 2024
1 parent 2f33ab1 commit 6c2df92
Show file tree
Hide file tree
Showing 30 changed files with 475 additions and 473 deletions.
148 changes: 52 additions & 96 deletions frontend/taipy-gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/taipy-gui/src/components/Taipy/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const Chat = (props: ChatProps) => {
label={`message (${senderId})`}
disabled={!active}
onKeyDown={handleAction}
InputProps={{
slotProps={{input: {
endAdornment: (
<InputAdornment position="end">
<IconButton
Expand All @@ -419,7 +419,7 @@ const Chat = (props: ChatProps) => {
</IconButton>
</InputAdornment>
),
}}
}}}
sx={inputSx}
/>
) : null}
Expand Down
Loading

0 comments on commit 6c2df92

Please sign in to comment.