diff --git a/gulp-file.bat b/gulp-file.bat new file mode 100644 index 0000000..5a283f9 --- /dev/null +++ b/gulp-file.bat @@ -0,0 +1 @@ +gulp \ No newline at end of file diff --git a/src/.tmp/favicon.ico b/src/.tmp/favicon.ico new file mode 100644 index 0000000..ee5768b Binary files /dev/null and b/src/.tmp/favicon.ico differ diff --git a/src/.tmp/magico-helpdesk-dashboard.html b/src/.tmp/magico-helpdesk-dashboard.html new file mode 100644 index 0000000..7f6a1a8 --- /dev/null +++ b/src/.tmp/magico-helpdesk-dashboard.html @@ -0,0 +1,1380 @@ + + + + + + + + + Helpdesk - Dashboard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ +
+
+ Image Description + Image Description +
+ +
+

Nowe połączenie!

+

+48 541 524 865

+
+ +
+
+ Loading... +
+ + +
+
+
+ + + + +
+ + + + + +
+ + + + +
+
+

Keyboard shortcuts

+ +
+
+
+
+
Formatting
+
+
+
+
+ Bold +
+ + +
+ Ctrl + b +
+
+ +
+ +
+
+
+ italic +
+ + +
+ Ctrl + i +
+ +
+ +
+ +
+
+
+ Underline +
+ + +
+ Ctrl + u +
+ +
+ +
+ +
+
+
+ Strikethrough +
+ + +
+ Ctrl + Alt + s + +
+
+ +
+ +
+
+
+ Small text +
+ + +
+ Ctrl + s +
+ +
+ +
+ +
+
+
+ Highlight +
+ + +
+ Ctrl + e +
+ +
+ +
+ +
+ +
+
+
Insert
+
+
+
+
+ Mention person (@Brian) +
+ + +
+ @ +
+ +
+ +
+ +
+
+
+ Link to doc (+Meeting notes) +
+ + +
+ + +
+ +
+ +
+ +
+
+
+ #hashtag +
+ + +
+ #hashtag +
+ +
+ +
+ +
+
+
+ Date +
+ + +
+ /date + Space + /datetime + /datetime + Space +
+ +
+ +
+ +
+
+
+ Time +
+ + +
+ /time + Space +
+ +
+ +
+ +
+
+
+ Note box +
+ + +
+ /note + Enter + /note red + /note red + Enter +
+ +
+ +
+ +
+ +
+
+
Editing
+
+
+
+
+ Find and replace +
+ + +
+ Ctrl + r +
+ +
+ +
+ +
+
+
+ Find next +
+ + +
+ Ctrl + n +
+ +
+ +
+ +
+
+
+ Find previous +
+ + +
+ Ctrl + p +
+ +
+ +
+ +
+
+
+ Indent +
+ + +
+ Tab +
+ +
+ +
+ +
+
+
+ Un-indent +
+ + +
+ Shift + Tab +
+ +
+ +
+ +
+
+
+ Move line up +
+ + +
+ Ctrl + Shift + +
+ +
+ +
+ +
+
+
+ Move line down +
+ + +
+ Ctrl + Shift + +
+ +
+ +
+ +
+
+
+ Add a comment +
+ + +
+ Ctrl + Alt + m +
+ +
+ +
+ +
+
+
+ Undo +
+ + +
+ Ctrl + z +
+ +
+ +
+ +
+
+
+ Redo +
+ + +
+ Ctrl + y +
+ +
+ +
+ +
+ +
+
+
Application
+
+
+
+
+ Create new doc +
+ + +
+ Ctrl + Alt + n +
+ +
+ +
+ +
+
+
+ Present +
+ + +
+ Ctrl + Shift + p +
+ +
+ +
+ +
+
+
+ Share +
+ + +
+ Ctrl + Shift + s +
+ +
+ +
+ +
+
+
+ Search docs +
+ + +
+ Ctrl + Shift + o +
+ +
+ +
+ +
+
+
+ Keyboard shortcuts +
+ + +
+ Ctrl + Shift + / +
+ +
+ +
+ +
+
+
+ + + +
+
+

