Add Publish Lists feature and update reports navigation#104
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a new Publish Lists feature within the reports module, allowing users to create and manage publish lists for sharing reports. It also includes a dependency update for
@robosystems/clientto version 0.2.42 and refactors existing reports components.Changes
New Feature: Publish Lists
publish-listsroute with dedicated page and content components (src/app/(app)/reports/publish-lists/page.tsx,content.tsx)Reports Module Updates
reports/[id]/content.tsx) — significant restructuring (~173 lines changed) likely improving layout, state management, or integrating publish list functionalityreports/content.tsx) with minor adjustments (20 lines) to accommodate the new publish lists workflowDependency Update
@robosystems/clientfrom previous version to 0.2.42 — likely includes API support for publish list endpointsKey UI/UX Improvements
Breaking Changes
@robosystems/clientupgrade is a patch-level bump (0.2.x). New routes are additive and existing report URLs remain unchanged.Testing Notes for Reviewers
/reports/[id]) to ensure the refactor hasn't broken existing functionality@robosystems/client@0.2.42properly communicates with backend publish list endpointsBrowser Compatibility Considerations
🤖 Generated with Claude Code
Branch Info:
feature/share-reportmainCo-Authored-By: Claude noreply@anthropic.com