Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
bc7f326
refactoring and optimization
Percocco Jul 4, 2025
b6cb16d
bug fixing
Percocco Jul 4, 2025
366af06
arrow color changed
Percocco Jul 4, 2025
cf17b98
paginazione aggiunta
Percocco Jul 4, 2025
489aeca
actions divided
Percocco Jul 9, 2025
512d5f4
landing page added but header is broken
Percocco Jul 11, 2025
e6804ff
Merge branch 'home_layout' into merge
Percocco Jul 11, 2025
e9db18d
stepper
Percocco Jul 11, 2025
0532213
json editor not showing
Percocco Jul 11, 2025
4234d2f
change theme, layout and wizard fixed buy stil not stable (the wizard)
Percocco Jul 30, 2025
eb819e1
switch from card to div according to the theme
Percocco Jul 30, 2025
167b201
barra header bianco/bianco beige con scritta grigia
Percocco Jul 31, 2025
b4bf612
fix colore bottone
Percocco Jul 31, 2025
9bf3af3
unico colore blu
Percocco Jul 31, 2025
aedb9ae
aggiunta altro tema
Percocco Jul 31, 2025
299c3a5
fix selected menu color and menu color
Percocco Aug 1, 2025
4217be3
backround changed in landing page
Percocco Aug 1, 2025
fafd67c
sort visibile by default
Percocco Aug 1, 2025
c1a7e6c
path and icon color
Percocco Aug 1, 2025
594edab
home and landing changes
Percocco Aug 1, 2025
571f84b
fix ts
Percocco Aug 5, 2025
fd0671d
fix html
Percocco Aug 5, 2025
d478096
secondo fix con stepper custom
Percocco Aug 5, 2025
bd135f9
wizard now works
Percocco Aug 6, 2025
8cb0589
wizard completed
Percocco Aug 6, 2025
0e0b578
clean and fix minio writer
Percocco Aug 28, 2025
9e111be
migration to html + javascript vanilla to ts
Percocco Sep 4, 2025
f52acf5
display flex
Percocco Sep 4, 2025
19b46ff
color white
Percocco Sep 4, 2025
41b7518
fix svg
Percocco Sep 4, 2025
9adb94f
porting from html+js+css to html+ts+scss complete
Percocco Sep 4, 2025
2ea0ed0
clean
Percocco Sep 4, 2025
f4b167e
fade in fade out animation
Percocco Sep 5, 2025
19eae59
fade
Percocco Sep 5, 2025
eaa81f1
transform component aligned
Percocco Sep 5, 2025
a06a416
unificare colore da beige a grigio freddo usato nella home
Percocco Sep 19, 2025
171454f
3 colonne piu' larghe
Percocco Sep 19, 2025
2e4229a
refactoring
Percocco Sep 19, 2025
736d53b
ugly themes discarded
Percocco Sep 19, 2025
5d615ad
help added
Percocco Sep 19, 2025
e1e27cc
restyle UI
Percocco Sep 19, 2025
d5de8bb
minimatch installed
Percocco Sep 19, 2025
e450ffd
fix for npm run
Percocco Sep 19, 2025
41b4a23
FE
Percocco Sep 19, 2025
aa12a84
demo button fixed
Percocco Sep 22, 2025
283e29c
Merge branch 'OPSILab:frontend_dev' into frontend_dev
Percocco Sep 22, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ frontend/src/app/pages/data-model-mapper/next/
frontend/src/app/pages/data-model-mapper/testModule.ts
backend/src/writers/orionWriter.old.js
backend/output/
frontend/src/app/pages/data-model-mapper/stepper_test.html
8 changes: 7 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
"typescript-config/strict": "off",
"axe/forms": [
"default",
{
"label": "off"
}
]
}
}
2 changes: 1 addition & 1 deletion backend/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ try {
}
catch (error) {
logger.error(error)
logger.error("error at " + error?.stack)

}
Loading
Loading