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

Cleanup #915

Merged
merged 3 commits into from
Sep 22, 2024
Merged

Cleanup #915

merged 3 commits into from
Sep 22, 2024

Conversation

dmx974
Copy link
Contributor

@dmx974 dmx974 commented Sep 22, 2024

  • move reflect to main.ts
  • add config.ts and global.d.ts to properly handle COMFYUI_FRONTEND_VERSION
  • cleanup index.html and App.vue

- move reflect to main.ts
- add config.ts with comfy frontend version
- cleanup index.html and App.vue
useSettingStore().get('Comfy.ColorPalette')
)

const { t } = useI18n()
Copy link
Member

Choose a reason for hiding this comment

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

Please revert some of the moves of stores, as it is an advantage of using composition API is that you can have declaration and usage at the same place. See https://vuejs.org/guide/extras/composition-api-faq.html for details.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are loosing time ... I perfectly know what is composition API, doing vue for more than 10 years now. Please merge that PR so I can continue.

@dmx974 dmx974 merged commit ea0f74a into main Sep 22, 2024
16 checks passed
@huchenlei huchenlei deleted the UI-refactoring branch September 22, 2024 06:19
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