Angelos Chalaris
43f6a3dd4a
Completed core module
...
Just a quick build, some things need to be tweaked and cleaned up.
2018-05-28 12:29:56 +03:00
Angelos Chalaris
84ba6748b3
Code element styling
...
Customized font stack, along with base styling (needs tweaks).
2018-05-28 12:29:55 +03:00
Angelos Chalaris
bd45afb839
Paragraphs, lists and hr elements
2018-05-28 12:29:53 +03:00
Angelos Chalaris
03b6a1e351
Universal margin and variable names
...
Added a universal margin variable and converted CSS variables to SCSS strings that are compiled from the flavor file.
2018-05-28 12:29:51 +03:00
Angelos Chalaris
be0a05a61f
Headings rework
...
Headings now use their own CSS variable and can be easily customized.
2018-05-28 12:29:40 +03:00
Angelos Chalaris
11e48409bb
Started working on Gluon core
...
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00
Angelos Chalaris
416014034b
Gluon alpha.3 launch
2018-02-01 13:41:30 +02:00
Angelos Chalaris
294880492d
Resolves #119
2018-01-22 13:26:43 +02:00
Angelos Chalaris
6fabf6cc9f
Update quick_reference.html
2018-01-22 13:25:51 +02:00
Angelos Chalaris
0188128c3f
Update table.html
2018-01-22 13:24:39 +02:00
Angelos Chalaris
4156614331
Merge pull request #120 from bostonaholic/fix-github-spelling
...
replace Github with GitHub
2018-01-22 13:17:04 +02:00
Angelos Chalaris
db33c507dd
Updated v3 docs CSS file
2018-01-15 13:59:43 +02:00
Angelos Chalaris
47080c9eab
Gluon alpha.2 launch
2018-01-15 13:51:20 +02:00
Matthew Boston
7a6995920a
replace Github with GitHub
2017-12-27 14:45:30 -07:00
Angelos Chalaris
c025bd583f
Gluon alpha.1 launch
...
Just the website and documentation, along with the default flavor. Mainly for testing.
2017-11-20 11:33:45 +02:00
Angelos Chalaris
4926a49782
Revert "Test deploy empty v3 website"
...
This reverts commit ef8ae4f888
.
2017-10-29 17:47:48 +02:00
Angelos Chalaris
ef8ae4f888
Test deploy empty v3 website
2017-10-29 17:31:06 +02:00
Angelos Chalaris
10b70885d9
🐛 fix - Resolved #107
...
Fixes problems with checkbox and radio elements.
2017-10-23 14:02:44 +03:00
Angelos Chalaris
e28f291531
Resolves #104
...
Bug found and fixed. Should work as expected now.
2017-10-19 12:19:32 +03:00
Angelos Chalaris
6079f1c337
Fixes #100
...
Fixed a broken link.
2017-10-18 10:35:36 +03:00
Angelos Chalaris
49ffe7651f
Fixes #101
...
Ready to release v2.3.5
2017-10-15 18:44:13 +03:00
Angelos Chalaris
099e6da216
Minor bug fixes and documentation updates
...
Fixed a bug in header, added some more specificity to select selectors and updated documentation to include more links and other things.
2017-08-16 14:50:16 +03:00
Angelos Chalaris
b36daa59fd
Added PWA flavor
...
Added a flavor targeting Android and mobile devices in general.
2017-07-15 22:58:33 +03:00
Angelos Chalaris
9e7f555b80
Merge remote-tracking branch 'origin/master'
2017-06-29 14:54:45 +03:00
Angelos Chalaris
449862dc26
Updated select styling
...
Cleanup in the code, making it take up less space, added condition to disable.
2017-06-29 14:54:31 +03:00
Angelos Chalaris
0ed75ca8ef
Fixed a typo that messed up the layout
...
See #85
2017-06-22 16:41:03 +03:00
Oliver Daniel
098174f5fe
Fix minor typo
...
Just noticed a little typo on the site.
If this is not the appropriate way to note this/fix it, I apologize.
Cheers!
2017-06-21 15:21:37 -04:00
Angelos Chalaris
3d6af8acc5
Housekeeping
...
Updated codebase to use spaces instead of tabs. Everything is ready to release v2.3.1.
2017-06-19 15:47:00 +03:00
Angelos Chalaris
987a7cefae
Updated fixes provided by wad3g
...
Also started updating codebase to spaces from tabs. Shouldn't be long until it's all ready and clean.
2017-06-19 14:06:07 +03:00
Angelos Chalaris
bb5a16805b
Documentation update
...
Added certain helpful indicators as to the existence of the React/Preact libraries, updated docs just slightly.
2017-06-14 12:23:29 +03:00
Angelos Chalaris
8be387a230
Ready to release 2.3.0
...
All changes and additions complete, ready to release.
2017-06-09 16:43:40 +03:00
Angelos Chalaris
b1fc2f28fa
Added and documented vertical input groups
...
Added vertical input-groups for easier form alignment, added relevant documentation, updated all flavors. Pretty much all of the features of this update have been completed, so after some housekeeping it'll be ready to release.
2017-06-09 15:34:14 +03:00
Angelos Chalaris
7af521f9a6
Updated tab styling
...
Added a bottom border for selected tabs.
2017-06-09 14:21:25 +03:00
Angelos Chalaris
b01be57873
Documented scrollable tables
...
Documentation and customization documentation added for scrollable table component.
2017-06-09 13:08:34 +03:00
Angelos Chalaris
f4019a8285
Added scrollable table component
...
All flavors updated to use the new scrollable component (except for lite and sucroa), optimizations made to the table module.
2017-06-09 12:00:00 +03:00
Angelos Chalaris
8af1ac0d9c
Customization documentation for switches
...
Added full customization documentation for switch components.
2017-06-08 23:48:21 +03:00
Angelos Chalaris
acf9e37fdb
Documented switch component
...
Added usage documentation for switch component, only thing missing now is the addition of the customization documentation.
2017-06-08 23:14:43 +03:00
Angelos Chalaris
f95c23f271
Added switch component
...
Created and added switch component, added compatibility for rem sizing to input_control's checkboxes and updated definitions to use rem pixels instead of normal ones.
2017-06-08 16:30:36 +03:00
Angelos Chalaris
6437ee56da
Accessibility for modals
...
Added accessibility guidelines for modal dialogs, using role="dialog".
2017-06-06 10:11:30 +03:00
Angelos Chalaris
61ad457605
Complete modal component
...
The modal component is now documented and completed fully.
2017-06-06 09:54:46 +03:00
Angelos Chalaris
57e608bf79
Updated all flavors for modal
...
All flavors are now compatible with the new modal component. Some of them exclude it.
2017-06-05 23:59:42 +03:00
Angelos Chalaris
a3453e8df3
First draft of the modal component
...
Simple as ever, the modal dialog is almost ready to release. Documentation and polishing are not yet done.
2017-06-05 20:38:05 +03:00
Angelos Chalaris
7296765cd0
Under the hood changes
...
Minor changes to table and contextual to be more up-to-date with the rest of the framework's modules.
2017-06-05 19:05:07 +03:00
Angelos Chalaris
fb3b8e20d1
Fixed a minor bug with checkboxes and radios
...
Should now be able to use :disabled, as well as [disabled].
2017-06-05 18:56:39 +03:00
Angelos Chalaris
568aea95b4
Lowered specificity of button-group selectors
...
Under the existing flag, the specificity of button-group selectors was lowered even further using :not(:first-child).
2017-06-05 18:26:25 +03:00
Angelos Chalaris
3bf8a25811
Conditionally lowered specificity of disabled inputs
...
Merged styles under conditions to trim the filesize a little bit and improve parsing.
2017-06-05 17:42:59 +03:00
Angelos Chalaris
826dab1ecd
Updated tab selectors
...
More updates on the tab selectors, making them lighter and easier to work with. Browser parsing should be a lot faster now.
2017-06-05 17:00:43 +03:00
Angelos Chalaris
8e77b43c3a
Updated tab selectors
...
Doesn't change anything, except for the selectors used for styling tabs. Should make the CSS parsing and use a lot easier.
2017-06-05 16:42:29 +03:00
Angelos Chalaris
4495021488
Updated flavor colors
...
Code, button and certain other elements have been updated so that they look better on a larger variety of screen types.
2017-06-05 14:27:17 +03:00
Angelos Chalaris
f8d2364f8d
Updated landing page
...
Documentation update to give the front page of mini.css a little bit of a facelift. Icons were replaced with svg icons, making it look a lot more modern and fancy.
2017-06-05 14:04:58 +03:00