daytonaio / devcontainer-generator

devcontainer.ai - AI generated standardized dev environments
https://devcontainer.ai/
Apache License 2.0
11 stars 10 forks source link

Migrate from Picocss to Tailwind and Cleanup Frontend Code #5

Open nkkko opened 3 weeks ago

nkkko commented 3 weeks ago

Is your feature request related to a problem? Please describe. The current project utilizes Picocss for styling the frontend. Tailwind CSS provides a more modern, utility-first approach to styling, which can make the codebase cleaner and more maintainable. Additionally, there is some mix of tailwind already in the frontend that needs to be cleaned up.

Describe the solution you'd like

Additional context Please ensure that all sections in content.py are updated to reflect the changes. Below are some specific sections that will need modification:

Review and update main.py and other related files to ensure integration is seamless and effective. Make sure to test thoroughly to maintain the functionality and design consistency.

nkkko commented 1 week ago

/bounty $20

algora-pbc[bot] commented 1 week ago

💎 $20 bounty • Daytona

Steps to solve:

  1. Start working: Comment /attempt #5 with your implementation plan
  2. Submit work: Create a pull request including /claim #5 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

If no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.

Please respect others by working on PRs that you are allowed to submit attempts to.

e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.

If you can not submit an attempt, you will not receive your payout.

Thank you for contributing to daytonaio/devcontainer-generator!

Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🟢 @AliYar-Khan Oct 10, 2024, 7:20:15 PM WIP
AliYar-Khan commented 6 days ago

/attempt #5

I will install pytailwindcss to generate the css as listed here https://pypi.org/project/pytailwindcss/

nkkko commented 5 days ago

sounds good @AliYar-Khan

AliYar-Khan commented 5 days ago

@nkkko thanks ... Also i want to tell that uvloop is not supported in windows. In fact it is not being used in the project as well. So can i remove it ?

nkkko commented 5 days ago

@AliYar-Khan Project for sure would benefit from some optimisation, sure you can remove it if it is not used.

AliYar-Khan commented 5 days ago

@nkkko there are some classes on main.py that are being used in main.js. Should I remove them as well? Also while I am trying to generate, it is giving me this error "An error occurred: {'code': '42P01', 'details': None, 'hint': None, 'message': 'relation "public.devcontainers" does not exist'}"

What does this mean ?

AliYar-Khan commented 3 days ago

/claim #5