diff --git a/CHANGELOG.md b/CHANGELOG.md index 444096db52c0..543ee83c26e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - [Changed the way of adding new column in Table Input Widget][11388]. The "virtual column" is replaced with an explicit (+) button. - [New dropdown-based component menu][11398]. +- [Undo/redo buttons in the top bar][11433]. - [Size of Table Input Widget is preserved and restored after project re-opening][11435] - [Added application version to the title bar.][11446] @@ -24,6 +25,7 @@ [11383]: https://github.com/enso-org/enso/pull/11383 [11388]: https://github.com/enso-org/enso/pull/11388 [11398]: https://github.com/enso-org/enso/pull/11398 +[11398]: https://github.com/enso-org/enso/pull/11433 [11435]: https://github.com/enso-org/enso/pull/11435 [11446]: https://github.com/enso-org/enso/pull/11446 [11447]: https://github.com/enso-org/enso/pull/11447 diff --git a/app/gui/src/project-view/components/ControlButtons.vue b/app/gui/src/project-view/components/ControlButtons.vue new file mode 100644 index 000000000000..07af0c578471 --- /dev/null +++ b/app/gui/src/project-view/components/ControlButtons.vue @@ -0,0 +1,42 @@ + + + diff --git a/app/gui/src/project-view/components/RecordControl.vue b/app/gui/src/project-view/components/RecordControl.vue index 8bc5f30e70bf..8f8e50ef3455 100644 --- a/app/gui/src/project-view/components/RecordControl.vue +++ b/app/gui/src/project-view/components/RecordControl.vue @@ -1,13 +1,14 @@