Commit Graph
20 Commits
Author SHA1 Message Date
József Farkas dcf5cbe4d8 Add Angular2 2016-04-06 21:44:53 +02:00
Arpad Csanyi 13e477d03c Recalculate .keyboard-slider height when changing imgs to svgs. #15.
If UI is loaded on a smaller screen, the svg will be cut in half as the
height of the image will be smaller then the height of the svg. There
could be other solutions for this, but this was the quickest, and it's
sufficient for the purpose of the mockup.
2016-03-17 16:08:36 +01:00
Arpad Csanyi 7ab20e4a6f Remove unneeded console.log(). 2016-03-17 16:08:18 +01:00
Arpad Csanyi d761c9c93f Fix typos. 2016-03-17 15:58:02 +01:00
Arpad Csanyi 0c8e9fe6f1 Quick mocking of the popover displaying functionality. #15
Its main purpose is to show colors and general layout. Precise
positioning is still missing.
2016-03-17 15:48:32 +01:00
Arpad Csanyi 7be4c27ce5 Change keyboard images SVG to inline SVG. Resolves #14. 2016-03-17 13:44:43 +01:00
Arpad Csanyi 32750c5121 Add basic sliding functionality. Resolves #6.
At least for the mockups I've chosen to use jQuery's animate function
for this functionality instead of css3 transitions. The reason is that I
have to compute widths with js, and the whole click event and class
addition/removal is handled there.
2016-03-17 00:29:35 +01:00
Arpad Csanyi 335f7be207 Add general _init() function. #6
This function is used to be able to call the same initialization process
for a given view every time we load that view. At the moment of
committing it's not really usable, but it can solve some issues later.
2016-03-17 00:23:21 +01:00
Arpad Csanyi 3a4b83f51c Remove unneeded console.log(). 2016-03-17 00:22:07 +01:00
Arpad Csanyi 5e56dc81b5 Remove owl carousel related settings from the files. Fixes #3. 2016-03-15 23:02:23 +01:00
Arpad Csanyi 7f22eb610d Remove "action links" related parts as they are not needed any more. 2016-03-14 17:48:46 +01:00
Arpad Csanyi 6148d12c84 Switch view on the right based on the selected menu item. 2016-03-14 17:39:24 +01:00
Arpad Csanyi eab1e0d0a8 Add data attributes on menu items.
The view on the right pane will be switched based on this.
2016-03-14 17:37:05 +01:00
Arpad Csanyi bc0db45e6c Apply more general classes on pane title elements. 2016-03-14 16:52:54 +01:00
Arpad Csanyi 1797b50847 Macro edition interface title theming+functionality. #7
The migration of the macro theming will come after.
2016-03-14 09:37:38 +01:00
Arpad Csanyi 91478c2b3c Implementing basic open/collapse functionality resolves #13. 2016-02-27 22:11:51 +01:00
Arpad Csanyi 85be54008c Improve theming and layout of the sidebar menu. 2016-02-18 01:37:33 +01:00
Arpad Csanyi f913cbe947 Create basic layout of the Agent's sidebar menu. 2016-02-17 09:50:54 +01:00
Arpad Csanyi 7e22531ccd Remove split.js from the agent. 2016-02-16 23:24:14 +01:00
Arpad Csanyi abaa341c92 Add initial version of the application's UI. 2016-02-11 00:12:14 +01:00