Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality placeholders #1981

Merged
merged 44 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9fa47c5
Start work on functionality placeholders
zackkatz Feb 2, 2024
acb40be
Add a placeholder
zackkatz Feb 2, 2024
97e3f55
Make more progress
zackkatz Feb 5, 2024
0bdd2cc
Fix SVG icon to be AF [ci skip]
zackkatz Feb 5, 2024
9f2c855
Merge branch 'develop' into feature/1980-functionality-placeholders
zackkatz Feb 16, 2024
52617a3
Generalize placeholders into a trait
zackkatz Feb 16, 2024
f82f059
Add SCSS styles for the placeholder metaboxes
zackkatz Feb 16, 2024
ba0a175
Add check for plugin activation/install
zackkatz Feb 16, 2024
14b7c19
Simplify by a line
zackkatz Feb 16, 2024
a885bbc
Add buy now link, clarify todos [ci skip]
zackkatz Feb 16, 2024
5a88f69
Have Advanced Filtering use the trait
zackkatz Feb 16, 2024
bf97dbd
Improve the CSS a bit…
zackkatz Feb 16, 2024
a9762b7
Merge branch 'develop' into feature/1980-functionality-placeholders
doekenorg May 16, 2024
1452e84
Refactor placeholder design.
doekenorg May 21, 2024
fafa125
Replace plugin path with text-domain. Implemented is_included check.
doekenorg May 21, 2024
de1d6b9
remove old css
doekenorg May 22, 2024
a337b74
Merge branch 'develop' into feature/1980-functionality-placeholders
doekenorg May 22, 2024
1c2cb27
Responsive inline placeholder.
doekenorg May 22, 2024
5330deb
RTL support for inline.
doekenorg May 22, 2024
62699c7
Wire up of functionality with todo on refactor after #1996.
doekenorg May 22, 2024
8495347
Add confirmation of discarding changes on install / activation.
doekenorg May 23, 2024
a5b9f8e
Merge branch 'develop' into feature/1980-functionality-placeholders
doekenorg May 29, 2024
6cbcb2a
alternative styling
doekenorg May 29, 2024
9f1590d
Restyle inactive color & add disabled filter.
doekenorg May 29, 2024
bba7f42
use color variables
doekenorg May 29, 2024
9485f04
Merge branch 'develop' into feature/1980-functionality-placeholders
zackkatz Aug 5, 2024
5fdb89d
Fix typo in filter name
zackkatz Aug 5, 2024
c18a27c
Add Ratings & Reviews placeholder
zackkatz Aug 5, 2024
544c520
Merge branch 'develop' into feature/1980-functionality-placeholders
zackkatz Aug 5, 2024
b4630dc
Update CSS build
zackkatz Aug 5, 2024
578977a
Update readme.txt [ci skip]
zackkatz Aug 5, 2024
cb08dfa
Make placeholder icons bigger on full card
zackkatz Aug 5, 2024
0cefebe
Update readme with filter [ci skip]
zackkatz Aug 5, 2024
5588173
Rename the filter to match existing filters
zackkatz Aug 5, 2024
49d64fd
Sanitize CSS
zackkatz Aug 5, 2024
705f939
Fix docblocks
zackkatz Aug 5, 2024
773973a
Tweak language
zackkatz Aug 5, 2024
0683a34
Merge branch 'develop' into feature/1980-functionality-placeholders
mrcasual Aug 8, 2024
97682d3
Check version before displaying incompatibility message
mrcasual Aug 8, 2024
729b388
Wrap the incompatibility message within a conditional version check
mrcasual Aug 8, 2024
8a4468e
Compile assets [ci skip]
mrcasual Aug 8, 2024
63692a2
Fix docblocks
mrcasual Aug 8, 2024
5d52720
Update changelog [ci skip]
mrcasual Aug 8, 2024
b21a53b
Reuse existing method to activate/install products
mrcasual Aug 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: 'assets/css/scss',
src: ['*.scss','!gf-merge-tags-*.scss','!admin-merge-tags.scss','!admin-tooltips.scss','!admin-metabox-panel.scss','!admin-metabox.scss','!admin-members-plugin.scss','!variables.scss'],
src: ['*.scss','!gf-merge-tags-*.scss','!admin-merge-tags.scss','!admin-tooltips.scss','!admin-metabox-panel.scss','!admin-metabox.scss','!admin-metabox-placeholder.scss','!admin-members-plugin.scss','!variables.scss'],
dest: 'assets/css',
ext: '.css'
}]
Expand Down
8 changes: 4 additions & 4 deletions assets/css/admin-datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@


/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; }


/*
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-entries-list.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin-global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading