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

fix: correct component imports, open apps in same window #1652

Open
wants to merge 2 commits into
base: feature-command-palette
Choose a base branch
from

Conversation

amcgee
Copy link
Member

@amcgee amcgee commented Dec 17, 2024

Some imports were relative (../../../../) when they should have imported from other component packages (@dhis2-ui/input, for example)

I also updated the behavior of app links to open in the same window instead of a new one, maintaining the behavior of the previous app menu. We might want to support cmd/ctl+enter to open in a new tab.

@amcgee amcgee requested a review from d-rita December 17, 2024 09:46
@amcgee amcgee requested a review from a team as a code owner December 17, 2024 09:46
@dhis2-bot
Copy link
Contributor

dhis2-bot commented Dec 17, 2024

🚀 Deployed on https://pr-1652--dhis2-ui.netlify.app

@dhis2-bot dhis2-bot temporarily deployed to netlify December 17, 2024 09:50 Inactive
@d-rita
Copy link
Contributor

d-rita commented Dec 17, 2024

We might want to support cmd/ctl+enter to open in a new tab.

Noted. I imagine this would be to open whichever item is highlighted in a new tab. (apps, commands?, shortcuts?)

Copy link
Contributor

@d-rita d-rita left a comment

Choose a reason for hiding this comment

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

LGTM!

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