Commit graph

21 commits

Author SHA1 Message Date
Joe Knapper
b02f5c8dc1 Only hide expand button when no logs, keeping spacing 2026-07-09 17:32:33 +01:00
Joe Knapper
ee63ce6fc7 Only show collapsed log and summary once first message arrives 2026-07-09 16:16:37 +01:00
Julian Stirling
b9fe7961ab Reduce spacing in action log error summary to prevet cut-off 2026-06-30 21:03:31 +01:00
Julian Stirling
4e18c4556a Style action status message and don't show with last log. 2026-06-23 18:00:55 +01:00
Joe Knapper
bbe6e99736 Always show results message 2026-06-19 10:38:45 +01:00
Joe Knapper
9796695b54 Padding around status 2026-06-18 14:54:54 +01:00
Joe Knapper
4c835d7be5 Clamp log summary to two lines with elipsis 2026-06-18 14:30:18 +01:00
Joe Knapper
816dad79fa Add task status messages to collapsed log, give summary more space 2026-06-18 12:59:41 +01:00
Joe Knapper
adbbed3961 More flexible resizing for small screens 2026-06-17 17:49:23 +01:00
Joe Knapper
c860e1ee22 Apparently we do extra linting checks now? 2026-06-17 16:40:58 +01:00
Joe Knapper
3f340ccabd Collapse action logs by default 2026-06-17 15:11:18 +01:00
Antonio Anaya
7e2518e40e ui_migration lint(STYLE) Use --fix to solve 110 problems 3 left 2026-05-09 00:54:59 -06:00
Antonio Anaya
ce19ea3fc0 ui_migration lint(fix): changes fixed with lint ecmaversion & es2021 2026-02-15 01:03:29 -06:00
Antonio Anaya
ee71a416b1 ui_migration fix(deps): --preliminary-- Removing markRaw to static declared components. Improvement, SmartScan now works partially. 2026-02-12 23:14:53 -06:00
Antonio Anaya
dfca0ff7e0 ui_migration fix(deps): --preliminary-- Removing deep:true from watchers that are not defined as arrays. Missing type hints in watchers. 2026-02-12 05:03:50 -06:00
Julian Stirling
8b785823ab Fix end of action behaviours and looging errors 2025-11-11 14:41:24 +00:00
Julian Stirling
1601bdd123 Let prettier change a load of things because new prettier has new rules :( 2025-11-03 11:33:33 +00:00
Julian Stirling
c085d2c0ac Run lint:fix and accept a huge formatting change 2025-10-28 15:44:17 +00:00
Joe Knapper
a8137fc6a0 Apply suggestions from code review of branch pause-logger
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
2025-07-28 12:03:21 +00:00
jaknapper
b8bf8fbc18 Log display pauses on hover 2025-07-28 12:21:47 +01:00
Richard Bowman
cbd8b090ec Replace tasksubmitter with action-button
I've changed tasksubmitter to accept a "thing" and "action" rather than a single URL. This seems more in keeping with
propertyControl, and eliminates the need for loads of
computed properties.

I've also deleted (rather than just commenting out) chunks of the web app that are no longer in use. These may be
reinstated in the future - but we can get them from git
history. It's less confusing not to have vestigial
code in the repo.

This builds OK but is not, as yet, tested with hardware.
2024-02-29 21:44:39 +00:00
Renamed from webapp/src/components/genericComponents/actionLogDisplay.vue (Browse further)