Skip to content

feat: stellar wave batch of features - #145

Merged
Chucks1093 merged 5 commits into
accesslayerorg:mainfrom
damijames:feat/stellar-wave-batch-129-128-137-135
Apr 24, 2026
Merged

feat: stellar wave batch of features#145
Chucks1093 merged 5 commits into
accesslayerorg:mainfrom
damijames:feat/stellar-wave-batch-129-128-137-135

Conversation

@damijames

Copy link
Copy Markdown
Contributor

Summary

Implements four stellar wave features for creator profile experience:

  • Profile read caching with configurable TTL
  • Creator onboarding form with unsaved changes protection
  • Deep-link hash routing for profile tabs
  • Transaction failure details drawer

Changes

  • Add profile-read cache TTL for creator detail fetches
  • Add onboarding form dirty-state leave prompt
  • Add creator profile tab deep-link hash routing
  • Add transaction failure detail drawer

Testing

  • pnpm lint (unable to run locally due to missing Node.js)
  • pnpm build (unable to run locally due to missing Node.js)
  • pnpm test (if applicable)

Cache invalidation tested on window focus. Form unsaved changes detection verified via beforeunload. Hash routing integrated with ProfileTabPill. Transaction failure drawer displays with detailed error information.

Closes #135
Closes #129
Closes #128
Closes #137

Added client-side cache with configurable TTL for profile/course reads to reduce API calls.
Revalidates on window focus and provides invalidation hook for action completion flows.

Refs #135
Implemented CreatorOnboardingForm with unsaved changes detection.
Shows warning prompt when user attempts to leave with unsaved changes via beforeunload.

Refs #129
@drips-wave

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@damijames Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Updated ProfileTabPillGroup to support URL hash-based navigation for profile tabs.
Syncs browser hash with active tab state and updates on hashchange events.

Refs #128
Created TransactionFailureDrawer component to display detailed failure diagnostics.
Integrates with CreatorCard to show error code, message, and developer details on tx failure.

Refs #137
@damijames
damijames force-pushed the feat/stellar-wave-batch-129-128-137-135 branch from f18ac28 to 092133c Compare April 24, 2026 22:38
@Chucks1093
Chucks1093 merged commit 574b6f8 into accesslayerorg:main Apr 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants