-
Notifications
You must be signed in to change notification settings - Fork 5
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: indent scopes list according to level #260
Merged
Merged
Conversation
This file contains 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
Depends on projectcaluma/emeis#253 |
velrest
approved these changes
Aug 11, 2021
velrest
pushed a commit
that referenced
this pull request
Aug 11, 2021
# 1.0.0 (2021-08-11) ### Bug Fixes * **application.hbs:** set container to overflow: auto ([853fb9e](853fb9e)) * **concurrency:** use dropTask to prevent state issues ([7a0bb4a](7a0bb4a)) * **edit-form:** prevent type error by checking if listViewRouteName is passed ([09e03c5](09e03c5)) * **edit-form:** replace hardcoded route name handling with dynamic since an engine can be mouted with a different name ([e770214](e770214)) * **import:** fix import of pagination controller ([27c6d1b](27c6d1b)) * **pagination:** only check if strings are empty so they are not serialized as an empty qp ([d79e0a4](d79e0a4)) * add ember-engines to blueprint, docs ([#258](#258)) ([35c40a7](35c40a7)) * **relationship-select:** only debounce if search is set so we dont debounce the initial request ([a8c2f03](a8c2f03)) * **relationship-select:** use let instead of with ([690c0ba](690c0ba)) * **route model hooks:** just return a promise to the model hook, no need for async ([fe9ccbf](fe9ccbf)) * **user-edit:** make route name argument passed to edit form for listview relative ([80d16d5](80d16d5)) * **users/edit:** remove UkTab component usage ([abfd9d5](abfd9d5)) ### Features * **acl-wizzard:** add wizzard to guide user through acl creation ([50d5a22](50d5a22)) * **create route:** add class for creating new models by reusing the edit view ([ac278ec](ac278ec)) * **decorators:** add error handling for common model usage ([38155db](38155db)) * **edit-form:** add a minimalistic form for editing model fields ([31e4a99](31e4a99)) * **engine:** add blueprint and dependencies ([9d31cfb](9d31cfb)) * **engine:** initialize ember-engines configuration ([b22fcff](b22fcff)) * **models:** add models and factories ([fe09023](fe09023)) * **multilang:** add decorator for localized fields ([ec20d27](ec20d27)) * **multilang:** add serializers for localized models ([88c89c5](88c89c5)) * **nav:** add nav ([a40bdcc](a40bdcc)) * **nav:** add nav components ([066f867](066f867)) * **permission index view:** add permission list view ([749b00c](749b00c)) * **permissions:** add permission edit view ([666c720](666c720)) * **permissions:** add a create view ([c5846ae](c5846ae)) * **relationship-select:** add component to select a model for a relationship via power-select ([373f213](373f213)) * **role index view:** add roles list view ([5dccab4](5dccab4)) * add example route and model for group ([10b7843](10b7843)) * **scopes:** add create view ([55b93ef](55b93ef)) * indent scopes list according to level ([#260](#260)) ([13c822f](13c822f)) * **roles:** add create view ([b9013d9](b9013d9)) * **roles:** add edit view ([7bb7cc4](7bb7cc4)) * **routes:** add basic route setup ([26b57ce](26b57ce)) * **scope index view:** add list view for scopes ([490ead0](490ead0)) * **scopes:** add edit view for scopes ([a5847bf](a5847bf)) * **section title:** add a component for section headings ([e0437bf](e0437bf)) * **store blueprint:** add a blueprint for customizing the store passed to emeis engine ([2b434d6](2b434d6)) * **user:** add acl edit and create views ([cc990ab](cc990ab)) * **user:** add create view ([7a3caf4](7a3caf4)) * **user:** add edit view ([2b19e3f](2b19e3f)) * **user index view:** add user list view ([ac51323](ac51323))
velrest
pushed a commit
that referenced
this pull request
Aug 11, 2021
# 1.0.0 (2021-08-11) ### Bug Fixes * **application.hbs:** set container to overflow: auto ([853fb9e](853fb9e)) * **concurrency:** use dropTask to prevent state issues ([7a0bb4a](7a0bb4a)) * **edit-form:** prevent type error by checking if listViewRouteName is passed ([09e03c5](09e03c5)) * **edit-form:** replace hardcoded route name handling with dynamic since an engine can be mouted with a different name ([e770214](e770214)) * **import:** fix import of pagination controller ([27c6d1b](27c6d1b)) * **pagination:** only check if strings are empty so they are not serialized as an empty qp ([d79e0a4](d79e0a4)) * add ember-engines to blueprint, docs ([#258](#258)) ([35c40a7](35c40a7)) * **relationship-select:** only debounce if search is set so we dont debounce the initial request ([a8c2f03](a8c2f03)) * **relationship-select:** use let instead of with ([690c0ba](690c0ba)) * **route model hooks:** just return a promise to the model hook, no need for async ([fe9ccbf](fe9ccbf)) * **user-edit:** make route name argument passed to edit form for listview relative ([80d16d5](80d16d5)) * **users/edit:** remove UkTab component usage ([abfd9d5](abfd9d5)) ### Features * **acl-wizzard:** add wizzard to guide user through acl creation ([50d5a22](50d5a22)) * **create route:** add class for creating new models by reusing the edit view ([ac278ec](ac278ec)) * **decorators:** add error handling for common model usage ([38155db](38155db)) * **edit-form:** add a minimalistic form for editing model fields ([31e4a99](31e4a99)) * **engine:** add blueprint and dependencies ([9d31cfb](9d31cfb)) * **engine:** initialize ember-engines configuration ([b22fcff](b22fcff)) * **models:** add models and factories ([fe09023](fe09023)) * **multilang:** add decorator for localized fields ([ec20d27](ec20d27)) * **multilang:** add serializers for localized models ([88c89c5](88c89c5)) * **nav:** add nav ([a40bdcc](a40bdcc)) * **nav:** add nav components ([066f867](066f867)) * **permission index view:** add permission list view ([749b00c](749b00c)) * **permissions:** add permission edit view ([666c720](666c720)) * **permissions:** add a create view ([c5846ae](c5846ae)) * **relationship-select:** add component to select a model for a relationship via power-select ([373f213](373f213)) * **role index view:** add roles list view ([5dccab4](5dccab4)) * add example route and model for group ([10b7843](10b7843)) * **scopes:** add create view ([55b93ef](55b93ef)) * indent scopes list according to level ([#260](#260)) ([13c822f](13c822f)) * **roles:** add create view ([b9013d9](b9013d9)) * **roles:** add edit view ([7bb7cc4](7bb7cc4)) * **routes:** add basic route setup ([26b57ce](26b57ce)) * **scope index view:** add list view for scopes ([490ead0](490ead0)) * **scopes:** add edit view for scopes ([a5847bf](a5847bf)) * **section title:** add a component for section headings ([e0437bf](e0437bf)) * **store blueprint:** add a blueprint for customizing the store passed to emeis engine ([2b434d6](2b434d6)) * **user:** add acl edit and create views ([cc990ab](cc990ab)) * **user:** add create view ([7a3caf4](7a3caf4)) * **user:** add edit view ([2b19e3f](2b19e3f)) * **user index view:** add user list view ([ac51323](ac51323))
velrest
pushed a commit
that referenced
this pull request
Aug 11, 2021
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Based on #259