stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Change layout of /assortments/id #30

Closed stevenbui44 closed 2 months ago

stevenbui44 commented 2 months ago

Right now, the assortments/id page looks like the first picture, where you create the card at the top and it gets added to the bottom. I do not like this anymore since I feel like I would not really get into this layout, and it doesn't feel "natural". I'm used to Quizlet, so I want to update my page to look more like the second picture (which looks a lot like what I have right now lol) but basically it's like Quizlet in the sense that the questions are listed one after the other, and when you press the Add Card button, a "box" containing the question, code, approach, etc shows up that you can type in.

This means that instead of the Add Card button in the original page where you have to type in all of the fields first and then add the card, you will now originally start off with a template and press an Add Card button to create a new template (representing a new card).

image image
stevenbui44 commented 2 months ago

When a card is made with empty fields, it should not count as a card yet. This is up to you though.

stevenbui44 commented 2 months ago

I think it looks better now!!!! (It still needs CSS obviously but I got the layout right)

image