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(Chat): Possible to get files from storage to send on chats #657

Merged
merged 30 commits into from
Oct 4, 2024

Conversation

lgmarchi
Copy link
Collaborator

@lgmarchi lgmarchi commented Oct 2, 2024

What this PR does 📖

  • Possible to get files from storage to send on chats
  • Attachments now are persistent, we can move to other page, other chat, and attachments will keep same for that specific chat

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

@lgmarchi lgmarchi self-assigned this Oct 2, 2024
@lgmarchi lgmarchi linked an issue Oct 2, 2024 that may be closed by this pull request
@github-actions github-actions bot added the Missing dev review Two dev reviews are required on PR label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

Copy link

github-actions bot commented Oct 2, 2024

Download the app installers for this pull request:

Copy link

github-actions bot commented Oct 2, 2024

Automated Test Results

passed  110 passed
skipped  15 skipped

Details

stats  125 tests across 16 suites
duration  13 minutes, 1 second
commit  1241801

Skipped tests

Automated Tests on Chrome Desktop › 03-friends-two-instances.spec.ts › Two instances tests - Friends and Chats › B8 to B14 - Quick Profile Local and Remote - Updating note
Automated Tests on Chrome Desktop › 03-friends-two-instances.spec.ts › Two instances tests - Friends and Chats › B8 to B14 - Quick Profile Local - Updating username, status, banner and profile picture
Automated Tests on Chrome Desktop › 03-friends-two-instances.spec.ts › Two instances tests - Friends and Chats › B8 to B14 - Quick Profile Remote - Updating username, status, banner and profile picture
Automated Tests on Chrome Desktop › 09-settings-customizations.spec.ts › Settings Customization Tests › K2 - Font dropdown should show expected font names
Automated Tests on Chrome Desktop › 09-settings-customizations.spec.ts › Settings Customization Tests › K15 - Emoji Font dropdown should show expected emoji font names
Automated Tests on Chrome Desktop › 09-settings-customizations.spec.ts › Settings Customization Tests › K18 - Default Profile Picture Style dropdown should show expected default profile picture styles
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O1, 06 - Message at top of page and custom keybinds listed correctly
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O2, 04 - Clicking a key should activate the Recorded Keys - User can save keybind
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O3 - Action dropdown should display correct keybind actions
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O5 - Clicking Cancel should cancel any custom keybinding the user was trying to add
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O7 - Highlighted border should display when user clicks cancel
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O8 - Clicking Revert Keybindings should revert any custom keybindings the user has saved
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O9 - Highlighted border should be displayed when clicking Revert Keybindings
Automated Tests on Chrome Desktop › 13-settings-keybinds.spec.ts › Settings Keybinds Tests › O10 - Clicking the backwards arrow should revert specific custom keybinding
Automated Tests on Chrome Desktop › 20-settings-developer.spec.ts › Settings Developer Tests › T4 - Clicking Clear State should clear users state

@github-actions github-actions bot added the Failed Automated Test Failed Automated Tests CI label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Playwright test execution is complete! You can find the test results report here

Copy link

github-actions bot commented Oct 2, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

@luisecm
Copy link
Contributor

luisecm commented Oct 3, 2024

I am seeing an issue in your PR @lgmarchi - the send button from chat sometimes does nothing

  1. Send a message from user A to user B
  2. User B received message
  3. User B types something in chat bar input
  4. User B clicks on Send Button to send text written in chatbar but nothing happens
  5. Also, write a message in chatbar in press Enter key, message is not sent

@github-actions github-actions bot added the Missing fixing conflict Needs to fix conflicts label Oct 3, 2024
@lgmarchi lgmarchi removed the Missing fixing conflict Needs to fix conflicts label Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

@github-actions github-actions bot removed the Failed Automated Test Failed Automated Tests CI label Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

@github-actions github-actions bot removed the Failed Automated Test Failed Automated Tests CI label Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

@github-actions github-actions bot added the Failed Automated Test Failed Automated Tests CI label Oct 3, 2024
@lgmarchi lgmarchi added ⌨️ Ready for Test PR is ready for test and removed QA Requested Changes Changes need to be addressed, something is not working as expected. labels Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Build Log Differences Found:

602a603,606
> DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
> 
> More info: https://sass-lang.com/d/legacy-js-api
> 

@phillsatellite
Copy link
Contributor

Sent Lucas a DM it seems like after you send a file if you try to select the same one and send it again it will not send. He replicated and is going to take a look into it

Screen_Recording_2024-10-04_at_1.19.09_PM.mov

@phillsatellite phillsatellite added QA Requested Changes Changes need to be addressed, something is not working as expected. and removed ⌨️ Ready for Test PR is ready for test labels Oct 4, 2024
@luisecm
Copy link
Contributor

luisecm commented Oct 4, 2024

@lgmarchi There is an issue when picking up more than one file from local machine to send on chat.

Grabacion.de.pantalla.2024-10-04.a.la.s.12.28.14.p.m.mov
  1. Go to chat
  2. Select upload files
  3. Choose upload from local files
  4. Pick up more than one file on your local machine
  5. Preview is not loaded (bug)
  6. Refresh screen and you will see that sometimes the message is sent and even appears only on remote or local side instead of both sides

@github-actions github-actions bot removed the Failed Automated Test Failed Automated Tests CI label Oct 4, 2024
@lgmarchi lgmarchi added ⌨️ Ready for Test PR is ready for test and removed QA Requested Changes Changes need to be addressed, something is not working as expected. labels Oct 4, 2024
@phillsatellite phillsatellite added QA Approved PR has been tested by QA Team and removed ⌨️ Ready for Test PR is ready for test labels Oct 4, 2024
@lgmarchi lgmarchi merged commit d8a1a9c into dev Oct 4, 2024
8 checks passed
@lgmarchi lgmarchi deleted the 559-wire-up-browse-files branch October 4, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA Approved PR has been tested by QA Team
Projects
None yet
5 participants