4452 Commits

Author SHA1 Message Date
jasquat
ed7461ca80
some fixes to process model show 2025-02-07 10:58:25 -05:00
burnettk
77df13f938
comment out unused isLongFadeIn logic 2025-02-06 17:10:30 -05:00
burnettk
0718d9e0a7
Fix: sonarjs/no-gratuitous-expressions in Notification.tsx. 2025-02-06 17:04:21 -05:00
burnettk
0b696b852e
Fix: unused-imports/no-unused-vars - Renamed 'event' to '_event'. 2025-02-06 17:03:24 -05:00
burnettk
2e7015b64b
lint 2025-02-06 14:41:57 -05:00
burnettk
7c6e6fa25c
lint 2025-02-06 14:41:19 -05:00
burnettk
d19a7613b7
Fix: TS2374 - Removed duplicate index signature. 2025-02-06 13:35:29 -05:00
burnettk
c282de0a31
Fix: TS2769 - IconButton href type error. 2025-02-06 13:35:00 -05:00
burnettk
7387281c0f
Fix: TS2345 - Convert number to string for searchParams.set. 2025-02-06 13:34:26 -05:00
burnettk
f1a7431d7f
Fix: TS2345 - Argument of type 'number' not assignable to parameter of type 'string'. 2025-02-06 13:34:06 -05:00
burnettk
f701061a8a
Fix: TS2769 - IconButton onClick type mismatch. 2025-02-06 13:33:46 -05:00
burnettk
63758a27ed
Fix: TS2322 - Type of onClose prop. 2025-02-06 13:08:31 -05:00
burnettk
618d081a2f
Fix: TS2769 - Assign title to undefined when null. 2025-02-06 12:51:37 -05:00
burnettk
b2b7f7de03
download working 2025-02-06 11:40:14 -05:00
Kevin Burnett
8644dcafff
download working (#2230)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2025-02-06 08:39:35 -08:00
burnettk (aider)
1ab25d4106
fix: properly type removeError handler in ErrorDisplay component 2025-02-05 18:33:56 -05:00
burnettk (aider)
bfdac637d5
fix: properly type onClose prop in ErrorDisplay component 2025-02-05 18:33:26 -05:00
burnettk
7a3445a9f4
lint 2025-02-05 18:27:29 -05:00
burnettk
417b2e5648
types 2025-02-05 17:37:08 -05:00
burnettk
befa6351c4
no color needed 2025-02-05 17:21:06 -05:00
burnettk
332ecf61da
remove unused prop 2025-02-05 17:19:20 -05:00
burnettk
359da81026
use process breadcrumb 2025-02-05 16:39:40 -05:00
burnettk
fe2ace1353
lint 2025-02-05 16:31:54 -05:00
jasquat
2ea150bf69
some updates for model show and upgrade mui and rjsf items w/ burnettk 2025-02-05 16:29:28 -05:00
jasquat
99e67f13f2
Merge remote-tracking branch 'origin/main' into newui-all-in 2025-02-05 14:58:53 -05:00
Kevin Burnett
eea607d2ca
repair lint after refactor (#2229)
* feat: Fix linting errors and add prop types to components.

* feat: Fix: Move imports of PropTypes to the top of files.

* refactor: Improve type safety and fix linting errors in ProcessModelShow.tsx

* lint

* Revert "lint"

This reverts commit 9ee9488777fe425fe788d83c8cbbda3d60289cce.

* functions

* lint

* types

* lint

* fixed lint issues w/ burnettk

* fix file upload on model show page w/ burnettk

---------

Co-authored-by: burnettk (aider) <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2025-02-05 11:53:20 -08:00
burnettk
6effb7338f
lint 2025-02-05 12:16:30 -05:00
burnettk
8a91ae2f82
space 2025-02-05 12:16:03 -05:00
burnettk (aider)
8deef89931
fix: Check for null before passing readmeFile to ProcessModelReadmeArea. 2025-02-05 12:07:19 -05:00
burnettk (aider)
8f454c9241
feat: Pass readmeFile to ProcessModelTabs component. 2025-02-05 12:06:39 -05:00
burnettk
7fba2be598
refactor: Move readme file props to ProcessModelReadmeArea 2025-02-05 12:06:39 -05:00
burnettk (aider)
cead6b9d58
feat: Import ProcessModelReadmeArea in ProcessModelTabs.tsx 2025-02-05 12:06:14 -05:00
burnettk
8285cdfa92
feat: Add readme tab to process model tabs. 2025-02-05 12:06:14 -05:00
burnettk (aider)
7af8beb54d
style: Add margin to ProcessModelTabs to restore spacing. 2025-02-05 11:56:12 -05:00
burnettk
192543fb23
refactor: Improve readability of ProcessModelShow component 2025-02-05 11:56:11 -05:00
burnettk (aider)
bc32f5cb65
fix: Import Can component from @casl/react 2025-02-05 11:54:08 -05:00
burnettk (aider)
5c01eb9162
refactor: Break out components in ProcessModelShow 2025-02-05 11:52:44 -05:00
Kevin Burnett
9fcf9391c0
we do not need poet here (#2227)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2025-02-04 10:16:23 -08:00
burnettk
6f0a0f8ae2
model show 2025-01-27 17:30:34 -05:00
burnettk
12d6e48357
model show 2025-01-27 17:20:26 -05:00
jasquat
536ec8b0b0
some linting w/ burnettk 2025-01-27 16:36:22 -05:00
jasquat
16299c2c9f
some process model show items w/ burnettk 2025-01-27 15:58:11 -05:00
jasquat
d25ab212fb
use new DateAndTimeService w/ burnettk 2025-01-27 15:29:53 -05:00
jasquat
a2653d5200
copied tests to v3 dir w/ burnettk 2025-01-27 15:27:55 -05:00
jasquat
e9d512a7b4
remove spiff ui v2 w/ burnettk 2025-01-27 15:19:59 -05:00
jasquat
e6a46296bf
new process model tree page w/ burnettk 2025-01-27 15:16:54 -05:00
jasquat
4ec0884b6c
fixed secrets pages w/ burnettk 2025-01-27 14:24:23 -05:00
jasquat
6cdc53b0e3
site is loading again w/ burnettk 2025-01-27 14:16:22 -05:00
jasquat
5cdfa5a135
moved some more files w/ burnettk 2025-01-27 14:12:44 -05:00
jasquat
559589a5b7
Merge branch 'newui-all-in' of github.com:sartography/spiff-arena into newui-all-in 2025-01-27 14:01:42 -05:00