-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: upgrade button in user settings #1484
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/app/user/page.tsx The if (!session) {
redirectToLogin();
}
const { userData } = useUserData();
const is_premium = userData?.is_premium; Risk Level 2 - /home/runner/work/quivr/quivr/frontend/lib/components/Sidebar/components/SidebarFooter/components/SidebarFooterButton.tsx The if (href !== undefined) {
const originalOnClick = onClick;
onClick = () => {
void router.push(href);
originalOnClick?.();
};
} 🚧🔍🐛 Powered by Code Review GPT |
b1e3d72
to
9a78b04
Compare
This reverts commit 3e5828f.
🤖 I have created a release *beep* *boop* --- ## 0.0.98 (2023-10-26) ## What's Changed * feat: upgrade button in user settings by @matthieujacq in #1484 * fix: failing build (removed avatar alt prop) by @matthieujacq in #1487 * Fixed license link in intro.md by @Eric013 in #1486 * feat: manage plan by @matthieujacq in #1488 * feat: remove feature flags for homepage by @matthieujacq in #1493 * feat: add new signin/login page by @mamadoudicko in #1492 ## New Contributors * @Eric013 made their first contribution in #1486 **Full Changelog**: v0.0.97...v0.0.98 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.98 (2023-10-26) ## What's Changed * feat: upgrade button in user settings by @matthieujacq in QuivrHQ/quivr#1484 * fix: failing build (removed avatar alt prop) by @matthieujacq in QuivrHQ/quivr#1487 * Fixed license link in intro.md by @Eric013 in QuivrHQ/quivr#1486 * feat: manage plan by @matthieujacq in QuivrHQ/quivr#1488 * feat: remove feature flags for homepage by @matthieujacq in QuivrHQ/quivr#1493 * feat: add new signin/login page by @mamadoudicko in QuivrHQ/quivr#1492 ## New Contributors * @Eric013 made their first contribution in QuivrHQ/quivr#1486 **Full Changelog**: QuivrHQ/quivr@v0.0.97...v0.0.98 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
Epic: #1429
User Story: #1431
Screenshots (if appropriate):