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

V2 for RSVP and RSVP Response blocks #959

Merged
merged 116 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
5eebf13
More experimenting.
mauteri Nov 9, 2024
a39e41f
Fix conflict.
mauteri Nov 15, 2024
b19b471
Updates...
mauteri Nov 16, 2024
decea85
Started more work on modal.
mauteri Nov 16, 2024
e728e24
More work on modal.
mauteri Nov 21, 2024
3f9c774
More work done on RSVP modal.
mauteri Nov 21, 2024
861fce5
Testing API call and various statuses of block.
mauteri Nov 22, 2024
5fe843f
Small refactor of global.js, testing a few ideas for RSVP Response bl…
mauteri Nov 25, 2024
f5971ff
Rework block instantiation.
mauteri Nov 26, 2024
d2e6412
More work on RSVP Response block and RSVP Template.
mauteri Nov 27, 2024
0fe7c2b
More work on RSVP Template.
mauteri Nov 27, 2024
fdfb646
More work done on RSVP Template in the editor.
mauteri Nov 27, 2024
f95c4dd
Fix bug, but needs better solution.
mauteri Nov 27, 2024
ccdd8f7
RSVP Response work.
mauteri Nov 28, 2024
9b698c2
Started working on front end render or rsvp response block.
mauteri Nov 28, 2024
c62abda
Merge branch 'develop' of github.com:GatherPress/gatherpress into fea…
mauteri Nov 28, 2024
e3b04aa
Small JS fixes.
mauteri Nov 28, 2024
ea828c1
PHPCS fixes.
mauteri Nov 28, 2024
37aa922
Fix test.
mauteri Nov 29, 2024
0f9b5a8
Fix front end of RSVP Response block.
mauteri Nov 30, 2024
d2bdfb6
Fix RSVP Response issue with no RSVPs.
mauteri Dec 1, 2024
efa23c5
Template work.
mauteri Dec 1, 2024
1654a72
Fix JS.
mauteri Dec 1, 2024
6b869ec
More modal work.
mauteri Dec 1, 2024
ae41ef5
More testing ideas...
mauteri Dec 6, 2024
06b906a
More testing with interactivity api and wp-watch.
mauteri Dec 6, 2024
196a9ac
Started fixing interactivity.
mauteri Dec 6, 2024
5deb8f9
API changes.
mauteri Dec 7, 2024
c35c70f
Linting fixes.
mauteri Dec 7, 2024
2745f67
Doc blocks and fixes.
mauteri Dec 7, 2024
20ab7a6
Fix linting and tests.
mauteri Dec 7, 2024
3e4d794
Fix warning in modal content block with background color.
mauteri Dec 7, 2024
9dffb08
Fix typo.
mauteri Dec 7, 2024
182c3c0
Fix more errors.
mauteri Dec 7, 2024
2d57e64
Fix PHP error.
mauteri Dec 7, 2024
a1486c1
CSS linting fixes.
mauteri Dec 7, 2024
a6a51dd
Updated select text to start working on blocks context.
mauteri Dec 7, 2024
f7d4f5a
Refactor rsvp template and fix initial re-rendering.
mauteri Dec 7, 2024
f28ec61
Started work on RSVP Status and the RSVP Status block.
mauteri Dec 7, 2024
8037221
More progress on saving status in RSVP V2 block.
mauteri Dec 8, 2024
82c94a6
Started work storing block data for RSVP and dynamically loading it.
mauteri Dec 9, 2024
0508fd1
Updated @wordpress/interactivity and re-attached interactivity api to…
mauteri Dec 9, 2024
e287823
PHPCS, docs, and docblock cleanup.
mauteri Dec 13, 2024
339d15b
Started work on managing RSVP status.
mauteri Dec 14, 2024
a63cc82
Fix hydration of RSVP block and improve performance of it.
mauteri Dec 14, 2024
6de1b57
More adjustments to storage of block.
mauteri Dec 14, 2024
1694ca0
Remove encoding, not necessary with dynamic block.
mauteri Dec 14, 2024
07fdf3e
Small updates to templates.
mauteri Dec 14, 2024
07b5fa9
Render RSVP Template when innerblocks need to load dynamically so CSS…
mauteri Dec 15, 2024
089ab28
JS Lint fix.
mauteri Dec 15, 2024
97e5a9e
Remove RSVP Status store.
mauteri Dec 15, 2024
f6cd284
Added Modal Manager block and started general modal interactivity.
mauteri Dec 15, 2024
55b2edb
Updates to interactivity api and how modals will work with RSVP.
mauteri Dec 15, 2024
a07173a
Small updates.
mauteri Dec 15, 2024
b01ed8f
Change method name.
mauteri Dec 15, 2024
ba18482
Build files.
mauteri Dec 15, 2024
cc2af69
Fix unit test.
mauteri Dec 15, 2024
ab1fd3f
Cleanup and name changes.
mauteri Dec 15, 2024
33efe92
Small refactor.
mauteri Dec 15, 2024
a506055
Change how RSVP inner blocks are rendered with a hide/show to make th…
mauteri Dec 18, 2024
d2a61bd
Updates to modal and accessibility with RSVP block.
mauteri Dec 18, 2024
19725ec
Create a safeHTML function that can be used everywhere that is based …
mauteri Dec 19, 2024
fe7abfe
Added new Icon block with 2 dashicons available to start.
mauteri Dec 21, 2024
bc03ab9
Added more icons.
mauteri Dec 21, 2024
44a8a8d
Icon alignment work and modal work.
mauteri Dec 22, 2024
f30596c
Fix test.
mauteri Dec 22, 2024
04c2006
Remove all REST API endpoint.
mauteri Dec 22, 2024
182011b
Started on variations of Modal block.
mauteri Dec 22, 2024
c520515
JS lint fix.
mauteri Dec 23, 2024
4b09d06
Modal, RSVP, and RSVP updates.
mauteri Dec 23, 2024
acf02a8
Add z-index feature to modal.
mauteri Dec 23, 2024
5d6cf47
Add better UI for updating modals from modal manager and getting back…
mauteri Dec 23, 2024
544a262
Finished basic updates to default RSVP V2 templates.
mauteri Dec 23, 2024
2f56e1f
Move assets to includes so it builds correctly with plugin-zip.
mauteri Dec 23, 2024
cc1829e
Refactored modal callback some.
mauteri Dec 23, 2024
e0e185c
Small cleanup.
mauteri Dec 23, 2024
d4216fb
Updates to RSVP and added groups SVG.
mauteri Dec 23, 2024
d1c6b23
Add empty RSVP message to RSVP Response V2 block.
mauteri Dec 24, 2024
a03a851
Added RSVP V2 Past template.
mauteri Dec 24, 2024
20cfbbb
Add a default template for modal manager block.
mauteri Dec 24, 2024
06c7416
Added functionality and accessbility to modal block. Need to add more…
mauteri Dec 24, 2024
d7d946b
Fix linting issues.
mauteri Dec 24, 2024
0117de9
Modal name edit and aria-label.
mauteri Dec 25, 2024
5d3b4ac
JS linting fix.
mauteri Dec 25, 2024
1cc969b
Small adjustment to text.:
mauteri Dec 25, 2024
4df96fa
Redo RSVP Empty feature as a block.
mauteri Dec 25, 2024
9b4c071
Fix test.
mauteri Dec 25, 2024
bb5d617
Small text change.
mauteri Dec 25, 2024
0ed02af
Make PHPStan happy.
mauteri Dec 25, 2024
64e12a4
Make PHPStan happy.
mauteri Dec 25, 2024
848205d
Make PHPStan happy.
mauteri Dec 25, 2024
485d33d
Make PHPStan happy.
mauteri Dec 25, 2024
4c0af69
Make PHPStan happy.
mauteri Dec 25, 2024
e3e9c5f
Started work on new Dropdown and Dropdown Item blocks; update node an…
mauteri Dec 26, 2024
31a4b27
More work done on dropdown block. Fixed tests and linting.
mauteri Dec 27, 2024
64c341c
Started adding interactivity to new dropdown block.
mauteri Dec 27, 2024
fcac29b
PHPStan fix.
mauteri Dec 27, 2024
f85c5f3
Trap focus on dropdown.
mauteri Dec 27, 2024
d90ce1b
Added more features to dropdown block.
mauteri Dec 27, 2024
20c626f
Fix styling.
mauteri Dec 27, 2024
ae5c7c4
Dropdown is still bugging, but committing progress.
mauteri Dec 28, 2024
16bf735
More dropdown work.
mauteri Dec 28, 2024
079b4de
More dropdown work.
mauteri Dec 28, 2024
24061dd
Clean up work on dropdown.
mauteri Dec 28, 2024
93f7dcb
Linting fixes.
mauteri Dec 29, 2024
95f2295
Small fix.
mauteri Dec 29, 2024
e5a29ef
Fix PHPStan.
mauteri Dec 29, 2024
d5c0c62
More work on dropdown select and accessibility.
mauteri Dec 29, 2024
7ca7e0c
Started RSVP Response interactivity with dropdown block.
mauteri Dec 29, 2024
ce8e085
Added update to rsvp response template.
mauteri Dec 29, 2024
dbd6395
Add postId context to RSVP Response block.
mauteri Dec 29, 2024
9a4796c
Fix interactivity on rsvp response.
mauteri Dec 29, 2024
2550f85
Fixes and template updates.
mauteri Dec 29, 2024
de7a699
Updates to RSVP logic.
mauteri Dec 31, 2024
8f61d47
Finished up RSVP dropdown logic.
mauteri Dec 31, 2024
03eeb7b
Change filter to action.
mauteri Dec 31, 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.18.0
v22.12.0
1 change: 1 addition & 0 deletions build/1272.js

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

1 change: 0 additions & 1 deletion build/259.js

This file was deleted.

2 changes: 1 addition & 1 deletion build/272.js

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

1 change: 1 addition & 0 deletions build/3481.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/481.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/535-rtl.css

This file was deleted.

Loading
Loading