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

Add a UI for bulk meter read upload using CSV #181

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

divinecharlotte
Copy link
Contributor

@divinecharlotte divinecharlotte commented Oct 9, 2024

Objective

  • Add a button which will allow users to upload the csv file
  • Add it's relative UI

Comment on lines 43 to 44
// private router: Router,
// private toastrService: ToastrService,
Copy link
Contributor

Choose a reason for hiding this comment

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

You can remove these lines if they are not being used.

(click)="upload()"
>
Upload</button
>&nbsp;
Copy link
Contributor

Choose a reason for hiding this comment

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

You can remove the &nbsp and use a display layout like flex to put a gap between those buttons

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.

Add a UI for bulk meter read upload using CSV
2 participants