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/dashboard page UI #40

Merged
merged 4 commits into from
Jul 2, 2024
Merged

Feat/dashboard page UI #40

merged 4 commits into from
Jul 2, 2024

Conversation

mari1912
Copy link
Collaborator

@mari1912 mari1912 commented Jul 2, 2024

Description

  • Add table pagination
  • Add filters button
  • Sort the strings
  • Add tree monitor list component

Related Issues

Visual Reference

image

mari1912 added 2 commits July 1, 2024 20:45
- u=duplicated imports and import type rules were conflicting
- order the string in json file
- add necessary strings
@mari1912 mari1912 self-assigned this Jul 2, 2024
@mari1912 mari1912 force-pushed the feat/dashboard-page-ui branch from 2389d27 to 2abb560 Compare July 2, 2024 11:32
startIndex={startIndex+1}
endIndex={endIndex}
totalTrees={listItems.length}
itemsPerPage={10}

Choose a reason for hiding this comment

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

use itemsPerPage instead of just a number or create a Constant object to put that into it

- add filters button
- add table information
- add table pagination
@mari1912 mari1912 force-pushed the feat/dashboard-page-ui branch from 2abb560 to daa5b12 Compare July 2, 2024 12:11
@mari1912 mari1912 merged commit 766458b into main Jul 2, 2024
4 checks passed
@mari1912 mari1912 deleted the feat/dashboard-page-ui branch July 2, 2024 14:13
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.

feat: add tmlp ui
2 participants