RaspberryPiFoundation / editor-ui

Code Editor web component
https://editor-static.raspberrypi.org
Apache License 2.0
37 stars 8 forks source link

Edit project name in web component #986

Closed sra405 closed 3 weeks ago

sra405 commented 2 months ago

Given we want to use the web component in editor-standalone and switch editor.raspberrypi.org traffic over to that repo we need to ensure the existing functionality is supported in the web component. One aspect that needs including is the ability to edit a projects name in the web component.

Slack thread

Notes

floehopper commented 1 month ago

It's worth noting that it is already possible to rename a project on the "My projects" page; just not in the project bar of the editor web component.

floehopper commented 1 month ago

Hopefully addressed in https://github.com/RaspberryPiFoundation/editor-ui/pull/1009 & https://github.com/RaspberryPiFoundation/editor-standalone/pull/125.

MFarringtonRPF commented 4 weeks ago

@danhalson can this be marked as closed given comments above? Looks to be added as well in the temp branch.

MFarringtonRPF commented 3 weeks ago

Unclear if still needed.

floehopper commented 3 weeks ago

@MFarringtonRPF I'm pretty sure it's OK to close this - the changes I made in those two PRs mentioned above allow users to rename a project by clicking on the project name in editor-standalone.