-
Notifications
You must be signed in to change notification settings - Fork 6
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
Navigation/Breadcrumbs in filerunner, pull Nav into a component #92
base: main
Are you sure you want to change the base?
Conversation
Deployment failed with the following error:
|
@bdsqqq is attempting to deploy a commit to the Ping Labs Team on Vercel. To accomplish this, @bdsqqq needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
…n`, use new button dropdown in filebrowser
* better contrast * add breadcrumbs and open file button to filerunner * I had the branch with the wrong name on my local machine 💀💀💀 --------- Co-authored-by: Mark R. Florkowski <mark.florkowski@gmail.com>
* add logs for directory creation (#90) * [W-74] Fix nested folder creation (#93) * fix * also fix for file creation * only show debug logs in dev (#86) * better contrast (#89) * update v0.6.2 (#94) --------- Co-authored-by: Mark R. Florkowski <mark.florkowski@gmail.com> Co-authored-by: Theo Browne <me@t3.gg>
…fault but optional
…ng once sounds better than debugging that
} = style; | ||
return classNames( | ||
BUTTON_CLASSES, | ||
// TODO igor: ask for feedback: pointer events none here prevents the cursor from being showed as not allowed |
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.
Personally I prefer showing as not allowed as it is clearer than pointer events none. @t3dotgg any opinion?
apps/cli/cli-core/src/open-file.ts
Outdated
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.
@t3dotgg Please test on windows. I think start
should open the default program for a file, but internet could be lying.
…asier EG: setting up truncate needs children to be the direct child of the element with truncate, with the span there it was annoying and I'd have to do [&>span]:truncate in the button, and thats annoying
No description provided.