Skip to content
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

refactor: button overhaul and minor changes to the ui #413

Merged
merged 39 commits into from
Nov 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2b55058
refactor(appbar): change buttons to new design
steadyjaw Nov 8, 2021
ff1437a
refactor(appbar): change height and add pritnername
steadyjaw Nov 8, 2021
e78ed57
refactor: small sidebar
steadyjaw Nov 9, 2021
11a9a8e
refactor(vuetify): define parts of the mainsail theme and expose colo…
steadyjaw Nov 9, 2021
413e642
refactor: ui settings add missing divider
steadyjaw Nov 9, 2021
46bb749
refactor: add farm printer selection and menu to new top and sidebar,…
steadyjaw Nov 9, 2021
d10caf3
refactor: make topbar buttons hideable via ui settings
steadyjaw Nov 9, 2021
be109a6
refactor: move miniConsole buttons to toolbar and make'em collapsible
steadyjaw Nov 9, 2021
39ede45
refactor: set matching colors for buttons on console page
steadyjaw Nov 9, 2021
88fb3f3
refactor: use colornames from theme and set play/resume button to green
steadyjaw Nov 9, 2021
c30ea16
fix: correct visibility of hide buttons on collapse
steadyjaw Nov 9, 2021
884a336
feature: add virtual tab button to console-input on touch devices
steadyjaw Nov 9, 2021
1dfa48a
refactor: remove hide e-stop button setting
steadyjaw Nov 12, 2021
9af6427
fix: add reactivity to hide upload and print button functionality
steadyjaw Nov 12, 2021
03408a0
refactor: move logo to topbar and clip menu under topbar
steadyjaw Nov 12, 2021
4d6d9de
refactor: remove unused TheSidebarPrinterMenu
steadyjaw Nov 12, 2021
cd2a534
feature: create and add about component to sidebar ...no dialog on cl…
steadyjaw Nov 12, 2021
f66e29d
fix: correct appearance of the close icon from interface settings dialog
steadyjaw Nov 12, 2021
b414572
Revert "fix: correct appearance of the close icon from interface sett…
steadyjaw Nov 13, 2021
7f67a35
Merge branch 'develop' into refactor/ui-redesign
steadyjaw Nov 13, 2021
dc2c034
Merge branch 'mainsail-crew:develop' into feature/ui-design
steadyjaw Nov 14, 2021
44cfcda
refactor: close ui settings on ESC and change close icon to tile
steadyjaw Nov 14, 2021
de8d400
refactor: change font style in wide sidebar and extend width of wide …
steadyjaw Nov 14, 2021
44f12e9
refactor: change menu style ui-settings-entry to dropdown
steadyjaw Nov 14, 2021
259aa1f
refactor: correct variablenames in locales
steadyjaw Nov 14, 2021
aadd989
refactor: re-do menuStyle setting implementation
steadyjaw Nov 14, 2021
f291731
refactor(miniconsole): change collapse button to tile and remove empt…
steadyjaw Nov 16, 2021
412e4dd
refactor: gui variables and button appearance in toolbars
steadyjaw Nov 17, 2021
aa2b725
refactor(heightmap): add autofocus and close on ESC to dialogs
steadyjaw Nov 17, 2021
fb1f31f
refactor(throttledStates): bigger dropdownlist in favor of readability
steadyjaw Nov 17, 2021
88447a3
refactor(confFiles): change imageviewer topbar to darkcolor and move …
steadyjaw Nov 17, 2021
7cbacb3
fix: camera-dropdown visability condition
steadyjaw Nov 17, 2021
2c25fd4
refactor(history): ad close on ESC on dialogs
steadyjaw Nov 17, 2021
a43811a
refactor: button overhaul
steadyjaw Nov 17, 2021
b960f9d
Merge branch 'develop' of https://github.com/mainsail-crew/mainsail i…
steadyjaw Nov 17, 2021
742fb2c
Merge branch 'mainsail-crew-develop' into feature/ui-design
steadyjaw Nov 17, 2021
cfa5f27
fix: correct navigation width and change variablenames
steadyjaw Nov 17, 2021
c93e197
fix: change more close buttons to tiles
steadyjaw Nov 17, 2021
a56724b
Merge branch 'develop' into feature/ui-design
steadyjaw Nov 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: remove unused TheSidebarPrinterMenu
Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
steadyjaw committed Nov 12, 2021

Unverified

This user has not yet uploaded their public signing key.
commit 4d6d9dee59db6db1e25873a78342db9249402c78
2 changes: 0 additions & 2 deletions src/components/TheSidebar.vue
Original file line number Diff line number Diff line change
@@ -104,11 +104,9 @@ import {Mixins} from 'vue-property-decorator'
import BaseMixin from '@/components/mixins/base'
import {PrinterStateKlipperConfig} from '@/store/printer/types'
import TheSelectPrinterDialog from '@/components/TheSelectPrinterDialog.vue'
import TheSidebarPrinterMenu from '@/components/TheSidebarPrinterMenu.vue'
@Component({
components: {
TheSidebarPrinterMenu,
TheSelectPrinterDialog
}
})
84 changes: 0 additions & 84 deletions src/components/TheSidebarPrinterMenu.vue

This file was deleted.