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: file summary table #34

Merged
merged 3 commits into from
Feb 15, 2023
Merged

feat: file summary table #34

merged 3 commits into from
Feb 15, 2023

Conversation

ZinoKader
Copy link
Member

@ZinoKader ZinoKader commented Feb 15, 2023

  • a summary of sent/received files are shown during/after transfer

  • for the sender, the summary shows up to 4 rows at a time and can be scrolled with uparrow/k and downarrow/j

  • for the receiver, the summary can only be shown after transfer and is therefore expanded to show all rows (all received files) before exiting the program

  • finished state for both sender and receiver removes cell selection styling and shows all sent/received files in uncolored plaintext

- finished state for receiver shows **all** received files in the table
- finished state for both sender and receiver removes selection of cell
- styling of file table adjusted to Portal's orange color theme
@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Base: 25.00% // Head: 28.91% // Increases project coverage by +3.91% 🎉

Coverage data is based on head (d093763) compared to base (128e5a8).
Patch coverage: 37.17% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #34      +/-   ##
===========================================
+ Coverage    25.00%   28.91%   +3.91%     
===========================================
  Files            5        6       +1     
  Lines          172      249      +77     
===========================================
+ Hits            43       72      +29     
- Misses         113      157      +44     
- Partials        16       20       +4     
Impacted Files Coverage Δ
internal/conn/conn.go 32.05% <0.00%> (-0.85%) ⬇️
internal/conn/middleware.go 0.00% <0.00%> (ø)
internal/semver/semver.go 41.42% <41.42%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ZinoKader ZinoKader requested a review from mellonnen February 15, 2023 19:35
Copy link
Member

@mellonnen mellonnen left a comment

Choose a reason for hiding this comment

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

Looks 👨‍🍳 💋 ! just a small thing.

ui/receiver/receiver.go Outdated Show resolved Hide resolved
@mellonnen mellonnen merged commit 50ee5df into develop Feb 15, 2023
@ZinoKader ZinoKader deleted the f/filetable branch February 19, 2023 21:33
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.

2 participants