Commit Graph

72 Commits

Author SHA1 Message Date
Andy Miller
5de805e340 Added special fonts back 2021-01-22 09:42:38 -07:00
Djamil Legato
263a9685c4 Reworked how collapsed lists work so the tooltip is not cut off (fixes #1928) 2020-11-20 14:21:08 -08:00
Djamil Legato
296ded003a Added modal to confirm updating Grav as well as cool down counter before enabling Update button (fixes #1257) 2020-11-18 16:17:18 -08:00
Djamil Legato
5cc2216185 Upgraded node dependencies to latest version. Improved speed of JS compilation. 2020-11-18 13:36:30 -08:00
Andy Miller
cd3fb197a5 more fixes 2020-05-05 16:18:25 -06:00
Djamil Legato
1354c57107 Recompiled JS 2019-06-08 17:32:10 -07:00
Djamil Legato
3a224b36fa Fixed and optimized instances to prevent multiple initializations of parents field 2019-06-07 16:29:06 -07:00
Djamil Legato
b6917d799f Implemented selection of the finder node 2019-06-07 12:36:07 -07:00
Andy Miller
100bcf1b21 scss to fix jumping in finder modal 2019-06-07 12:17:35 -06:00
Djamil Legato
09f5dbbcc0 Inizial rework and implementation of parent field as finder 2019-06-01 00:32:36 -07:00
Andy Miller
c66619dd21 respect size with append/prepend + added copy-to-clipboard JS 2019-05-03 12:15:01 -06:00
Djamil Legato
83ed0b416e Recompiled CSS 2018-08-16 15:03:36 -07:00
Andy Miller
10bf03af84 little button margin for spacing 2018-05-31 14:36:58 -06:00
Djamil Legato
dd8837519a Added support for selectize plugins as options in the selectize field 2018-05-31 09:51:53 -07:00
Andy Miller
25cfebdc53 Updated some styles for display field + blockquote 2018-05-11 13:03:59 -06:00
Andy Miller
c37988f681 CSS rebuild again 2018-02-14 19:05:53 -07:00
Andy Miller
cc34e69afe updated CSS 2018-02-14 17:52:03 -07:00
Andy Miller
e4b2adbaac Switched to LineAwesome Icons 2018-01-22 15:20:48 -07:00
Andy Miller
1c55745854 lighter tabs 2018-01-22 12:18:24 -07:00
Andy Miller
fe225ffca9 New Color Scheme 2017-12-26 23:54:14 -07:00
Andy Miller
185bf71019 Reverted media.yaml + Fixed textarea color 2017-06-30 12:11:12 -06:00
Flavio Copes
ffb3097721 Add multilevel form field (#1135)
Example definition in blueprint:

```yaml
    content:
        type: multilevel
        label: Multi Level
        style: vertical
        validate:
          type: array
```
2017-06-27 13:39:09 +02:00
Djamil Legato
dbdd6e2a45 Added info metadata button for preview images. Fixed preview of images 2017-06-21 17:55:33 -07:00
Flavio Copes
f700837e92 Introduce the mediapicker field (#1125)
Added a new `mediapicker` form field which allows to select a media from any page
+ 
Provided an option to control how parent select field displays
2017-06-02 16:28:52 +02:00
Djamil Legato
e6fa905824 Merge branch 'feature/universal_key' into develop
# Conflicts:
#	themes/grav/css-compiled/preset.css.map
#	themes/grav/js/admin.min.js
2017-05-30 14:30:21 -07:00
Djamil Legato
d15c5ade8c Fixed first load not clearing out properly the unique values 2017-05-30 14:27:26 -07:00
Andy Miller
3f35b7f986 Use default grav thumbnails 2017-05-24 20:22:06 -06:00
Djamil Legato
9bfb9e27d5 Added logic to uniquely select values with selectunique 2017-05-23 18:30:56 -07:00
Andy Miller
042c98763d Various form styling improvements 2017-05-23 18:15:35 -06:00
Djamil Legato
8dfcbac012 Filepicker field now renders thumbnail previews of the selected value on load 2017-05-19 10:47:34 -07:00
Andy Miller
a16d58b7de Fix for mobile tabs in page editing #1057 2017-04-10 10:51:17 -06:00
Djamil Legato
a7d241e71b Recompilation of vendor js for 'rangetouch' addition 2017-04-09 20:55:51 -07:00
Andy Miller
306f4cce6b Reworked CSS styling 2017-03-18 13:53:28 -06:00
Ole Vik
b0dff58c45 Improve range-field (#1016)
* Improve range-field

Adds some JS (2.04 KB), SCSS (6.87 KB), and changed Twig to improve the functionality and styling of the range-field.

* Gulp build

* Fix range-field step

* Rangetouch to webpack, gulp rebuild

* Recompile from gulp

* Compliance for nested fields.

Replaces dots with underscores for id-attributes within the field.
2017-03-18 13:52:57 -06:00
Andy Miller
fbc359a91b Added some .overlay and inline styling 2017-03-13 13:37:50 -06:00
Djamil Legato
e618c4126a Tweaked filepicker field to include view icon. Fixed sizes of thumbnails to 200x150 2017-03-10 12:33:45 -08:00
Andy Miller
d08252c000 Improved usability on media panel 2017-03-10 11:27:32 -07:00
Djamil Legato
c21f7da0d8 Recompiled CSS 2017-03-08 17:05:16 -08:00
Andy Miller
7cdd909284 Added support for up to 15 tabs. #954 2017-03-08 16:13:46 -07:00
Djamil Legato
49a9c43d4b Updated node_modules 2017-03-08 14:20:28 -08:00
Andy Miller
0603d1335d turned off sourcemaps by default 2017-02-26 15:20:48 -07:00
Flavio Copes
ec2821183a Only show reinstall option if the latest release is installed 2017-02-26 16:54:47 +01:00
Andy Miller
c473a8db84 Minor CSS tweak for themes display 2017-02-22 11:57:57 -07:00
Flavio Copes
5966ed99e5 Add permissions field (don't merge yet) (#850)
* Add permissions field

* Add new PERMISSIONS string, compile SCSS
2016-11-28 19:01:01 +01:00
Andy Miller
f119da9f36 Fixed some conflicts 2016-09-08 08:48:29 -06:00
Flavio Copes
820313161e Fix #767 Add styling for new HTML5 input field types
Fields introduced in
https://github.com/getgrav/grav-plugin-form/commit/a14e28f15105c2e5e6258
afb4fbe72b43a663ebd
2016-09-08 13:06:21 +02:00
Djamil Legato
e15d188270 Better error handling for 500 Internal Server Errors, when Fetch fails. 2016-08-15 13:16:31 -07:00
Andy Miller
e88a9ea015 Fix for Firefox News Feed dashboard widget 2016-08-12 18:26:29 -06:00
Andy Miller
8cd0279b01 Feature/upload improvements (#617)
* various improvements.. needs cleanup

* more progress - supports deeply nested + pages

* Getting close now!

* more progress!

* some cleanup

* use data[_json] to store page-based upload

* Smarter logic to get nested form fields

* some refactoring/cleanup

* Fixed issue with removing multiple files in pages

* Refactor and support `destination: page@:/images` and `destination: self@` syntax for file fields

* Prettifying the upload field

* Handling Files API to better represent the selected files in the input field

* Better plurarl string

* Fixed harcoded height for input field

* revamped CSS!!!

* `fancy: false` turns off fancy styling

* Create folder if not exists

* Add support for @theme/theme@ destination

* Fixed create directory functionality to take into account resolved paths

* Don't allow @self on page to be uploaded to if not created

* added field languages

* css tweaks

* language integration
2016-05-26 14:49:45 -06:00
Flavio Copes
b2c4d3d385 Disable save button once clicked
Done via CSS `pointer-events`, now supported by all major browsers, to
avoid messing with the form's js processing
2016-05-24 18:52:05 +02:00