Arpad Csanyi 41010cf220 Work on key layouts for the base layer. #27
The keys having a magenta background are the ones that are done. Changes
worth mentioning:
- key "4$" vs. "6^": see the difference of the two layout while having
  the same amount of information.
- key "9(" vs. "0)" (same as 7 vs. 8): the first key contains one
  text element and the spacing of between the top and bottom is based on
  line-height, while the second key is divided into 0.5-1-1-0.5
  portions, and the two text objects are aligned in the middle sections.
  This latter layout is more consistent with other parts of the keyboard
  as this same approach is used on the key "4$", and the benefit of this
  layout is that we don't have to deal with line-height, and can easier
  control the final layout.
2016-04-11 09:46:45 +02:00
2016-04-10 18:22:50 +02:00
2016-04-06 21:44:53 +02:00
2016-04-06 21:44:53 +02:00
2016-04-10 18:22:50 +02:00
2016-03-29 01:48:37 +02:00
2016-04-10 18:22:50 +02:00
2016-04-09 14:33:17 +02:00
2016-04-08 23:25:26 +02:00
2016-04-06 21:44:53 +02:00
2016-04-06 21:44:53 +02:00

Agent logo & text

Agent is the configuration application of the Ultimate Hacking Keyboard.

Agent is in a preliminary state. You can click around, and most interactions will loosely work, but the application is not production ready yet. Agent is being ported to Angular 2 after which its features will actually fully work as expected.

Give it a whirl!

Set up instructions

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install

In the repository you can find a gulpfile.js for running browsersync, which speeds up the development process. You can fire it up with gulp serve.

Contribute

Contributions are most welcome! Please always try to be as consistent as possible. Always run npm run lint and resolve lint warnings before every commit.

Description
No description provided
Readme 37 MiB
Languages
TypeScript 74.7%
HTML 9.7%
JavaScript 6.6%
SCSS 4.4%
CSS 4.3%
Other 0.2%