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: improvements and fixes on places and events panel #2834

Conversation

lorux0
Copy link
Collaborator

@lorux0 lorux0 commented Nov 19, 2024

What does this PR change?

  • fix http request missing auth-chain for "set as interested" on an event
  • empty state on events tab
  • add links to urls in the places & events descriptions
  • fix http request for getting events of Genesis Plaza (more than parcel 255 parameters)
  • disable/enable map zoom when the pointer enters/exits the side panel area
  • make a clean search after the map is re-opened

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

Copy link
Contributor

github-actions bot commented Nov 19, 2024

badge

New build in progress, come back later!

Copy link
Member

@davidejensen davidejensen left a comment

Choose a reason for hiding this comment

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

Approved with two minor code suggestion


view.CollapseButton.gameObject.SetActive(true);
view.ExpandButton.gameObject.SetActive(false);
view.CollapseButton.onClick.AddListener(Collapse);
view.ExpandButton.onClick.AddListener(Expand);

view.PointerEnter += DisableMapZoom;
view.PointerExit += EnableMapZoom;
Copy link
Member

Choose a reason for hiding this comment

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

can you unsub in the dispose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Do you find it necessary? This controller is just created once during the whole lifecycle of the app and i dont see that is going to change

…overability-placesnevents-improvements

# Conflicts:
#	Explorer/Assets/DCL/PluginSystem/Global/ExplorePanelPlugin.cs
@lorux0 lorux0 merged commit d38902e into feat/map-discoverability Nov 20, 2024
1 of 2 checks passed
@lorux0 lorux0 deleted the feat/map-discoverability-placesnevents-improvements branch November 20, 2024 15:44
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.

3 participants