JGerla
129ee73613
feat: fixed saving warnings staying after loading a new program
...
ref: N25B-450
2026-01-27 16:55:18 +01:00
JGerla
4e99e7c6e5
feat: small fix to trigger node
...
ref: N25B-450
2026-01-27 13:33:52 +01:00
JGerla
0ac5a1973c
Merge branch 'feat/editor-user-feedback' into temp_screenshot_manual
...
# Conflicts:
# src/pages/VisProgPage/VisProg.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx
2026-01-27 10:57:46 +01:00
JGerla
a85dbeaca6
refactor: adapted to fit the split made in monitoringPage
...
ref: N25B-450
2026-01-27 10:47:00 +01:00
Pim Hutting
09e6287f9d
chore: edited a test to pass
2026-01-26 14:35:46 +01:00
Pim Hutting
8b40001038
Merge branch 'dev' into feat/monitoringpage-pim
2026-01-26 14:22:13 +01:00
JGerla
53568476d5
feat: added warnings to inferredBeliefNodes
...
ref: N25B-450
2026-01-23 18:30:26 +01:00
JGerla
58bd57818e
Merge branch 'dev' into feat/editor-user-feedback
...
# Conflicts:
# src/pages/VisProgPage/VisProg.tsx
# src/pages/VisProgPage/visualProgrammingUI/VisProgStores.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/NormNode.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/TriggerNode.tsx
2026-01-23 18:23:46 +01:00
JGerla
ee79660276
feat: added documentation comments
...
ref: N25B-450
2026-01-23 18:18:08 +01:00
JGerla
85b84c2281
feat: added visibility toggle with autoHide option
...
ref: N25B-450
2026-01-23 17:10:48 +01:00
Twirre
f9e0eb95f8
Merge branch 'feat/add-inferred-belief-node' into 'dev'
...
feat: added an inferred belief node to the editor
See merge request ics/sp/2025/n25b/pepperplus-ui!42
2026-01-23 12:57:35 +00:00
Gerla, J. (Justin)
47c5e94b8f
feat: added an inferred belief node to the editor
2026-01-23 12:57:34 +00:00
JGerla
820884f8aa
fix: updated styles to work with darkMode
...
ref: N25B-450
2026-01-23 11:45:08 +01:00
Pim Hutting
b17d1e7618
Merge branch 'fix/correct-capitalization' into 'dev'
...
chore: fix the capitalization of 3 characters to make sure they match. :)
See merge request ics/sp/2025/n25b/pepperplus-ui!46
2026-01-23 10:42:36 +00:00
JGerla
641d794cf0
fix: updated styles to work with darkMode
...
ref: N25B-450
2026-01-23 11:42:06 +01:00
Björn Otgaar
ec211ccbc3
chore: fix the capitalization of 3 characters to make sure they match. :)
2026-01-23 11:25:30 +01:00
JGerla
7757a04694
fix: fixed warning for missing plan in goal
...
ref: N25B-450
2026-01-22 20:34:48 +01:00
JGerla
2a6ead352d
feat: added warning for missing plan in goal
...
ref: N25B-450
2026-01-22 20:34:20 +01:00
JGerla
274ffb0238
fix: fixed bug with warning rendering in the sidebar
...
ref: N25B-450
2026-01-22 18:19:36 +01:00
JGerla
a00fd02634
fix: fixed runProgram button being disabled if program is invalid
...
ref: N25B-450
2026-01-22 17:55:57 +01:00
JGerla
f6b692e420
test: removed test, as it can be tested manually with better accuracy and the test was causing issues instead of verifying functionality
...
ref: N25B-450
2026-01-22 16:28:36 +01:00
JGerla
2cbd905f0b
style: updated comment
...
ref: N25B-450
2026-01-22 16:18:07 +01:00
JGerla
84d9cbb19d
fix: fixed centering for jumptonode from warningSidebar
...
ref: N25B-450
2026-01-22 16:14:46 +01:00
JGerla
e5b438c17e
fix: fixed tests
...
ref: N25B-450
2026-01-22 14:21:03 +01:00
JGerla
64dcdc49b3
fix: added missing key attribute to the warningListItem
...
ref: N25B-450
2026-01-22 13:56:35 +01:00
JGerla
9c64455a19
test: added tests for the warningSidebar
...
ref: N25B-450
2026-01-22 13:54:24 +01:00
JGerla
9f359de953
test: added tests for editorwarnings
...
ref: N25B-450
2026-01-22 13:31:02 +01:00
JGerla
9d2f5127c1
fix: fixed incorrect warningkey creation in unregisterWarningsForId
...
ref: N25B-450
2026-01-22 13:09:44 +01:00
JGerla
bb053fda21
feat: added title based tooltips and updated handle styling to reflect in and output handles
...
ref: N25B-450
2026-01-22 13:04:56 +01:00
JGerla
f92467b409
Merge branch 'dev' into feat/editor-user-feedback
2026-01-22 12:19:20 +01:00
JGerla
c9c7f55aa0
feat: removed usage of structuredClone inside the editorWarningSystem
...
ref: N25B-450
2026-01-22 12:02:20 +01:00
JGerla
d6d74d4c6b
feat: made warnings undo redo safe and added warnings to phase nodes
...
ref: N25B-450
2026-01-22 11:26:48 +01:00
JGerla
e86c06c3e5
fix: fixed deleting behaviour
...
ref: N25B-450
2026-01-22 10:26:21 +01:00
Pim Hutting
9a555165e6
Merge branch 'dev' into feat/monitoringpage-pim
2026-01-22 10:19:46 +01:00
Pim Hutting
f73bbb9d02
chore: added tests and removed restart phase
...
this version also has recursive goals functional
2026-01-22 10:15:20 +01:00
JGerla
363054afda
feat: updated visuals
...
ref: N25B-450
2026-01-20 14:00:01 +01:00
Pim Hutting
883f0a95a6
chore: only check if play is undefined
2026-01-20 13:55:34 +01:00
JGerla
327d1de621
feat: Added visual separation between global and node or handle specific warnings
...
ref: N25B-450
2026-01-20 12:54:47 +01:00
JGerla
3f6d95683d
feat: Added visual separation between global and node or handle specific warnings
...
ref: N25B-450
2026-01-20 12:50:29 +01:00
Pim Hutting
a8f9965391
chore: added recursive goals to monitor page
2026-01-20 12:31:34 +01:00
Gerla, J. (Justin)
6f4471ce6f
Merge branch 'demo' into 'dev'
...
feat: merged demo into dev
See merge request ics/sp/2025/n25b/pepperplus-ui!43
2026-01-20 11:10:58 +00:00
JGerla
5d55ebaaa2
feat: Added global warning for incomplete program chain
...
ref: N25B-450
2026-01-20 11:53:51 +01:00
JGerla
23a02b2b4a
Merge branch 'demo' into feat/editor-user-feedback
2026-01-20 11:13:22 +01:00
JGerla
487ee30923
feat: made jumpToNode select the node after focussing the editor
...
ref: N25B-450
2026-01-20 10:22:08 +01:00
Pim Hutting
2ca0c9c4c0
chore: added Storms change
2026-01-19 18:17:47 +01:00
Pim Hutting
8c28dd6c1c
Merge branch 'feat/recursive-goal-making' into 'demo'
...
Adding goal nodes automatically adds them to the plan, and correctly reduces them
See merge request ics/sp/2025/n25b/pepperplus-ui!40
2026-01-19 14:00:04 +00:00
Pim Hutting
dcc50fd978
feat: implemented basic version of reset phase
...
right now reset phase also clears LLM
ref: N25B-400
2026-01-18 13:56:47 +01:00
Pim Hutting
2c4f24fbb6
chore: gesture test updated
2026-01-18 12:49:14 +01:00
Pim Hutting
0a243851b1
Merge branch 'feat/monitoringpage-pim' into feat/monitoringpage
2026-01-18 12:40:41 +01:00
Pim Hutting
cada85e253
chore: added tests for monitoringpage
...
also moved some functions from VisProg outside VisProg.tsx into
VisProgLogic.tsx so I can reuse it for the reset experiment function
of monitor page
Also fixed a small merge error in TriggerNodes.tsx
ref: N25B-400
2026-01-18 12:38:23 +01:00