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

feat: register activity bar panel API #165

Merged
merged 39 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f5df87d
- introduce registerActivityBarPluginButton and registerActivityBarUt…
jasonbahl May 23, 2024
ed45ad1
auto fix linting issues
josephfusco May 23, 2024
5a9314b
Cleanup uneeded .gitkeeps
josephfusco May 23, 2024
65dfe97
Scaffold out primary sidebar store files
josephfusco May 23, 2024
9dfd65e
Rename Editor -> App
josephfusco May 23, 2024
7d8cea4
save
josephfusco May 23, 2024
a014c2d
save
josephfusco May 23, 2024
5a55c3c
- restore functioning activity bar buttons for now
jasonbahl May 24, 2024
33c6867
- instead of hard-coding plugins in the GraphiQL component, get plugi…
jasonbahl May 24, 2024
057f204
Get root element ID from localize PHP var
josephfusco May 24, 2024
0c5455f
Reset third party plugin
josephfusco May 24, 2024
0461609
Remove tracked zip
josephfusco May 24, 2024
fc424a9
Update .gitignore
josephfusco May 24, 2024
57ddc16
Update .gitignore
josephfusco May 24, 2024
1d95cc8
Register explorer from third party plugin
josephfusco May 24, 2024
c7cd875
save
josephfusco May 24, 2024
76c6a57
- initial work on moving Query Composer to 3rd party plugin
jasonbahl May 28, 2024
a9d0262
- GraphQL is in different realms
jasonbahl May 28, 2024
70994b1
- update graphql to be its own dependency
jasonbahl May 28, 2024
de1bdfb
script alias
josephfusco May 28, 2024
03dff8d
- fix third-party style enqueue
jasonbahl May 29, 2024
df3d98f
- npm run lint:js:fix
jasonbahl May 29, 2024
637b855
Merge branch 'main' into feat/issue-110-register-activity-bar-panel
josephfusco Jun 5, 2024
fa16956
stable third party plugin
josephfusco Jun 5, 2024
6e089b5
consistent file names
josephfusco Jun 5, 2024
8c7ea85
Scaffold out plugins pattern
josephfusco Jun 5, 2024
18f286c
save
josephfusco Jun 5, 2024
e95b683
- update build scripts
jasonbahl Jun 5, 2024
3c79822
- fix-cs
jasonbahl Jun 5, 2024
cdba4dd
rename entrypoints
josephfusco Jun 6, 2024
09b0dbb
Clean up unused
josephfusco Jun 6, 2024
536d353
Auto build before tests
josephfusco Jun 6, 2024
7043aef
Match previous order of panels
josephfusco Jun 6, 2024
2910686
Update test file
josephfusco Jun 6, 2024
23e7619
Clean up plugin PHP
josephfusco Jun 6, 2024
3dc8a90
Fix old selectors
josephfusco Jun 6, 2024
27d296f
Clean up package.json
josephfusco Jun 6, 2024
6137257
Temp skip problematic test
josephfusco Jun 6, 2024
28fbce8
Remove orphaned test spec
josephfusco Jun 6, 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
4 changes: 0 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build Assets
run: npm run build

- name: Start WordPress & Run E2E tests
run: npm run test:e2e

Loading
Loading