Skip to content
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 mini-widgets #356

Merged
merged 18 commits into from
Jun 23, 2023
Merged

Conversation

rafaellehmkuhl
Copy link
Member

@rafaellehmkuhl rafaellehmkuhl commented Jun 15, 2023

Screen.Recording.2023-06-15.at.14.10.21.mov

To be merged after #355.

Fix #339.

@patrickelectric
Copy link
Member

Needs rebase

- Simplify management
- Merge store with regular widgets
- Use new `vue-draggable-plus` library
- Only allow changes in edit-mode
- Use drag from/to containers to add and remove widgets
- Fix add button disappearing
- Fix not being able to add to containers with widgets already
@rafaellehmkuhl
Copy link
Member Author

Needs rebase

Done.

Copy link
Contributor

@ES-Alexander ES-Alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked at the code in depth, but from the features+revisions you were showing in the meeting today this looks great! :-)

loadFonts()

const app = createApp(App)
app.component('FontAwesomeIcon', FontAwesomeIcon)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of mixing different icons source, it'll end up in different icons style and guidelines, that just make the interface inconsistency.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should discuss it at some point, for sure. The problem was that MDI misses several icons that we need.
Some like the depth one I needed to manually do in fact.
In the very end, we should try to make mostly or all of them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaellehmkuhl rafaellehmkuhl merged commit 9e06767 into bluerobotics:master Jun 23, 2023
@rafaellehmkuhl rafaellehmkuhl deleted the add-bar-widgets branch June 23, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There's no indication of vehicle disconnection
3 participants