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

quest list is in 2 columns and added useMemo for fakeQuests loading #248

Merged
merged 7 commits into from
May 2, 2022

Conversation

alexchan0394
Copy link
Collaborator

@alexchan0394 alexchan0394 commented Apr 27, 2022

  • 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

@vercel
Copy link

vercel bot commented Apr 27, 2022

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

Name Status Preview Updated
quests ✅ Ready (Inspect) Visit Preview May 1, 2022 at 9:54PM (UTC)

@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #248 (8ffa233) into main (fe9f977) will not change coverage.
The diff coverage is n/a.

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe9f977...8ffa233. Read the comment docs.

@vercel vercel bot temporarily deployed to Preview April 27, 2022 01:23 Inactive
@vercel vercel bot temporarily deployed to Preview April 30, 2022 06:18 Inactive
@vercel vercel bot temporarily deployed to Preview April 30, 2022 06:33 Inactive
@vercel vercel bot temporarily deployed to Preview April 30, 2022 06:48 Inactive
@vercel vercel bot temporarily deployed to Preview April 30, 2022 07:13 Inactive
@vercel vercel bot temporarily deployed to Preview April 30, 2022 21:38 Inactive
@@ -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;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
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)
image

@vercel vercel bot temporarily deployed to Preview May 1, 2022 21:54 Inactive
@alexchan0394 alexchan0394 merged commit 2e9bdbe into main May 2, 2022
@alexchan0394 alexchan0394 deleted the quests-208-2-columns branch May 2, 2022 02:43
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.

2 participants