Changeset 3441994
- Timestamp:
- 01/18/2026 04:26:43 PM (2 months ago)
- Location:
- tablecrafter-wp-data-tables
- Files:
-
- 15 deleted
- 1 edited
- 18 copied
-
tags/3.3.1 (copied) (copied from tablecrafter-wp-data-tables/trunk)
-
tags/3.3.1/ADVANCED_EXPORT_IMPACT_REPORT.md (deleted)
-
tags/3.3.1/AUTO_REFRESH_BUSINESS_IMPACT.md (copied) (copied from tablecrafter-wp-data-tables/trunk/AUTO_REFRESH_BUSINESS_IMPACT.md)
-
tags/3.3.1/CHANGELOG.md (deleted)
-
tags/3.3.1/DEPLOYMENT_VERIFICATION_v3.1.0.md (copied) (copied from tablecrafter-wp-data-tables/trunk/DEPLOYMENT_VERIFICATION_v3.1.0.md)
-
tags/3.3.1/GITHUB_ISSUE_ADVANCED_EXPORT.md (deleted)
-
tags/3.3.1/GITHUB_ISSUE_DRAFT.md (deleted)
-
tags/3.3.1/GITHUB_ISSUE_EXPORT_SUITE.md (deleted)
-
tags/3.3.1/IMPACT_REPORT-elementor-activation-fatal-error.md (copied) (copied from tablecrafter-wp-data-tables/trunk/IMPACT_REPORT-elementor-activation-fatal-error.md)
-
tags/3.3.1/IMPACT_REPORT-mobile-user-experience.md (copied) (copied from tablecrafter-wp-data-tables/trunk/IMPACT_REPORT-mobile-user-experience.md)
-
tags/3.3.1/IMPACT_REPORT-xss-vulnerability.md (copied) (copied from tablecrafter-wp-data-tables/trunk/IMPACT_REPORT-xss-vulnerability.md)
-
tags/3.3.1/IMPACT_REPORT.md (deleted)
-
tags/3.3.1/LARGE_DATASET_IMPACT_REPORT.md (deleted)
-
tags/3.3.1/assets/css/tablecrafter.css (copied) (copied from tablecrafter-wp-data-tables/trunk/assets/css/tablecrafter.css) (1 diff)
-
tags/3.3.1/assets/js/admin.js (copied) (copied from tablecrafter-wp-data-tables/trunk/assets/js/admin.js)
-
tags/3.3.1/assets/js/elementor-preview.js (copied) (copied from tablecrafter-wp-data-tables/trunk/assets/js/elementor-preview.js)
-
tags/3.3.1/assets/js/performance-optimizer.js (copied) (copied from tablecrafter-wp-data-tables/trunk/assets/js/performance-optimizer.js)
-
tags/3.3.1/assets/js/tablecrafter.js (copied) (copied from tablecrafter-wp-data-tables/trunk/assets/js/tablecrafter.js)
-
tags/3.3.1/dev-log.md (deleted)
-
tags/3.3.1/docs (deleted)
-
tags/3.3.1/includes (copied) (copied from tablecrafter-wp-data-tables/trunk/includes)
-
tags/3.3.1/includes/class-tc-elementor-widget.php (copied) (copied from tablecrafter-wp-data-tables/trunk/includes/class-tc-elementor-widget.php)
-
tags/3.3.1/includes/class-tc-elementor-widget.php.backup (copied) (copied from tablecrafter-wp-data-tables/trunk/includes/class-tc-elementor-widget.php.backup)
-
tags/3.3.1/includes/class-tc-performance-optimizer.php (copied) (copied from tablecrafter-wp-data-tables/trunk/includes/class-tc-performance-optimizer.php)
-
tags/3.3.1/package-lock.json (deleted)
-
tags/3.3.1/package.json (deleted)
-
tags/3.3.1/playwright.config.js (deleted)
-
tags/3.3.1/readme.txt (copied) (copied from tablecrafter-wp-data-tables/trunk/readme.txt)
-
tags/3.3.1/run-export-tests.js (deleted)
-
tags/3.3.1/tablecrafter.php (copied) (copied from tablecrafter-wp-data-tables/trunk/tablecrafter.php)
-
tags/3.3.1/test-accessibility.js (copied) (copied from tablecrafter-wp-data-tables/trunk/test-accessibility.js)
-
tags/3.3.1/test-auto-refresh.html (deleted)
-
tags/3.3.1/test-large-dataset-pagination.html (deleted)
-
trunk/assets/css/tablecrafter.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tablecrafter-wp-data-tables/tags/3.3.1/assets/css/tablecrafter.css
r3441951 r3441994 2133 2133 /* Button responsiveness in constrained sidebar */ 2134 2134 body.wp-admin .tc-sidebar .button-group .button { 2135 min-width: 1 20px !important;2135 min-width: 140px !important; 2136 2136 flex: 1 1 calc(50% - 5px) !important; 2137 white-space: nowrap !important; 2138 overflow: hidden !important; 2139 text-overflow: ellipsis !important; 2137 2140 } 2138 2141 2139 /* When buttons would be too narrow, stack them */ 2140 @media (max-width: 1200px) { 2141 body.wp-admin .tc-sidebar .button-group { 2142 flex-direction: column !important; 2143 } 2144 2145 body.wp-admin .tc-sidebar .button-group .button { 2146 width: 100% !important; 2147 flex: none !important; 2148 } 2142 /* Always stack buttons in 300px sidebar to prevent text truncation */ 2143 body.wp-admin .tc-sidebar .button-group { 2144 flex-direction: column !important; 2145 } 2146 2147 body.wp-admin .tc-sidebar .button-group .button { 2148 width: 100% !important; 2149 flex: none !important; 2150 white-space: normal !important; 2151 overflow: visible !important; 2152 text-overflow: unset !important; 2149 2153 } 2150 2154 -
tablecrafter-wp-data-tables/trunk/assets/css/tablecrafter.css
r3441951 r3441994 2133 2133 /* Button responsiveness in constrained sidebar */ 2134 2134 body.wp-admin .tc-sidebar .button-group .button { 2135 min-width: 1 20px !important;2135 min-width: 140px !important; 2136 2136 flex: 1 1 calc(50% - 5px) !important; 2137 white-space: nowrap !important; 2138 overflow: hidden !important; 2139 text-overflow: ellipsis !important; 2137 2140 } 2138 2141 2139 /* When buttons would be too narrow, stack them */ 2140 @media (max-width: 1200px) { 2141 body.wp-admin .tc-sidebar .button-group { 2142 flex-direction: column !important; 2143 } 2144 2145 body.wp-admin .tc-sidebar .button-group .button { 2146 width: 100% !important; 2147 flex: none !important; 2148 } 2142 /* Always stack buttons in 300px sidebar to prevent text truncation */ 2143 body.wp-admin .tc-sidebar .button-group { 2144 flex-direction: column !important; 2145 } 2146 2147 body.wp-admin .tc-sidebar .button-group .button { 2148 width: 100% !important; 2149 flex: none !important; 2150 white-space: normal !important; 2151 overflow: visible !important; 2152 text-overflow: unset !important; 2149 2153 } 2150 2154
Note: See TracChangeset
for help on using the changeset viewer.