Skip to content

Commit

Permalink
Release260 (#675)
Browse files Browse the repository at this point in the history
* Feature/cc 388 multi list (#671)

* early add to eventually render our CSS via our sass process

* commit these original non build files for now

* eod status for our new attached lists class and custom cmb2 field

* current usage of attached posts field

* load the file needed for our cmb2 field

* switch out CMB2 IDs between the fields

* refine arguments and include instructions for our new field

* change up cursor based on column. Hide sort dashicon for the available lists column

* remove details around type

* move early return to the top of the function

* strict type checking for event

* sass side of dashicon hiding and cursor changing

* misc comments and unneeded method removal

* render method reworking and cleanup

* fetch objects by list id and output as part of associated list

* variable renaming and ID return value updates

* remove conditional sort dashicon. Remove edit link markup

* remove group support.

* let instead of var, remove user querying

* fix missed opening php tag

* we need to set to true to be part of our admin search

* update @ since tags to match our forms plugin

* create dedicated doing_search method

* removed missed spot regarding user seearch

* amend retrieved list IDs to actually be post IDs

* compiled styles now get added to admin CSS for attached posts sass

* remove isolated CSS file as we now compile into admin css

* we have moved this into our main assets js folder

* moved file and updated naming

* update our script enqueuing details for attached lists

* these compiled and diffed anew

* commenting out the search button for now, in case we want to return in the future. For now the listing should show all available and inline filter works

* remove original multicheck

* touch up our list metabox to show SOMETHING always, but conditional messaging for no connect vs no lists found.

* update current version for branch, update tested up to

* Feature/cc 408 modern block two (#672)

* reduce our tag list to the recommended 5 max

* Redoing a new branch

* lock file

* assets build

* add build copy

* Feature/cc 423 review prompts (#673)

* reprompt for over 3 dismissals, but only 14 or 30 days after. Re-stop at 5 dismissals

* increment how high we save our dismissed count

* update changelog and fix typo from last release

* fix @SInCE tag
  • Loading branch information
tw2113 authored Jun 12, 2024
1 parent 68d9297 commit 2b3a9c6
Show file tree
Hide file tree
Showing 42 changed files with 11,624 additions and 15,277 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Temporary Items
/logs
*.log
/node_modules/
build
lib
node_modules/

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
117 changes: 76 additions & 41 deletions assets/css/admin-style.css

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

4 changes: 2 additions & 2 deletions assets/css/admin-style.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions assets/js/ctct-plugin-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/ctct-plugin-admin.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2b3a9c6

Please sign in to comment.