-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: modernize js and add connect bar styles #208
base: main
Are you sure you want to change the base?
Conversation
make this an option in the settings menu, it's supposed to be long like that in the first place name it something like "compact connect bar" |
Sure, I will add a setting for a 'Compact Connect Bar'! Thinking of doing something like this .main-connectBar-connectBar {
--gap: 1rem;
width: calc(94% - var(--gap, 0.5rem));
margin-left: auto;
} |
make any changes you think will enhance it! but for the extremely compact one make it a settings menu thing :) I'll be home tomorrow evening to check this out |
Sure, I'll add it soon. I'm not home right now. |
btw where is the connect bar located by default ? |
the same place it is currently in comfy except below the play bar, which obviously looks weird with comfy because we move it down and stretch it out! so we just put it on top instead |
TODO: fix `lint/security/noGlobalEval`
this commit also lints the code
looks good at face value, will test and merge these changes in a couple days! |
Great ! |
ohh what a coincidence i was resolving the conflicts |
haha, in the process of testing the pr now will get back to you! |
sure ! |
im not a super big fan of all the random formatting changes you have made, is there a reason why? i try to stick to the current prettier config we have in the repo - what have you run across all these files? |
i didn't test it on the newer versions i will check that out soon |
oops idk why my prettier did that i think it was overwritten by biome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
got it! though if there is no valid reason for all the formatting changes i prefer the original, especially the |
ohh alright |
ohh alright ! |
alright im happy with everything else so far but whatever you changed to do with updateScheme function has broken the color scheme setting from ever showing up in the settings menu, once you've fixed that im happy to merge |
I've identified that the problem |
please see my mention on discord for further instructions before i can merge! |
alright am checking it rn ! |
before:
after: