-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add Deny Reason to Application Route #203
Conversation
Also tests push mirror
Someone is attempting to deploy a commit to a Personal Account owned by @Xyphyn on Vercel. @Xyphyn first needs to authorize it. |
I'd prefer if it just opened a modal instead, so it works on all screen sizes. The deny reason can open on hover with a PopOver. If you'd like, I can work on it myself today. |
Modal works for me, I can work on it myself, been looking for stuff to do anyway |
I disagree with the PopOver idea though, the application text is currently plainly visible without having to press another button and in my opinion the same should be the case for the deny reason. Would it not be possible to display the deny reason in it's own row? Like So
It would make the application card longer but should still work on all screen sizes while making the info viewable at a glance |
Looks good, but I would prefer if it looked like this: Denied by admin name <deny reason, if exists> |
Great, will get to it soon then, just finished work |
Not 100% sure about the |
Aside from code style I should be done now, haven't found any bugs in my quick round of testing |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a build error, (typically these don't affect anything in yarn dev) try using yarn build to see what it is |
Built current main branch and my own branch and both have the same build output aside from timing and hashes, I can take a closer look tomorrow but from my limited testing it seems like a random fail in Vercel (or some Vercel quirk I'm unfamiliar with) |
In a function as a parameter in svelte, there's a missing }. |
Can't figure out where rn, will check tomorrow |
ran a vercel deploy on my own account with default settings and that one fails because it can't find the svelte vercel adapter, can you share ypur vercel deploy settings so I can debug this? |
vercel deploy works for me without errors when I add adapter-vercel as a dev dependency |
Did more testing and I cannot replicate the build error. The only way I can see the above making sense is if the Vercel deploy in this PR built an old version of my code that had errors |
Vercel is deploying the wrong commit aaaa |
Looks good, thanks a lot for your contribution! |
WIP Pull Request, no idea how long this will take.
Current Plan is to:
@Xyphyn before I start working on it do the planned changes sound acceptable?