Commit Graph

48 Commits

Author SHA1 Message Date
Justin Foell 33a12e3709 Removed placeholder image, updated readme 2020-11-27 13:21:17 -06:00
Justin Foell 2c8c70123c First pass at server-side render (working) 2020-11-27 12:57:33 -06:00
Justin Foell c577c10992 Add description under image 2020-11-27 11:55:59 -06:00
Justin Foell c67629a0d6 Refined responsive table styles 2020-11-27 11:17:53 -06:00
Justin Foell 3938a096e1 Fixed translation domain 2020-11-27 09:45:17 -06:00
Justin Foell 1d83e58cef Rework get_ids to be lazy load as they weren't being loaded in some cases 2020-11-03 21:06:47 -06:00
Justin Foell 65fa39e0d3 Coding standards 2020-11-03 13:41:38 -06:00
Justin Foell 5b85c24405 Add default label, make sure settings is an array 2020-11-03 13:41:11 -06:00
Justin Foell 94c74d70ff Remove style renderer (use data-label instead) 2020-11-03 13:38:39 -06:00
Justin Foell 4a5f1c5c0e Remove static calls from block 2020-11-03 13:38:21 -06:00
Justin Foell 07e02a19a9 Don't extend Style Renderer 2020-11-03 13:37:49 -06:00
Justin Foell e027a39bee Get rid of static calls 2020-11-03 13:37:12 -06:00
Justin Foell 05d93be713 Removed unused style translation 2020-11-02 16:49:43 -06:00
Justin Foell 580bc45ece Document function 2020-11-02 16:44:47 -06:00
Justin Foell ab1d8f8515 Documentation and formatting 2020-11-02 16:43:15 -06:00
Justin Foell aa9008822e Responsive tables first pass 2020-11-02 15:50:00 -06:00
Justin Foell 0f0dbac262 Merge branch 'master' into feature/14-responsive-tables 2020-11-02 11:33:18 -06:00
Justin Foell dd8bcec5d4 Possible refresh fix 2020-11-02 11:31:05 -06:00
Justin Foell b617842c84 Skeletal StyleTranslations class, CSS fixes 2020-11-02 10:53:53 -06:00
Justin Foell b3fefb5e1a Hotfix for image size (widgets) 2020-06-26 16:45:05 -05:00
Justin Foell ffd7762f43 Fixed base URL 2020-06-26 14:54:30 -05:00
Justin Foell 0df78b8568 Use new get_activity_link method 2020-06-26 14:20:55 -05:00
Justin Foell 8244602957 Add new get_activity_link() method 2020-06-26 14:19:40 -05:00
Justin Foell 8fe703b471 Add optional title param to image tag 2020-06-26 14:18:12 -05:00
Justin Foell 7fc803ccac Add no_link setting 2020-06-26 14:17:54 -05:00
Justin Foell 9a160644a0 Add new block attributes to front-end render 2020-06-08 15:18:04 -05:00
Justin Foell 2fd227947e Added inspector controls for activity block 2020-06-08 14:45:51 -05:00
Justin Foell 5c4a47c2ab Fixed readme
Ignore loose number comparison
2020-04-24 16:43:20 -05:00
Justin Foell b67ac210ba Added date_start & date_end params to Activities shortcode
Switched get_activities to single args array param
2020-04-24 16:07:19 -05:00
Justin Foell 411f762865 Fixed Polyline include path 2020-04-24 10:53:32 -05:00
Justin Foell 0eec8b25c6 Fixed strings and documentation Latest -> List 2020-04-24 10:33:56 -05:00
Justin Foell 2fc9436b09 Added exception handling to authorization process 2020-04-24 10:25:11 -05:00
Justin Foell 335ea74d07 Renamed LatestActivities classes to ActivitiesList 2020-04-24 10:15:27 -05:00
Justin Foell 7fd6fc9f8c Fixed docs 2020-03-27 16:56:12 -05:00
Justin Foell 6a5e671c3d Removed incomplete route block 2020-03-27 16:52:30 -05:00
Justin Foell 9a0b86dba3 Formatting 2020-03-27 16:40:26 -05:00
Justin Foell fb185f4d6e Use ActivityRenderer on front-end 2020-03-27 16:39:57 -05:00
Justin Foell 45058a5e38 Add ActivityRenderer 2020-03-27 16:39:36 -05:00
Justin Foell ee97e2e5ca WP 5.0 back-compat changes 2020-03-27 13:58:20 -05:00
Justin Foell 3e922a55ba Show preview if URL is already set 2020-03-27 13:58:04 -05:00
Justin Foell bb7aad9063 Switched back to component extension
This is for maximum backwards compatibility as React Hook implementation is only supported in WP 5.2 and above.
2020-03-27 13:16:10 -05:00
Justin Foell a40f239388 Refine Edit 2020-02-28 16:54:51 -06:00
Justin Foell fbfb4953e4 Remove JS image loader for URL 2020-02-28 13:40:31 -06:00
Justin Foell 5f9849214a Rework block init 2020-02-28 13:39:42 -06:00
Justin Foell 2dbbc19511 Re-added PHP register block for front-end render;
Added example image
2020-02-03 11:30:06 -06:00
Justin Foell 4c5198fa1c Moved code to src directory 2020-01-31 11:56:47 -06:00
Justin Foell a78ace5476 Cleaned up route skeleton 2020-01-31 11:47:39 -06:00
Justin Foell 5d76785ad8 Adopted WP standard block location
Moved blocks into a multi-block folder structure
Added url-loader for static images
Moved CSS to build dir
2020-01-31 11:26:23 -06:00