Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add basic ledger entry page #1146

Draft
wants to merge 13 commits into
base: staging
Choose a base branch
from
Draft

feat: Add basic ledger entry page #1146

wants to merge 13 commits into from

Conversation

mvadari
Copy link
Collaborator

@mvadari mvadari commented Mar 31, 2025

High Level Overview of Change

This PR adds a new type of page for ledger entries/objects. For now it just has a default page that shows all the fields of an object, but over time we can add special ones.

It also:

  • Adds links to these pages in the Detailed tab metadata breakdown
  • Redirects to the Account page if the object is an account
  • Handles deleted objects (if connected to a Clio node)

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Translation Updates
  • Release

TypeScript/Hooks Update

  • Updated files to React Hooks
  • Updated files to TypeScript

Before / After

image

Test Plan

@mvadari mvadari linked an issue Apr 1, 2025 that may be closed by this pull request
Copy link

@Setland34 Setland34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR

Copy link

@Setland34 Setland34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or

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.

Feature request: Ledger object pages
2 participants