-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: Sync with upstream #359
Conversation
clepski
commented
Mar 4, 2025
•
edited
Loading
edited
- Sync with upstream open scd 0.38.0
…LNType within a function (openscd#1595)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Raise core version to 0.1.4 * chore: Bump uploard-artifact to v4
* Added ADR-0003 - Externalize OpenSCD core plugins * Added ADR-0004 - Technical solution for releasing and deployments
* create workflow for attaching files * feat: attach core and plugin docs to build --------- Co-authored-by: Sergio Alvarenga <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sergio Alvarenga <[email protected]>
* feat: change github actions workflow trigger * feat: trigger release-please only after release * chore: release 0.37.1 Release-As: 0.37.1 --------- Co-authored-by: Sergio Alvarenga <[email protected]>
* chore: release 0.37.2 Release-As: 0.37.2 --------- Co-authored-by: Sergio Alvarenga <[email protected]>
* chore: release 0.37.2 Release-As: 0.37.2 * chore: release 0.37.2 Release-As: 0.37.2 --------- Co-authored-by: Sergio Alvarenga <[email protected]>
* feat: update release please action --------- Co-authored-by: Sergio Alvarenga <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
const positionList = <Select>( | ||
this.pluginDownloadUI.querySelector('#menuPosition') | ||
); | ||
// currently we only handley key shortcuts when users press ctrl |
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.
small typo on handle
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.
this is copied from open-scd, we should fix it in the upstream
import type { UserInfoEvent } from '../compas/foundation'; | ||
|
||
import { HistoryState } from '@openscd/open-scd/src/addons/History.js'; |
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.
Not really related to the changes however, my vsc is hinting at multiple imports that aren't being used
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.
Lines 19-21 | 25-27 | 40-44
}) | ||
); | ||
const topMenu = this.generateMenu(this.topMenu, 'top'); | ||
const middleMenu = this.generateMenu(this.middleMenu, 'middle'); |
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.
nice