-
Notifications
You must be signed in to change notification settings - Fork 8
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
quest list is in 2 columns and added useMemo for fakeQuests loading #248
Conversation
alexchan0394
commented
Apr 27, 2022
•
edited
Loading
edited
- Make sure they are the same height
- Do not include blocks in the summary view
- Warn Creator for the description that only the first 5 (use var) lines will be displayed in summary view
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #248 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 25 25
Branches 5 5
=========================================
Hits 25 25 Continue to review full report at Codecov.
|
packages/react-app/src/constants.ts
Outdated
@@ -179,3 +179,5 @@ export const DEFAULT_FILTER = Object.freeze({ | |||
} as FilterModel); | |||
|
|||
export const DEFAULT_CLAIM_EXECUTION_DELAY_MS = 60 * 15 * 1000; // Add 15 minutes by default | |||
|
|||
export const MAX_LINE_DESCRIPTION = 8; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export const MAX_LINE_DESCRIPTION = 8; | |
export const DEFAULT_DESCRIPTION_MAX_LINE = 5; |
J'ai reussi a get sa so sa prendrai vrmt un height a la place d'un max-height et je laisserait 5 pour maxLine pour que le user puisse deffiler les quests plus vites (chandulu a dit ct important de voir bcp de quest en moins de scroll)