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

Hotfix: Installed Apps tab switching #5064

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

hariombalhara
Copy link
Member

Production Hotfix for #5063

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>
@vercel
Copy link

vercel bot commented Oct 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cal ✅ Ready (Inspect) Visit Preview Oct 18, 2022 at 8:59AM (UTC)

@hariombalhara hariombalhara changed the title Hotfix: metadata parsing Hotfix: Installed Apps tab switching Oct 18, 2022
@hariombalhara hariombalhara added ♻️ autoupdate tells kodiak to keep this branch up-to-date automerge labels Oct 18, 2022
Copy link
Member

@sean-brydon sean-brydon left a comment

Choose a reason for hiding this comment

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

Blesss

@kodiakhq kodiakhq bot merged commit 6efccfe into production Oct 18, 2022
@kodiakhq kodiakhq bot deleted the hotfix/production/installed-apps-tabs branch October 18, 2022 09:02
CarinaWolli added a commit that referenced this pull request Oct 25, 2022
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* fixes google calendar issue

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
emrysal pushed a commit that referenced this pull request Dec 2, 2022
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* remove if and at to query

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
emrysal pushed a commit that referenced this pull request Dec 2, 2022
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* Fixes some translation issues (#5841)

* fix french translation for rescheduled email

* fix translations for team invite

* fix rescheduling email in german

Co-authored-by: CarinaWolli <wollencarina@gmail.com>

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
zomars added a commit that referenced this pull request Dec 16, 2022
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* Hotfix/email scheduling memory limit (#5839)

* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* remove if and at to query

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>

* Fix/workflow email (#6069)

* teams plan needed

* disable

* disable

* type fix

Co-authored-by: CarinaWolli <wollencarina@gmail.com>

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
zomars added a commit that referenced this pull request Dec 16, 2022
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* Hotfix/email scheduling memory limit (#5839)

* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* remove if and at to query

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>

* don't send scheduled (#6072)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
@PeerRich PeerRich added the core area: core, team members only label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge ♻️ autoupdate tells kodiak to keep this branch up-to-date core area: core, team members only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants