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
Andy Miller
e47816bd4d
gulp recompile
2016-05-23 12:57:22 -06:00
Flavio Copes
218e97d484
Improve removing dependencies presentation
2016-05-20 14:18:50 +02:00
Andy Miller
2d9d71c444
Feature/file upload refactor ( #598 )
...
* refactor
* Added support for multiple files
* fixed appearance a bit
* Always store files as full path => obj data
* added some error handling
* Do not go nested when storing file
* Refactored to not need blueprint set in blueprint
2016-05-17 16:46:00 -06:00
Djamil Legato
70195ccfb2
Recompiled CSS
2016-05-05 17:19:29 -07:00
Andy Miller
e033d9f147
Added prepend/append for text inputs
2016-05-04 13:26:02 -06:00
Djamil Legato
75a1f3e89a
Recompiled CSS
2016-04-29 11:02:08 -07:00
Andy Miller
689a70a658
Fixed placeholder text
2016-04-26 15:47:40 -06:00
Flavio Copes
85922f93ac
Handle gpm events in Admin ( #508 )
...
* Fix removing packages
* npm install "babel-preset-es2015": "^6.6.0"
* Run gulp
* Handle messages in packages install/remove/update procedures
2016-04-20 18:55:58 +02:00
Andy Miller
c60a677223
recompiled scss
2016-04-19 12:37:03 -06:00
Andy Miller
6a7a905a01
Removed physical fonts, moved back to google fonts for space
2016-04-19 11:56:03 -06:00
Djamil Legato
59242de609
Recompiled CSS
2016-04-11 16:55:03 -07:00
Andy Miller
c8fc734aeb
fix for lang alignment
2016-04-11 17:18:59 -06:00
Andy Miller
e2a0d2ac20
recompilation
2016-04-02 18:08:22 -06:00
Andy Miller
bf8dcec7b4
updates for theming compatibility
2016-03-30 18:56:38 -06:00
Djamil Legato
8079eda832
Added gulp sass compiler
2016-03-08 14:06:02 -08:00
Andy Miller
1c91eb3b6f
various responsive tweaks
2016-03-08 13:13:28 -07:00
Djamil Legato
11a659e4c6
Implemented toggler logic for expanding / contracting sidebar
...
Any element with `data-sidebar-toggle` will trigger the expansion / contraction of the sidebar.
2016-03-07 15:51:33 -08:00
Andy Miller
91b48d7c1b
more updates
2016-03-06 20:16:39 -07:00
Andy Miller
68f2ddf916
progress on new nav logic
2016-03-06 19:36:27 -07:00
Andy Miller
e48ca346ca
CSS fixes mostly
2014-09-18 18:44:45 -06:00
Andy Miller
52e0db4883
more remodal implementation
2014-09-16 18:08:33 -06:00
Andy Miller
1c83133f82
local initial checkin
2014-09-03 22:22:03 -06:00