-
-
Notifications
You must be signed in to change notification settings - Fork 52
🔨🔨🔨 [REFACTORING] New Board Design 🔨🔨🔨 #54
Comments
FYI: @tiaghoalves |
What kind of refactoring? A better/new/modder layout? |
Correct. The current design is based on Bootstrap 4 and does not really fit with the design of VSCode. So, the new design should be much more modern and fit with VSCode, maybe like
|
Did you have time to start, and if yes: Do you have a prototype to watch? Let me know, if you have questions / problems etc. |
@mkloubert I'm sorry, I didn't have much time as I expected, so couldn't take a look more deeply and start changing things. But, I'm keep tracking with the refactoring ideia and willing to try it out do some changes. I hope to get some time to spend on this project, as soon it's possible |
I can help |
Hi what is the status of the refactoring? I can help. I was using atlassian board bit it's being discontinued so why not make this better? Let me know if there are any areas wyou'd like me to start with if this refactoring is still ongoing. Is there a branckh we should fork from where some work was already done? |
I have started to reorganize the refactoring of the extension, I am on a good way: Bildschirmaufnahme.2022-11-07.um.14.36.38.movIf you like to contribute, read the Contribution thread in the new repository for more information. |
If you like to create a new view, you can fork the following repository:
https://github.com/vscode-kanban/view
In my opinion, the best thing is, that you create a full working mock with all features. I will be the one, that connects the VS Code WebView later, after the view has been finished.
Have a look at the following files
to get an idea how data is send between VSCode and the WebView.
vsckb_post()
is currently the function that sends data from WebView to VSCode.window.addEventListener('message', (e) => {})
is the callback that receives data from VSCode.Please use the issue tracker at the new location: https://github.com/vscode-kanban/view/issues
Create your pull requests here: https://github.com/vscode-kanban/view/pulls
The text was updated successfully, but these errors were encountered: