Skip to content

Commit

Permalink
chore: Remove theme editor and show-in-code (vaadin#18975)
Browse files Browse the repository at this point in the history
It is now in Copilot
  • Loading branch information
Artur- authored Mar 19, 2024
1 parent 39c077a commit 7ebdf2e
Show file tree
Hide file tree
Showing 177 changed files with 2 additions and 16,735 deletions.
1 change: 0 additions & 1 deletion flow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
<module>test-live-reload</module>
<module>test-live-reload-multimodule</module>
<module>test-live-reload-multimodule/pom-devbundle.xml</module>
<module>test-theme-editor</module>
<module>test-redeployment</module>
<module>test-redeployment-no-cache</module>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void devToolsPluginWorks() {
Assert.assertEquals("Hello from dev tools plugin",
$("div").id("injected").getText());

devTools.showTab("code");
devTools.showTab("info");
devTools.showTab("Hello");
assertMessages(myTool, "plugin-init", "activate called",
"Response for Hello from dev tools plugin", "deactivate called",
Expand Down
97 changes: 0 additions & 97 deletions flow-tests/test-theme-editor/pom.xml

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7ebdf2e

Please sign in to comment.