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: discover #211

Merged
merged 18 commits into from
Feb 8, 2024
Merged

feat: discover #211

merged 18 commits into from
Feb 8, 2024

Conversation

sdilauro
Copy link
Collaborator

@sdilauro sdilauro commented Jan 31, 2024

Close #224

image

@sdilauro
Copy link
Collaborator Author

sdilauro commented Jan 31, 2024

Icons are temporary

@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2024

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (6be02e2) 47.38% compared to head (096569c) 50.32%.

Files Patch % Lines
...ntraland-godot-lib/src/auth/dcl_player_identity.rs 0.00% 39 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
+ Coverage   47.38%   50.32%   +2.94%     
==========================================
  Files         144      144              
  Lines       17580    17619      +39     
==========================================
+ Hits         8330     8867     +537     
+ Misses       9250     8752     -498     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kuruk-mm kuruk-mm marked this pull request as draft February 3, 2024 02:01
@kuruk-mm kuruk-mm marked this pull request as ready for review February 8, 2024 13:30
@kuruk-mm
Copy link
Member

kuruk-mm commented Feb 8, 2024

Generated tech debt:
Round shader for textures on TextureRects for Discover mainly and other places
added to: #197

Copy link
Collaborator

@leanmendoza leanmendoza left a comment

Choose a reason for hiding this comment

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

Looks great :D Only two comments

Copy link
Collaborator

@leanmendoza leanmendoza Feb 8, 2024

Choose a reason for hiding this comment

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

This shouldn't be commited

else:
to_remove.push_front(i)

for i in to_remove:
Copy link
Collaborator

Choose a reason for hiding this comment

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

This works because of the way items are pushed into the vector.
Add a comment or use by_reference remove (to_remove.push(_last_places[i]) and then use erase). Don't think the performance makes a big difference here

@kuruk-mm kuruk-mm enabled auto-merge (squash) February 8, 2024 16:27
@kuruk-mm kuruk-mm disabled auto-merge February 8, 2024 16:27
@kuruk-mm kuruk-mm merged commit a4687d4 into main Feb 8, 2024
3 checks passed
@kuruk-mm kuruk-mm deleted the feat/discover branch February 8, 2024 16:54
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.

Discover UI
4 participants