Commit Graph

37 Commits

Author SHA1 Message Date
Karol Orzeł
7519e3d87a DOMSubtreeModified deprecation fix 2023-09-29 17:58:04 +02:00
Karol Orzeł
9c81444da2 Bootstrap & Pagination bugfixes,Joomla fontawesome 2021-08-18 15:12:59 +02:00
Karol Orzeł
1921041891 [Joomla4] Code refactoring 2021-08-11 14:07:37 +02:00
Karol Orzeł
9cd30bba1c Code Refactoring for Joomla4 2021-08-10 12:23:33 +02:00
Matias Griese
e32961553b Remove joomla4.css from gulp 2021-08-05 11:10:08 +03:00
Matias Griese
eb712554b1 Build Joomla 4 CSS 2021-08-05 10:27:09 +03:00
Karol Orzeł
3d070471dc Bootstrap Initial Commit 2021-08-04 23:53:14 +02:00
Matias Griese
55d0453734 Removed IE8 and IE9 support 2021-08-03 13:20:05 +03:00
Djamil Legato
0521a9b5b0
Upgraded dev dependencies for watch/build of assets 2021-04-27 00:05:45 -07:00
Djamil Legato
49193aedbe
Reverted this nonsense 2016-10-11 13:40:44 -07:00
Djamil Legato
4e356a6dd3
Updated builder to use Yarn 2016-10-11 12:51:55 -07:00
Djamil Legato
d13ce1e13c Updated modules dependencies. Added ncu-update script 2016-07-20 19:54:43 -07:00
Djamil Legato
87e0837b51 Reworked Tooltips to be JS based and for a more predictable behavior
Tooltips in admin have been CSS based so far. Through the `::before` pseudo technique, tooltips were injected based on the attribute `data-title`.

This has been causing a great amount of issues and unexpected behavior when elements styles where in combination with a greater picture. For instance, tooltips would get cut off if they were applied to elements inside a CSS3 `columns` setup.

Another issue was the length of the tooltip, doing multiple lines was never really possible forcing the author to utilize shorter contents.

This has now been changed to be JS based. A tooltip gets defined via `data-tip="content"` and its position can be defined via `data-tip-place` with options  `top`, `right`, `bottom`, `left` or any combination of those (ie, `data-tip-place="top-right"`). Other options include `data-tip-offset` (horizontal offset), `data-tip-spacing` (vertical offset).

Finally you can also use HTML inside a tooltip, you need to make sure the HTML gets properly encoded, in twig you would do `|raw|e('html_attr')`.

/cc #616, #467, #93
2015-12-10 14:51:23 -08:00
Djamil Legato
7c953e6da1 Fixed SCSS sourcemap generator 2015-12-09 16:46:21 -08:00
Djamil Legato
e6ce991b42 CSS Tweaks for Gantry plugin's admin in Grav 2015-12-02 18:10:31 -08:00
Djamil Legato
25ee87354f Renamed admin.css to g-admin.css and updated dependencies (fixes #944) 2015-10-26 11:02:53 -07:00
Djamil Legato
1cf84c6c24 Updated JS dependencies 2015-09-18 17:20:02 -07:00
Jakub Baran
90f5648dd2 enabled nucleus compilation for wordpress, basic wp core styling for nucleus 2015-07-18 17:08:03 +02:00
Djamil Legato
45ce6503eb Updated gulp -up command to smartly detect whether to install or update (fixes #415) 2015-06-05 14:41:01 -07:00
Djamil Legato
ee4c981cbd Removed line numbers (and paths) from compiled CSS, easier to merge during development 2015-05-28 10:57:10 -07:00
Jakub Baran
d54db8bb46 initial wp admin styling, gulp updates 2015-05-26 22:57:52 +02:00
Jakub Baran
baa76255bc removed whitespaces, once again updated the gulp file 2015-05-26 19:38:41 +02:00
Jakub Baran
9982cb08dd fix for the scss and css compiled location in wp 2015-05-26 19:31:24 +02:00
Jakub Baran
a7a280d26f added wp admin css file support to gulp 2015-05-26 19:20:52 +02:00
Djamil Legato
41fcb8920d Fixed JS sourcemaps generation 2015-05-03 13:31:21 -07:00
Djamil Legato
9a2b503bcd Added Joomla Nucleus SCSS to gulp 2015-04-27 14:26:22 -07:00
Djamil Legato
e41561706e Stop quitting my gulp watch when i have a JS error! 2015-04-16 15:20:06 -07:00
Djamil Legato
29c2142c1c Added matchMedia polyfill for IE9 2015-04-15 17:27:12 -07:00
Djamil Legato
40f330d84a Added options --css and --js to gulp watch to watch just a specific subset of tasks 2015-04-15 14:39:55 -07:00
Djamil Legato
13d5d6c086 Added gulp task up | update (works also with -- prefix) to update all the JS dependencies in the project 2015-04-14 15:30:05 -07:00
Djamil Legato
2461f17417 Google fonts json is now uncompressed. Added minify task in gulp to minify additional extra js/json files during prod release 2015-04-13 14:49:27 -07:00
Djamil Legato
f6cd67512e Disabled fullPaths from gulpfiles. Apparently watchify doesnt need it anymore 2015-04-11 23:26:56 -07:00
Djamil Legato
0604965c44 Unless you know what you are doing :) 2015-04-10 12:50:16 -07:00
Djamil Legato
caff42ec78 Compressing styles with compact mode 2015-04-10 12:40:36 -07:00
Djamil Legato
937ffa025e Moved the whole proj to gulp instead of grunt 2015-04-10 11:50:28 -07:00
Djamil Legato
9d4a337dd0 Fixed sourcemaps for SCSS 2015-04-10 11:05:03 -07:00
Djamil Legato
bdaf1740d2 Added gulpfile 2015-04-09 23:27:40 -07:00