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(app): add question level filtering #413

Merged
merged 14 commits into from
Dec 14, 2022

Conversation

AdiPol1359
Copy link
Contributor

Fixes #411

@vercel
Copy link

vercel bot commented Dec 14, 2022

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

Name Status Preview Updated
devfaq ✅ Ready (Inspect) Visit Preview Dec 14, 2022 at 3:07PM (UTC)

@github-actions
Copy link

github-actions bot commented Dec 14, 2022

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 79.01 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

apps/app/src/hooks/useQuestionsOrderBy.ts Outdated Show resolved Hide resolved
apps/app/src/lib/order.ts Outdated Show resolved Hide resolved
apps/app/src/types.ts Outdated Show resolved Hide resolved
apps/app/src/hooks/useQuestionsOrderBy.ts Outdated Show resolved Hide resolved
apps/app/src/types.ts Outdated Show resolved Hide resolved
apps/app/src/types.ts Outdated Show resolved Hide resolved
apps/app/src/hooks/useQuestionsLevels.ts Outdated Show resolved Hide resolved
apps/app/src/lib/order.ts Show resolved Hide resolved
@typeofweb typeofweb merged commit 744b1b8 into develop Dec 14, 2022
@typeofweb typeofweb deleted the 411-questions-levels-filtering branch December 14, 2022 15:16
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.

Add filtering questions by levels
2 participants