Antonio Anaya
|
6b864f57df
|
ui_migration fix(lint) Fix component eslint warn no-useless-assignment on powerContent.vue
|
2026-05-20 20:21:33 -06:00 |
|
Antonio Anaya
|
1f903562aa
|
ui_migration upgrade(nodejs) upgrade to nodejs 26, add cofiguration for new package versions and VITE rolldown
|
2026-05-20 20:10:06 -06:00 |
|
Antonio Anaya
|
7713f6764a
|
ui_migration update(nodejs) update dependencies up-to current released version
|
2026-05-20 17:47:17 -06:00 |
|
Antonio Anaya
|
e83dc511d7
|
ui_migration chore(nodejs) Remove deprecated packages material-icons and babel-eslint-parser
|
2026-05-20 17:43:54 -06:00 |
|
Julian Stirling
|
ad22d106a6
|
Apply suggestions from code review of branch webapp_unit_testing
Co-authored-by: Beth Probert <beth_probert@outlook.com>
|
2026-05-20 14:11:49 +00:00 |
|
Antonio Anaya
|
63991b3425
|
ui_migration setup(nodejs) Fix prettier eslint configurations remove workarounds lint:test and lint:test:fix
|
2026-05-19 18:44:59 -06:00 |
|
Antonio Anaya
|
bf6dcebc16
|
Apply suggestions from code review of branch webapp_unit_testing Co-authored-by: @beth_probert
|
2026-05-19 11:35:39 -06:00 |
|
Antonio Anaya
|
a54980b027
|
ui_migration setup(vitest) Add comments to vitestfile, set and optimise packages on test
|
2026-05-18 22:04:53 -06:00 |
|
Antonio Anaya
|
b517721ff9
|
ui_migration configure(vitest) add npm run commands, fix codespell for test .spec.files, remove comments, remove data tags on vite build, and refine packages
|
2026-05-18 19:24:06 -06:00 |
|
Antonio Anaya
|
fb15178512
|
ui_migration feature(vitest) add all vue files to vitest coverage reporter
|
2026-05-15 22:16:21 -06:00 |
|
Antonio Anaya
|
97eadb9271
|
ui_migration node(pack) package maintenance to fix new test packages deprecations
|
2026-05-15 17:45:44 -06:00 |
|
Antonio Anaya
|
3fc2a79a89
|
ui_migration node(pack) package maintenance to fix new test packages deprecations
|
2026-05-15 17:08:36 -06:00 |
|
Antonio Anaya
|
ca08e61795
|
ui_migration node(pack) add test utils dependency
|
2026-05-15 17:08:09 -06:00 |
|
Antonio Anaya
|
d75051df4a
|
ui_migration node(pack) add test:unit command
|
2026-05-15 17:08:09 -06:00 |
|
Antonio Anaya
|
e803d60013
|
ui_migration config(vitest) reduce heap size for unitest
|
2026-05-15 17:08:09 -06:00 |
|
Antonio Anaya
|
591d3f6747
|
ui_migration node(pack) add package requirements for testing
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
9968978a7b
|
ui_migration feature(unitesting) modifying vitest config and spec, add test id flags to component
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
c7d16fa43f
|
ui_migration feature(unitesting) modifying vitest config and spec, add fixture real logging file
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
3e2dd25438
|
ui_migration feature(unitesting) Use origin state for api url
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
8afc7a61f3
|
ui_migration bugfix(component) Fix innerText tag error from test
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
13b5e86269
|
ui_migration feature(unitesting) Add loggingContent test file
ui_migration feature(unitesting) Fix test spec baseUri
|
2026-05-15 17:08:08 -06:00 |
|
Antonio Anaya
|
80b32800f9
|
ui_migration feature(unitesting) Add unitesting configuration and dependencies
|
2026-05-15 17:07:17 -06:00 |
|
Julian Stirling
|
c0158a7a6c
|
Provide feeback to user on broken UI components.
|
2026-05-15 15:03:20 +01:00 |
|
Julian Stirling
|
4aee0de945
|
Allow console logging when starting dev server
|
2026-05-15 12:59:40 +01:00 |
|
Julian Stirling
|
20e6cbc1a2
|
Apply suggestions from code review of branch no-dev-tools
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
|
2026-05-15 12:55:19 +01:00 |
|
Julian Stirling
|
a265656984
|
Don't show error symbol when loading unless error
|
2026-05-15 12:55:19 +01:00 |
|
Julian Stirling
|
2b8d08c78c
|
Use vite's development proxy for api-override
|
2026-05-15 12:55:18 +01:00 |
|
Julian Stirling
|
a58007a98c
|
Remove the dev-tools for rediricting API from production app
|
2026-05-15 12:55:18 +01:00 |
|
Julian Stirling
|
177f1c437d
|
Remove console.log from debugging
|
2026-05-15 12:01:40 +01:00 |
|
Julian Stirling
|
f0648a1613
|
Set gallery cursor for action or not allowed
|
2026-05-15 10:40:27 +00:00 |
|
Julian Stirling
|
425fccc684
|
Fix broken paginate links in gallery
|
2026-05-15 10:40:27 +00:00 |
|
Joe Knapper
|
943ebb64b2
|
Merge branch 'bugfix/close_mitt_signals_' into 'v3'
Bugfix/close mitt signals
Closes #757
See merge request openflexure/openflexure-microscope-server!581
|
2026-05-13 10:44:50 +00:00 |
|
Joe Knapper
|
2e051f6d30
|
Apply suggestions from code review of branch gallery-ui-transition
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
|
2026-05-13 08:44:55 +01:00 |
|
Antonio Anaya
|
ee8e09a9e1
|
bugfix(gallery) Close signals properly, unwatch, gracefully fails and prevent undefined all_items
|
2026-05-13 08:44:55 +01:00 |
|
Julian Stirling
|
5f6b54247d
|
Start the UI transition from ScanList to Gallery
|
2026-05-13 08:44:55 +01:00 |
|
Antonio Anaya
|
0d2fb9de0b
|
bugfix(actionButton) Unwrap arrow function at submitOnEvent
|
2026-05-12 21:43:03 +00:00 |
|
Antonio Anaya
|
27f09b91bb
|
Apply suggestions from code review of branch bugfix/close_mitt_signals_
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
|
2026-05-12 21:43:03 +00:00 |
|
Antonio Anaya
|
567cff3568
|
chore(node) add comments for signals management description
|
2026-05-12 21:43:03 +00:00 |
|
Antonio Anaya
|
1d8fa9d616
|
bugfix(eventbus) Unwrap arrow functions and close eventbus signals
|
2026-05-12 21:43:03 +00:00 |
|
Richard Bowman
|
f91373e215
|
Update default URL for overriding the origin.
|
2026-05-11 11:07:38 +01:00 |
|
Richard Bowman
|
93a2e87dac
|
Adjust default origin URL to use /api/v3 prefix
This won't be the only URL that needs fixing, but it should make most of the web app work.
|
2026-05-11 11:07:38 +01:00 |
|
Antonio Anaya
|
3b95d9a669
|
Apply suggestions from code review of branch build/style-lint-fix-purge
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
|
2026-05-10 23:24:21 +00:00 |
|
Antonio Anaya
|
5c73007ec2
|
chore(node) update package lock file
|
2026-05-09 03:31:39 -06:00 |
|
Antonio Anaya
|
b6d145daa8
|
ui_migration build(ci) remove csspurge at request on MR
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
4a9693df31
|
Apply suggestions from code review of branch build/style-lint-fix-purge
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
caf2157c04
|
ui_migration build(ci) added package and ci commands for stylelint --max-warnings=0 and --fix
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
c7a49ffe0e
|
ui_migration builf(purge) set configurations to minimize UIKIT on purge, set rules to minimize on build and not in serve.
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
ba5e5b10f5
|
ui_migration lint(STYLE) Drop duplicates related to deprecated webkit-animation prefixes https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@media/-webkit-animation
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
0724f727ea
|
ui_migration lint(STYLE) Drop deprecated keyword break-word
|
2026-05-09 00:54:59 -06:00 |
|
Antonio Anaya
|
7e2518e40e
|
ui_migration lint(STYLE) Use --fix to solve 110 problems 3 left
|
2026-05-09 00:54:59 -06:00 |
|