-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Kanban board #11293
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
Kanban board #11293
Conversation
DefinitelyADev
commented
May 4, 2020
- Fixes error 500 when trying to create a User or na Organization project
- made the issue sidebar template consistent with the mew issue sidebar
Co-authored-by: jaqra <[email protected]>
This ensures there's actually an area to drop cards into, in case one is bootstrapping an otherwise empty project board. Co-authored-by: Gitea <[email protected]>
…re info) (#10) .board-column > .cards 1. Fix for the droppable area to extend to the end of the column in order to make it easier for the user to drag stuff on it. 2. Display the cards as list 3. Added some padding to fix horizontal overflow .board-card 1. Expanded the board-card area in order for the user to be able to grab it. 2. Added color to the board card. 3. Added border radius to add some pizzazz 4. Added a pointer cursor to the card in order to inform the user that it is draggable
Moved the Project under the Milestone
@TsakiDev where do you find option to Create a User-/OrgProject on the UI? This is not part of #8346 |
There: |
@6543 But it should be hidden or removed because there is no way to access it through the UI. The good news is that it works now. 🤷♀️🙄 Probably the UnitProjectsGlobalDisabled is not correctly set?! |