Skip to content

Commit

Permalink
Rework filament change (#1277)
Browse files Browse the repository at this point in the history
* Fix setup issue

* wip

* restructuring

* border animation working

* page 1 done

* moved second screen

* finish second screen

* second screen done

* third screen done

* add last screens

* some bugfixes

* final fixes

* fix codefactor issues
  • Loading branch information
UnchartedBull committed Jan 4, 2021
1 parent 4620218 commit 997eec8
Show file tree
Hide file tree
Showing 46 changed files with 35,952 additions and 16,197 deletions.
28,308 changes: 14,201 additions & 14,107 deletions docs/css/theme.css
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helper/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function activateDiscoverListener(ipcMain, window) {
}

function activatePortListener(ipcMain, window) {
ipcMain.on('checkOctoprintPort', (_, hostInfo) => {
ipcMain.on('checkOctoPrintPort', (_, hostInfo) => {
const waitPortParams = {
host: hostInfo.host,
port: hostInfo.port,
Expand Down
Loading

0 comments on commit 997eec8

Please sign in to comment.