Changeset 3140080
- Timestamp:
- 08/23/2024 02:53:42 AM (17 months ago)
- Location:
- dashify
- Files:
-
- 75 added
- 6 edited
-
assets (added)
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-256x256.png (added)
-
assets/icon.svg (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
assets/screenshot-7.png (added)
-
assets/screenshot-8.png (added)
-
tags/1.3.2 (added)
-
tags/1.3.2/admin (added)
-
tags/1.3.2/admin/css (added)
-
tags/1.3.2/admin/css/dashify-dismissibles-styles.css (added)
-
tags/1.3.2/admin/css/dashify-order-styles.css (added)
-
tags/1.3.2/admin/css/dashify-table-styles.css (added)
-
tags/1.3.2/admin/css/util.css (added)
-
tags/1.3.2/admin/images (added)
-
tags/1.3.2/admin/images/calendar-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/chevron-right-double-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/chevron-right-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/cross-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/filter-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/search-svgrepo-com.svg (added)
-
tags/1.3.2/admin/images/star-angle-svgrepo-com.svg (added)
-
tags/1.3.2/admin/js (added)
-
tags/1.3.2/admin/js/dashify-dismissibles-script.js (added)
-
tags/1.3.2/admin/js/dashify-order-script.js (added)
-
tags/1.3.2/admin/js/dashify-order-table-script.js (added)
-
tags/1.3.2/admin/js/dashify-screen-options-script.js (added)
-
tags/1.3.2/admin/js/dashify-table-script.js (added)
-
tags/1.3.2/admin/js/util.js (added)
-
tags/1.3.2/dashify.php (added)
-
tags/1.3.2/modules (added)
-
tags/1.3.2/modules/navigation (added)
-
tags/1.3.2/modules/navigation/icons (added)
-
tags/1.3.2/modules/navigation/icons/analytics.svg (added)
-
tags/1.3.2/modules/navigation/icons/appearance.svg (added)
-
tags/1.3.2/modules/navigation/icons/chevron-down.svg (added)
-
tags/1.3.2/modules/navigation/icons/chevron-up.svg (added)
-
tags/1.3.2/modules/navigation/icons/comments.svg (added)
-
tags/1.3.2/modules/navigation/icons/customers.svg (added)
-
tags/1.3.2/modules/navigation/icons/dashboard.svg (added)
-
tags/1.3.2/modules/navigation/icons/default.svg (added)
-
tags/1.3.2/modules/navigation/icons/home.svg (added)
-
tags/1.3.2/modules/navigation/icons/invoice.svg (added)
-
tags/1.3.2/modules/navigation/icons/marketing.svg (added)
-
tags/1.3.2/modules/navigation/icons/media.svg (added)
-
tags/1.3.2/modules/navigation/icons/more.svg (added)
-
tags/1.3.2/modules/navigation/icons/orders.svg (added)
-
tags/1.3.2/modules/navigation/icons/pages.svg (added)
-
tags/1.3.2/modules/navigation/icons/payments.svg (added)
-
tags/1.3.2/modules/navigation/icons/plugins.svg (added)
-
tags/1.3.2/modules/navigation/icons/posts.svg (added)
-
tags/1.3.2/modules/navigation/icons/products.svg (added)
-
tags/1.3.2/modules/navigation/icons/rank-math.svg (added)
-
tags/1.3.2/modules/navigation/icons/settings.svg (added)
-
tags/1.3.2/modules/navigation/icons/stripe.svg (added)
-
tags/1.3.2/modules/navigation/icons/subscriptions.svg (added)
-
tags/1.3.2/modules/navigation/icons/tools.svg (added)
-
tags/1.3.2/modules/navigation/icons/users.svg (added)
-
tags/1.3.2/modules/navigation/navigation.css (added)
-
tags/1.3.2/modules/navigation/navigation.php (added)
-
tags/1.3.2/modules/subscriptions (added)
-
tags/1.3.2/modules/subscriptions/edit.css (added)
-
tags/1.3.2/modules/subscriptions/edit.js (added)
-
tags/1.3.2/modules/subscriptions/list.css (added)
-
tags/1.3.2/modules/subscriptions/list.js (added)
-
tags/1.3.2/polyfill.php (added)
-
tags/1.3.2/readme.txt (added)
-
tags/1.3.2/settings.php (added)
-
trunk/admin/css/dashify-table-styles.css (modified) (6 diffs)
-
trunk/admin/js/dashify-table-script.js (modified) (2 diffs)
-
trunk/dashify.php (modified) (3 diffs)
-
trunk/modules/navigation/icons/rank-math.svg (added)
-
trunk/modules/navigation/navigation.css (modified) (1 diff)
-
trunk/modules/navigation/navigation.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashify/trunk/admin/css/dashify-table-styles.css
r3136828 r3140080 586 586 } 587 587 588 .post-type-shop_order .wp-list-table td.column-order_total, 589 .post-type-shop_order .wp-list-table td.column-wc_actions, 590 .woocommerce_page_wc-orders .wc-orders-list-table.wp-list-table td.column-order_total, 591 .woocommerce_page_wc-orders .wc-orders-list-table.wp-list-table td.column-wc_actions { 592 text-align: right !important; 593 } 594 588 595 .wp-list-table .column-order_date { 589 596 width: revert !important; … … 614 621 display: flex; 615 622 justify-content: space-between; 623 align-items: center; 616 624 max-width: 40vw; 617 625 box-sizing: border-box; … … 626 634 float: none !important; 627 635 width: 20px !important; 636 margin-top: 0 !important; 628 637 } 629 638 630 639 .wp-list-table .order-view { 631 display: flex ;640 display: flex !important; 632 641 flex-grow: 0; 633 overflow: hidden; 642 overflow: hidden !important; 643 width: fit-content !important; 634 644 } 635 645 … … 856 866 857 867 .wp-list-table thead th, 858 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {868 .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.type-product):not(.type-shop_subscription) td:not(.check-column) { 859 869 width: fit-content !important; 870 top: inherit !important; 871 right: inherit !important; 872 vertical-align: inherit !important; 860 873 } 861 874 … … 1023 1036 } 1024 1037 1025 .post-type-shop_order .wp-list-table tbody td.column-order_date, 1026 .post-type-shop_order .wp-list-table tbody td.column-order_status { 1038 .post-type-shop_order .wp-list-table tr:not(.is-expanded) td.column-order_date, 1039 .woocommerce_page_wc-orders .wc-orders-list-table.wp-list-table tr:not(.is-expanded) td.column-order_date { 1040 display: table-cell !important; 1041 } 1042 1043 .post-type-shop_order .wp-list-table tbody#the-list td.column-order_date, 1044 .post-type-shop_order .wp-list-table tbody#the-list td.column-order_status { 1027 1045 display: table-cell !important; 1028 1046 } … … 1035 1053 .wp-list-table thead .check-column#cb { 1036 1054 width: 25px !important; 1055 vertical-align: inherit; 1037 1056 } 1038 1057 -
dashify/trunk/admin/js/dashify-table-script.js
r3136828 r3140080 101 101 let searchMessage = ''; 102 102 if (val === 'all') { 103 searchMessage = 'Search ing all orders';103 searchMessage = 'Search'; 104 104 } else { 105 105 const prettySearchFilter = document.querySelector(`#order-search-filter option[value="${val}"]`).innerHTML; … … 114 114 } else { 115 115 // Search bar placeholder if there's no search filter dropdown 116 (document.querySelector('#post-search-input') ?? document.querySelector('#orders-search-input-search-input'))?.setAttribute('placeholder', 'Search ing all orders');116 (document.querySelector('#post-search-input') ?? document.querySelector('#orders-search-input-search-input'))?.setAttribute('placeholder', 'Search'); 117 117 } 118 118 -
dashify/trunk/dashify.php
r3136828 r3140080 3 3 * Plugin Name: Dashify 4 4 * Description: A modern design and UI for the WooCommerce admin. Manage, search, and navigate orders faster. Make the WordPress admin dashboard ecommerce-focused. 5 * Version: 1.3. 15 * Version: 1.3.2 6 6 * Author: Dashify 7 7 * License: GPLv2 or later … … 21 21 class Dashify_Base 22 22 { 23 const VERSION = '1.3. 1';23 const VERSION = '1.3.2'; 24 24 25 25 // HPOS … … 468 468 'heading' => 'Bug fixes', 469 469 'content' => array( 470 'Dashify’s custom admin navigation now works with non-English languages.', 471 '“Products → Add New” submenu is now highlighted when using the new product editor.', 470 'Rank Math icon and menu items show correctly in Dashify’s admin menu.', 471 'Fixed “Searching all orders” also showing for subscriptions and products.', 472 'Made order list compatible with newest version of WooCommerce on mobile.', 472 473 ) 473 474 ), -
dashify/trunk/modules/navigation/navigation.css
r3133356 r3140080 201 201 margin-right: 0.1rem; 202 202 } 203 204 /* Compatibility */ 205 206 /* Without this, the submenu items are hidden by the plugin using this same 207 rule, but set to `display:none`. */ 208 a#toplevel_page_rank-math:not(.wp-has-submenu) { 209 display: flex; 210 } 211 212 /* This is the red circle next to Analytics in the Rank Math submenu. */ 213 span.rm-menu-new { 214 margin-left: 0 !important; 215 margin-top: 1px !important; 216 border-radius: 1rem; 217 } 218 219 /* Move the external link icon a little to the left. */ 220 a[href^="https://rankmath.com/kb/"] i { 221 margin-left: -6px; 222 } -
dashify/trunk/modules/navigation/navigation.php
r3136828 r3140080 269 269 'edit.php?post_type=page' => 'pages', 270 270 'edit-comments.php' => 'comments', 271 'rank-math' => 'rank-math', 271 272 'themes.php' => 'appearance', 272 273 'plugins.php' => 'plugins', -
dashify/trunk/readme.txt
r3136828 r3140080 4 4 Requires at least: 4.7 5 5 Tested up to: 6.6 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 107 107 == Changelog == 108 108 109 ### 1.3.2 (2024-08-22) 110 111 #### Bug fixes 112 - Fixed Rank Math menu items and icon not showing correctly in Dashify’s navigation. 113 - Fixed “Searching all orders” text also showing in subscription and product list tables. 114 - Fixed broken order list table on mobile due to a recent WooCommerce update. 115 109 116 ### 1.3.1 (2024-08-16) 110 117
Note: See TracChangeset
for help on using the changeset viewer.