Skip to content

chore: icon variants and demo state polishments - #58

Open
emirGazaz wants to merge 29 commits into
PlusAuth:mainfrom
emirGazaz:main
Open

chore: icon variants and demo state polishments#58
emirGazaz wants to merge 29 commits into
PlusAuth:mainfrom
emirGazaz:main

Conversation

@emirGazaz

Copy link
Copy Markdown

No description provided.

@emirGazaz
emirGazaz requested a review from ayZagen July 29, 2026 13:05
Comment thread src/ui/components/PCheckBox/PCheckBox.css Outdated
Comment thread src/ui/styles/main.css
Comment thread src/ui/styles/main.css

@ayZagen ayZagen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

please fix the comments

Comment thread src/ui/components/SocialConnectionButton.vue Outdated
Comment thread src/ui/composables/use_timer.ts
Comment thread src/ui/composables/use_timer.ts
Comment thread vite.config.ts
import UnoCSS from 'unocss/vite'
import { defineConfig } from 'vite'
import dts from 'vite-plugin-dts';
import { libInjectCss } from 'vite-plugin-lib-inject-css'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

you removed the usage but dependency still exists?

Comment on lines +53 to +69
const customEl = document.querySelector('[view-editor-custom-css]');
if (customEl && customEl.parentNode) {
customEl.parentNode.insertBefore(this.styleEl, customEl);
const widgetStyles = document.querySelectorAll('style[data-vite-dev-id], style#plusauth-widget-style');
widgetStyles.forEach((style) => {
customEl.parentNode!.insertBefore(style, customEl);
});

const observer = new MutationObserver(() => {
if (customEl.parentNode && customEl.nextSibling) {
customEl.parentNode.appendChild(customEl);
}
});
observer.observe(document.head, { childList: true });
} else {
document.head.appendChild(this.styleEl);
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why we have view-editor-custom-css, why is this necessary?

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