Activity stream

+ +
+
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/css/theme-dark.css b/src/assets/css/theme-dark.css index 9bc10fa..9f46709 100644 --- a/src/assets/css/theme-dark.css +++ b/src/assets/css/theme-dark.css @@ -30698,3 +30698,20 @@ select:-webkit-autofill:focus { /*------------------------------------ File for your custom SCSS style ------------------------------------*/ +@media (min-width: 1200px) { + .magico-navbar { + top: 61px; + } +} + +.magico-czary-mary-do-ogarniecia { + position: fixed; + top: 11px; + left: 215px; +} + +@media (min-width: 1200px) { + .magico-czary-mary-do-ogarniecia { + display: none; + } +} diff --git a/src/assets/css/theme.css b/src/assets/css/theme.css index cb55c52..4e765c5 100644 --- a/src/assets/css/theme.css +++ b/src/assets/css/theme.css @@ -30491,3 +30491,20 @@ a:hover .text-inherit { /*------------------------------------ File for your custom SCSS style ------------------------------------*/ +@media (min-width: 1200px) { + .magico-navbar { + top: 61px; + } +} + +.magico-czary-mary-do-ogarniecia { + position: fixed; + top: 11px; + left: 215px; +} + +@media (min-width: 1200px) { + .magico-czary-mary-do-ogarniecia { + display: none; + } +} diff --git a/src/assets/scss/_user.scss b/src/assets/scss/_user.scss index 0a98732..04fc701 100644 --- a/src/assets/scss/_user.scss +++ b/src/assets/scss/_user.scss @@ -1,3 +1,18 @@ /*------------------------------------ File for your custom SCSS style ------------------------------------*/ + +.magico-navbar { + + @media (min-width: 1200px) { + top: 61px; + } +} + +.magico-czary-mary-do-ogarniecia { + position: fixed; top: 11px; left: 215px; + + @media (min-width: 1200px) { + display: none; + } +} \ No newline at end of file diff --git a/src/magico-helpdesk-dashboard.html b/src/magico-helpdesk-dashboard.html new file mode 100644 index 0000000..fe13f9c --- /dev/null +++ b/src/magico-helpdesk-dashboard.html @@ -0,0 +1,416 @@ + + + + + + + + + Helpdesk - Dashboard + + + + + + + + + + + + + + @@if(layoutBuilder.extend.switcherSupport === false) { + + } + + @@if(layoutBuilder.extend.switcherSupport === true) { + + + + + } + + + + + + @@if(layoutBuilder.extend.switcherSupport === true) { + + } + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + @@include("@@autopath/partials/sidebar/magico-helpdesk.html", { + "category": "dashboards", + "subcategory": "", + "link": "magico-helpdesk-dashboard.html" + }) + + + +
+ +
+
+ Image Description + Image Description +
+ +
+

Nowe połączenie!

+

+48 541 524 865

+
+ +
+
+ Loading... +
+ + +
+
+
+ + + + +
+ + + + @@include("@@autopath/partials/footer/main.html") + +
+ + + + + @@include("@@autopath/partials/layouts-components/offcanvas-shortcuts.html") + + + + @@include("@@autopath/partials/layouts-components/offcanvas-activity.html") + + + + @@include("@@autopath/partials/modals/welcome-message.html") + + + + + + + + + + + + + + + + + + + + + + + @@if(layoutBuilder.extend.switcherSupport === true) { + @@include("@@autopath/partials/layouts-components/darkmode-switcher-js.html") + } + + + diff --git a/src/partials/layouts-components/magico-menu-helpdesk.html b/src/partials/layouts-components/magico-menu-helpdesk.html new file mode 100644 index 0000000..326c5aa --- /dev/null +++ b/src/partials/layouts-components/magico-menu-helpdesk.html @@ -0,0 +1,41 @@ + diff --git a/src/partials/sidebar/magico-helpdesk.html b/src/partials/sidebar/magico-helpdesk.html new file mode 100644 index 0000000..cca3bdb --- /dev/null +++ b/src/partials/sidebar/magico-helpdesk.html @@ -0,0 +1,40 @@ +