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(web): statusbox re-rendering and nav bar when trashing assets #6581

Merged
merged 5 commits into from
Jan 23, 2024

Conversation

martabal
Copy link
Member

@martabal martabal commented Jan 22, 2024

Copy link

cloudflare-pages bot commented Jan 22, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92c93bb
Status: ✅  Deploy successful!
Preview URL: https://48533073.immich.pages.dev
Branch Preview URL: https://fix-web-small-issues-22-01.immich.pages.dev

View logs

Comment on lines 51 to 54
if (!$user) {
const { data } = await api.userApi.getMyUserInfo();
$user = data;
}
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be handled by the store?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, that AIP request is useless, correct me if I'm wrong, but you're always authenticated when you have the side-bar and that store is already handled by auth.ts

@jrasm91
Copy link
Contributor

jrasm91 commented Jan 22, 2024

This description stuff keeps popping up, can you keep it out of this PR, since it seems completely unrelated?

@alextran1502 alextran1502 merged commit 74f1000 into main Jan 23, 2024
25 checks passed
@alextran1502 alextran1502 deleted the fix/web-small-issues-22-01 branch January 23, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] web: selection still shown after trash delete
4 participants