-
Notifications
You must be signed in to change notification settings - Fork 2
Sylius 2.x compatibility #4
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1482f29
feat: update sylius 1 to 2
bourtitom 01a5e21
feat: change sylius_ui to twig for 2.0
bourtitom 257b554
feat: update login with hook and add default for settings
bourtitom 6e0048d
refacto: change all style class for sylius 2.0
bourtitom b1ca7b3
duplicate logo for recipe delete old after update recipe
bourtitom 9beb97a
docs: update readme
bourtitom b5b9044
feat: upgrade sylius 2.1
bourtitom 2dfbaf8
style: add hover with main color
bourtitom 7865463
fix: good path for the template and add view for make install has work
bourtitom 83a459c
refacto: change config directory to root project
bourtitom 6e6557b
refacto: change view directory to templates dir root project
bourtitom c1af538
refacto: new path for new structur file
bourtitom 90372ca
refacto: moove dir translation to root project
bourtitom 85e8767
fix: delete old file on views
bourtitom 0e0a4ec
style: nav link title on main color
bourtitom b26b7f7
refacto: change file name for remove underscore and remake path
bourtitom f41856f
refacto: change file name for remove underscore and remake path for t…
bourtitom 4136b63
fix: remove sementic ui
bourtitom 0ea3bf1
fix: change path of templates and change hooks for replace only image
bourtitom 2722765
fix: the dist for find the channel
bourtitom 953e05f
fix: update name logo in sidebar
bourtitom 64bfb35
feat(settings): update size 90 to 200 on sidebar image
bourtitom a65df6f
style(BO): add color and background on select in back office
bourtitom 9e3e90d
docs(demo): update demo and settings image on readme
bourtitom 39b5d2e
docs(upgrade): add file upgrade for describe the diff on plugin 1.x a…
bourtitom 232649f
fix(phpcs): reword the plugin name on comments
bourtitom a182e3f
fix(2.0): fixes for 2.0
maximehuran 12a8ea2
feat(demo): update demo screenshots
maximehuran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| imports: | ||
| - { resource: 'images.yaml' } | ||
| - { resource: 'twig_hooks.yaml' } | ||
| - { resource: 'settings.yaml' } |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| sylius_twig_hooks: | ||
| hooks: | ||
| sylius_admin.base#stylesheets: | ||
| monsieurbiz_better_admin_stylesheet: | ||
| template: "@MonsieurBizSyliusBetterAdminPlugin/SyliusAdmin/_styles.html.twig" | ||
| priority: 9999 | ||
| sylius_admin.layout.stylesheets: | ||
| monsieurbiz_better_admin_stylesheet_layout: | ||
| template: "@MonsieurBizSyliusBetterAdminPlugin/SyliusAdmin/_styles.html.twig" | ||
| priority: 9999 | ||
| sylius_admin.common.component.sidebar: | ||
| logo: | ||
| template: "@MonsieurBizSyliusBetterAdminPlugin/SyliusAdmin/layout/_logo.html.twig" | ||
| priority: 9999 | ||
| context: | ||
| use_webpack: true | ||
bourtitom marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| sylius_admin.security.login: | ||
| monsieurbiz_better_admin_login: | ||
| template: "@MonsieurBizSyliusBetterAdminPlugin/SyliusAdmin/security/_login.html.twig" | ||
| priority: 9999 | ||
| context: | ||
| form: form | ||
| last_error: last_error | ||
| last_username: last_username | ||
| sylius_admin.security.login.page.logo: | ||
| image: | ||
| template: "@MonsieurBizSyliusBetterAdminPlugin/SyliusAdmin/layout/_login_logo.html.twig" | ||
bourtitom marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| priority: 9999 | ||
| context: | ||
| paths: paths | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.