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

refactor(ui): reorganize imports #1802

Merged
merged 2 commits into from
Nov 12, 2024
Merged

refactor(ui): reorganize imports #1802

merged 2 commits into from
Nov 12, 2024

Conversation

Red-Asuka
Copy link
Member

This pull request includes several changes across multiple files to improve the structure and organization of imports, update Tailwind CSS configurations, and adjust module exports. The most important changes include refactoring imports, updating Tailwind CSS content paths, and modifying the package.json files for better module resolution.

Refactoring imports:

  • apps/desktop/src/renderer/src/App.vue: Separated imports from @mqttx/ui into @mqttx/ui/i18n and @mqttx/ui/stores.
  • apps/web/src/App.vue: Similar separation of imports from @mqttx/ui into @mqttx/ui/i18n and @mqttx/ui/stores.
  • apps/desktop/src/renderer/src/main.ts and apps/web/src/main.ts: Updated imports and added createPinia for state management.

Updating Tailwind CSS configurations:

  • apps/desktop/tailwind.config.ts and apps/web/tailwind.config.ts: Expanded content paths to include files from ../../packages/ui/src. [1] [2]

Modifying package.json files:

Additional changes:

@Red-Asuka Red-Asuka added the chore Changes in build tools or dependent packages label Nov 12, 2024
@Red-Asuka Red-Asuka self-assigned this Nov 12, 2024
@ysfscream ysfscream merged commit b56386b into dev/2.0.0 Nov 12, 2024
5 checks passed
@ysfscream ysfscream deleted the lyd/2.0.0 branch November 12, 2024 14:43
@ysfscream ysfscream added the dependencies Pull requests that update a dependency file label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes in build tools or dependent packages dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants