Skip to content

feat: Add grid and list view toggle for projects#13

Open
mintyZer0 wants to merge 3 commits intopythonph:mainfrom
mintyZer0:ui/list-view
Open

feat: Add grid and list view toggle for projects#13
mintyZer0 wants to merge 3 commits intopythonph:mainfrom
mintyZer0:ui/list-view

Conversation

@mintyZer0
Copy link
Contributor

Resolves #8. Added toggle functionality for projects list.

--text-light: #7a7a7a;
--card-shadow: 0 2px 20px rgba(27, 20, 100, 0.06);
--card-shadow-hover: 0 12px 40px rgba(27, 20, 100, 0.12);
--cream: #f6f1eb;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey @mintyZer0 ! I love the changes you made here especially with the spacing. Maybe we should stick with uppercase hex codes for the colors. Let me know what you think. Thanks!

@@ -1,21 +1,25 @@
<!DOCTYPE html>
<!doctype html>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey @mintyZer0 , similar with the hex codes, we can probably keep "DOCTYPE" as uppercases.

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.

Feature Request: Add a list view layout option for projects

2 participants