Commit graph

161 commits

Author SHA1 Message Date
Angelos Chalaris
4a564505af Quick reference for drawer
Updated quick reference with the requred documentation for the .drawer component.
2017-05-12 12:50:05 +03:00
Angelos Chalaris
6dd6194d77 Customization doc for drawer
Documented customization for the new drawer component.
2017-05-12 12:23:00 +03:00
Angelos Chalaris
7b3bea996e Updated navigation documentation
Added documentation for the drawer component in certain pages.
2017-05-12 01:03:38 +03:00
Angelos Chalaris
a4a1e84a7c Added drawer component
Thoroughly tested and not yet documented, a .drawer component has been added to allow for better menus on mobile devices.
2017-05-11 23:36:52 +03:00
Angelos Chalaris
0c9eef3309 Disabled fluid typography
Fluid typography is now disabled by default, as it needs more work and parts of it are not entirely to my liking. The feature is still available for those who want it.
2017-05-11 22:13:27 +03:00
Angelos Chalaris
f9e94474ee Fixed a header bug
Fixed a bug where header.row would not display properly, should now work as expected, enabling layout customization and responsiveness inside the header.
2017-05-11 15:09:27 +03:00
Angelos Chalaris
d8e6925f77 Implemented fluid typography
Flavors updated as needed, documentation for fluid typography added in the core module.
2017-05-11 14:52:31 +03:00
Angelos Chalaris
8b007dd20e Reordered modules
Switched the ordering of input_control and navigation. Now input_control comes before navigation, improving certain aspects of the code.
2017-05-11 11:19:02 +03:00
Angelos Chalaris
657db332a9 Added toast message component
Completed component, added mixins, used mixins, updated documentation, updated customization documentation, made sure everything works neatly.
2017-05-11 10:54:47 +03:00
Angelos Chalaris
9dfe71cea6 Mockup implementation of toast
Added a quick and dirt version of the upcoming toast component, seems to work reasonably well so far. Further testing and work are required.
2017-05-11 01:22:34 +03:00
Angelos Chalaris
7b8ba434b5 Deprecated alert component
The .alert component will no longer be supported. Flavors have been updated to deal with these changes (certain flavors will keep the component for a while, until I can get around to dealing with the problems its deprecation causes). Another commit will follow with the documentation updates for removing the deprecated component.
2017-05-11 00:33:21 +03:00
Angelos Chalaris
bbe375ef3d Added new card styles
Updated cards to include the two new styles that will replace alerts, updated card documentation (for the most part).
2017-05-10 23:42:54 +03:00
Angelos Chalaris
393172e16f Updated styling of close icon
The .close icon now uses a Unicode character instead of the previous styling, saving precious space and making its code less complex.
2017-05-10 22:55:45 +03:00
Angelos Chalaris
6104029454 Removed nano progress bar
Removed the .nano progress bar, can be easily rebuilt using the provided mixins.
2017-05-08 19:21:03 +03:00
Angelos Chalaris
c6056870eb Updated responsive visibility helper definitions
Updated the definitions of responsive visibility helpers to utilize !important, as they should have been doing since the beggining.
2017-05-08 17:56:39 +03:00
Angelos Chalaris
ce03ac2a4d Updated generic shadow classes
Removed old classes, replaced with a single generic .shadowed class.
2017-05-08 17:51:17 +03:00
Angelos Chalaris
72afbf8c17 Updated button group styling
Lowered the specificity of selectors, shrinking the size of the framework somewhat.
2017-05-04 23:11:01 +03:00
Angelos Chalaris
d0363e7b22 Updated grid definitions
Optimization to code generatio for grid module, makes pre-defined layouts less complicated and less costly in terms of space.
2017-05-04 22:49:41 +03:00
Angelos Chalaris
41328781d1 Updated :active styling
Removed unnecessary styles from all elements, added conditions for styling :active links.
2017-05-04 16:15:43 +03:00
Angelos Chalaris
f337f190cb Updated module docs
Added sidebar navigation to all module documentation pages, updated the color palette of button elements to make them look better.
2017-04-28 01:00:44 +03:00
Angelos Chalaris
829b47cce4 Updated module legacy support
Removed multiple legacy support features, most browsers now support the latest features, so no problems hopefully.
2017-04-27 23:04:36 +03:00
Angelos Chalaris
31837594e1 Updated default flavor, fixed some bugs
Default flavor has been redesigned for 2.1.3 and a few bugs were found and then, as is tradition, squashed.
2017-04-27 14:30:14 +03:00
Angelos Chalaris
889071847d Resolves #35
Fixed the way .animated .alert displays on webkit-based browsers, should now behave better.
2017-04-21 13:54:42 +03:00
Angelos Chalaris
fdd8168b58 Resolves #36, package update
Updated npm packaging info, updated placeholder definitions.
2017-04-21 13:49:16 +03:00
Angelos Chalaris
764cfe7ef8 Partial customization docs for input_control, resolves #63
Fixed the display bug of .button-group on Chrome, should now display properly. Documented forms, inputs and checkboxes/radios, buttons, groups and mixins are coming.
2017-04-13 13:10:47 +03:00
Angelos Chalaris
3018ed187f Toolchain update
Swapped prepros out for an Atom plugin, as prepros was getting a bit annoying with all those popups. `node-sass` is still used, but some parameters were changed. For all intents and purposes, this commit should most probably be ignored as nothing substantial was changed. The only thing that is a bit different is that the encoding at the start of both .min.css files is now removed. If this somehow ends up causing trouble, then DO refer to this commit in your issue, if you read this!
2017-04-02 21:03:13 +03:00
Angelos Chalaris
d1ae3a89e9 Resolves #61
Hiding (normal and accessible) has been added via mixins in the utility_mixins file (utility module). Updated both mixins, along with the responsive padding and margin mixins to deal with incosistencies with four-step grid. The legacy grid system should now be fully supported in all 4 mixins in the utility module, making it easier to use them with four-step grids.
2017-04-02 20:33:35 +03:00
Angelos Chalaris
16ce611b1d Changed media queries for screen specificity
All @media queries now use the 'screen' mediatype, so that print stylesheets can be more easily implemented in the future, using small screen layouts, but not mobile-specific tricks.
2017-04-02 19:34:04 +03:00
Angelos Chalaris
d433af473b Added figcaption styling
Added figure caption element styling, so that captions can now be added. Updated both flavors accordingly.
2017-03-30 20:56:15 +03:00
Angelos Chalaris
eea0ea9421 Housekeeping for tab module
Added on hidden flag and cleaned flavor files as needed
2017-03-30 16:33:32 +03:00
Angelos Chalaris
357553c7b3 Toolchain and environment update
Development environment has been Windows for months, just recently moved to UbuntuGnome 16.04 (LTS), so most of the files have been altered a little bit (line endings etc.). Similarly, my toolchain which was Atom (formerly SublimeText), SourceTree and Koala has been changed to Atom, GitKraken and Prepros, causing certain things to recompile and reconfigure based on said tools. New branch has been created under `dev211` to work on the next release `v2.1.1`.
2017-03-29 20:59:51 +03:00
Angelos Chalaris
d7f459a70d Updated header logo to avoid Chrome's jumping 2017-02-07 16:44:37 +02:00
Angelos Chalaris
88b9414d7c Card section button fix 2017-02-02 19:51:31 +02:00
Angelos Chalaris
4b03e32ad5 Updated header component for accessibility 2017-02-02 19:48:43 +02:00
Angelos Chalaris
e2cdae54f4 Tooltip and nano progress bar updates 2017-02-01 10:56:50 +02:00
Angelos Chalaris
4c2cfeadf6 Input element high specificity selector tweaks 2017-02-01 10:38:36 +02:00
Angelos Chalaris
dd8f436d64 Center block disabled by default 2017-01-31 10:31:04 +02:00
Angelos Chalaris
1f03644282 Disabled floats and clearfix from default flavor 2017-01-31 10:21:06 +02:00
Angelos Chalaris
e31948c219 Added fluid input groups, resolves #50 2017-01-27 13:52:43 +02:00
Angelos Chalaris
ee36a28bed Added navigation subcategory sidebar 2017-01-27 11:27:02 +02:00
Angelos Chalaris
63bd62686b Tooltip component bug found and dealt with 2017-01-27 10:51:13 +02:00
Angelos Chalaris
960efa4e19 Completed implementation of tooltip component, resolves #41 2017-01-18 12:23:46 +02:00
Angelos Chalaris
962626c0ec Initial tooltip component commit - #41 2017-01-18 10:43:02 +02:00
Angelos Chalaris
b8f8ec9481 Initial tooltip demo, updated visually-hidden class 2017-01-17 00:53:29 +02:00
Angelos Chalaris
03a9a8175b Optimization for sticky headers and footers, buttons, button groups and extensive testing 2017-01-13 01:06:04 +02:00
Angelos Chalaris
a8fea00c58 Added ARIA support for button elements, #40 2017-01-13 00:29:46 +02:00
Angelos Chalaris
e5a9ba5661 Sticky footer final commit 2017-01-08 18:43:59 +02:00
Angelos Chalaris
7abb30843a Sticky footers 2017-01-08 18:40:56 +02:00
Angelos Chalaris
a7d0a87f48 Added new footer element class for absolute positioning, as discussed in #42 2017-01-08 18:12:31 +02:00
Angelos Chalaris
87a56c800a Added sticky positioning for header elements, resolves #24 2017-01-07 14:45:39 +02:00
Angelos Chalaris
d5cbecef5a Grid updated to allow for auto-alignment of children in rows with certain classes, resolves #53 2017-01-06 19:19:12 +02:00
Angelos Chalaris
c09aecb221 Updated colors to resolve #52 2016-12-30 20:30:46 +02:00
Angelos Chalaris
a9d314fc66 Core restructure to move imports to the flavor files, mixin usage changed inside flavor files, updated doc pages and live version files 2016-12-22 11:43:20 +02:00
Angelos Chalaris
0f7cd386b3 Blockquote styling 2016-12-15 23:19:32 +02:00
Angelos Chalaris
62c8893e1a Utility module documentation complete 2016-12-13 10:16:17 +02:00
Angelos Chalaris
a0bc3e810c Half the documentation for utility module 2016-12-11 14:24:59 +02:00
Angelos Chalaris
3914f5ebc7 Breadcrumbs update, todo list for utility module 2016-12-10 13:13:50 +02:00
Angelos Chalaris
365bde4392 Minor color update 2016-12-07 10:05:19 +02:00
Angelos Chalaris
5824b6fb10 Tab module tweaks 2016-12-06 11:43:10 +02:00
Angelos Chalaris
21ca8d498f Button component color tweaks 2016-12-06 11:26:12 +02:00
Angelos Chalaris
d2ab873d4c Updated navigation module to better work with the button changes 2016-12-06 11:21:07 +02:00
Angelos Chalaris
9dc0cdf486 Checkbox and radio component rework 2016-12-06 10:58:54 +02:00
Angelos Chalaris
628983f159 Button styling update for consistency 2016-12-05 23:48:05 +02:00
Angelos Chalaris
d83b9782d1 Updated to input control module (colors and values) 2016-12-05 13:41:35 +02:00
Angelos Chalaris
c73922c24a Table module documentation initial commit 2016-11-29 00:23:56 +02:00
Angelos Chalaris
021d634b90 Core documentation update 2016-11-26 23:50:28 +02:00
Angelos Chalaris
f0aef1f5f3 Card module and documentation updates 2016-11-26 21:25:51 +02:00
Angelos Chalaris
8569734968 Contextual module documentation page complete 2016-11-26 16:30:43 +02:00
Angelos Chalaris
f409e24f27 Alert documentation 2016-11-26 15:21:37 +02:00
Angelos Chalaris
2499afe53f Contextual documentation mark docs 2016-11-26 13:55:21 +02:00
Angelos Chalaris
3344bfa03d Contextual doc initial commit, browser support improvements, alert animations 2016-11-26 12:37:01 +02:00
Angelos Chalaris
24260f851f Minor updates in contextual and progress 2016-11-26 11:20:11 +02:00
Angelos Chalaris
b6bb5d3bfc Core module list styles, utility module tweaks, progress module variant style and color documentation 2016-11-26 00:46:38 +02:00
Angelos Chalaris
4f30eba776 Spinner tweaks 2016-11-25 14:32:50 +02:00
Angelos Chalaris
2a0d9c3fff Progress module base documentation page 2016-11-25 13:36:24 +02:00
Angelos Chalaris
6a29439d80 Core tweaks for root element font-size and native font stacks 2016-11-25 13:18:38 +02:00
Angelos Chalaris
7c12706dbe Progress module tweaks 2016-11-25 11:56:27 +02:00
Angelos Chalaris
3285776d13 Progress module documentation initial commit and progress module tweaks 2016-11-25 00:22:17 +02:00
Angelos Chalaris
a5a56f38bb Navigation header documentation 2016-11-22 20:37:33 +02:00
Angelos Chalaris
e3ce4b3490 Navigation module updates 2016-11-22 11:55:32 +02:00
Angelos Chalaris
2f53287788 Table polishing 2016-11-22 10:32:05 +02:00
Angelos Chalaris
f3acf0b06d Responsiveness for striped tables 2016-11-22 00:13:06 +02:00
Angelos Chalaris
42ee89f147 Striped tables, finished implementation of the features described in issue #32 2016-11-22 00:08:27 +02:00
Angelos Chalaris
e99dcae2a9 Color changes 2016-11-22 00:01:32 +02:00
Angelos Chalaris
398d46bd1e Added a lot of new features to the table module 2016-11-21 23:56:10 +02:00
Angelos Chalaris
f643f78f1a Fluid card rule addition and minor changes 2016-11-21 22:10:13 +02:00
Angelos Chalaris
1e86e6fa5a 🚑 Grid breakpoint changes, trickles down to other modules as well 2016-11-21 10:25:06 +02:00
Angelos Chalaris
e6d7449337 More documentation for core module 2016-11-17 12:40:20 +02:00
Angelos Chalaris
4f656962f0 Core documentation initial commit 2016-11-17 12:12:16 +02:00
Angelos Chalaris
6101e47393 Table module updates and optimization 2016-11-14 00:05:25 +02:00
Angelos Chalaris
5d2d6a6422 Squashing bugs for alt size cards 2016-11-13 23:49:32 +02:00
Angelos Chalaris
3e0ae4fa7f Card fluidity fixes 2016-11-13 23:12:36 +02:00
Angelos Chalaris
686a5559ee Deploying more of the introduction page 2016-11-11 16:35:58 +02:00
Angelos Chalaris
64af6f2d5f Toolkit file comparison, minor changes and updates to the files 2016-11-11 16:02:38 +02:00
Angelos Chalaris
5dcfabb7f3 Introduction page updates 2016-11-11 14:25:35 +02:00
Angelos Chalaris
f429b1037c Bug fixes caused by buttons in navigation 2016-11-11 12:47:27 +02:00
Angelos Chalaris
1c7e57c1bd Grid reordering classes 2016-11-11 12:39:39 +02:00
Angelos Chalaris
a2bc9e4835 Spinner size mixin 2016-11-11 12:02:16 +02:00
Angelos Chalaris
a6b3cec38d Generic box-shadow mixin 2016-11-11 11:52:30 +02:00
Angelos Chalaris
692f3c00ff Breadcrumbs, utilities and button groups updates 2016-11-11 11:44:03 +02:00