Skip to content

refactor(workflow): remove minimizeEventView store#3182

Open
rossnelson wants to merge 1 commit intomainfrom
remove-minimize-event-view-store
Open

refactor(workflow): remove minimizeEventView store#3182
rossnelson wants to merge 1 commit intomainfrom
remove-minimize-event-view-store

Conversation

@rossnelson
Copy link
Collaborator

Summary

  • Removes the minimizeEventView persist store from event-view.ts — no longer needed after removing the expand/minimize toggle in fix(workflow): remove expand/minimize button from Event History #3181
  • Removes all references in workflow-history-layout.svelte (sticky toolbar conditional, EventTypeFilter minimized prop)
  • Removes {#key $minimizeEventView} wrapper in input-and-results-payload.svelte that forced re-renders on toggle
  • Cleans up unused twMerge import

Test plan

  • Verify Event History toolbar renders correctly without the sticky behavior conditional
  • Verify input/results payload section renders correctly without the {#key} wrapper
  • Confirm no regressions in EventTypeFilter positioning

The minimizeEventView store is no longer needed after removing the
expand/minimize toggle from the Event History toolbar. This removes
the store definition, all references, and cleans up the unused
twMerge import and {#key} block that depended on it.
@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Feb 24, 2026 6:49pm

Request Review

@temporal-cicd
Copy link
Contributor

temporal-cicd bot commented Feb 24, 2026

Warnings
⚠️

📊 Strict Mode: 2 errors in 1 file (0.2% of 1115 total)

src/lib/layouts/workflow-history-layout.svelte (2)
  • L212:2: Type 'string | undefined' is not assignable to type 'string'.
  • L213:2: Type 'string | undefined' is not assignable to type 'string'.

Generated by 🚫 dangerJS against 32711aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant