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

Ev/iss629 streams #639

Merged
merged 9 commits into from
Sep 16, 2023
Merged

Ev/iss629 streams #639

merged 9 commits into from
Sep 16, 2023

Conversation

evvvritt
Copy link
Collaborator

streams section of #629
@efstajas, I can't assign brandon to review PRs?

@evvvritt evvvritt requested a review from efstajas August 29, 2023 12:25
@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for drips-app-v2 ready!

Name Link
🔨 Latest commit a935718
🔍 Latest deploy log https://app.netlify.com/sites/drips-app-v2/deploys/6502fd791ef95f0008263bb3
😎 Deploy Preview https://deploy-preview-639--drips-app-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@evvvritt evvvritt mentioned this pull request Aug 31, 2023
21 tasks
Copy link
Contributor

@efstajas efstajas left a comment

Choose a reason for hiding this comment

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

just one tiny lil thing

@@ -168,7 +168,6 @@ describe('app', async () => {
it('displays the original users outgoing stream on their profile', async () => {
await page.goto('http://127.0.0.1:3000/app/0x433220a86126eFe2b8C98a723E73eBAd2D0CbaDc');

await expect(page.locator('text=↑ Outgoing')).toHaveCount(1);
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing this kinda removes the entire check that this new stream is being interpreted by the streams store as outgoing, rather than incoming. 😬 Would be good to keep that

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe just check that neither "incoming" or "outgoing" appear at this point. that should do it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In 3f2ed36, I check for "From" and "Total streamed" since outgoing/incoming = 0 would be true in any situation without both stream types present

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

g2g?

… mode

style: layout incoming streams section first, only show incoming/outgoing headers if both types are present
@evvvritt evvvritt requested a review from efstajas September 6, 2023 15:50
Copy link
Contributor

@efstajas efstajas left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@efstajas efstajas merged commit 9b1d251 into main Sep 16, 2023
10 checks passed
@efstajas efstajas deleted the ev/iss629-streams branch September 16, 2023 14:35
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