2020-04-02 04:47:48 +00:00
|
|
|
{
|
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 08:52:45 +00:00
|
|
|
"pagesIcon": ".t--entity-name:contains('Pages')",
|
2020-04-08 13:38:19 +00:00
|
|
|
"commonWidgets": ".t--page-sidebar-CommonWidgets",
|
|
|
|
|
"formWidgets": ".t--page-sidebar-FormWidgets",
|
2020-05-28 06:37:47 +00:00
|
|
|
"viewWidgets": ".t--page-sidebar-ViewWidgets",
|
2020-05-01 07:48:33 +00:00
|
|
|
"widgetsEditor": ".t--nav-link-widgets-editor",
|
2020-08-20 05:38:08 +00:00
|
|
|
"AddPage": ".pages .t--entity-add-btn",
|
2020-10-31 06:40:51 +00:00
|
|
|
"editInput": ".t--entity-name.editing",
|
2020-05-28 06:37:47 +00:00
|
|
|
"Menuaction": ".bp3-overlay-open>.bp3-transition-container",
|
|
|
|
|
"Delete": ":nth-child(2) > .bp3-menu-item",
|
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 08:52:45 +00:00
|
|
|
"apiEditorIcon": ".t--nav-link-api-editor",
|
2021-07-07 03:46:16 +00:00
|
|
|
"addEntityAPI": ".datasources .t--entity-add-btn",
|
|
|
|
|
"integrationCreateNew": "[data-cy=t--tab-CREATE_NEW]",
|
|
|
|
|
"integrationActiveTab": "[data-cy=t--tab-ACTIVE]",
|
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 08:52:45 +00:00
|
|
|
"entityWidget": ".t--entity-name:contains('Widgets')",
|
|
|
|
|
"entityTable": ".t--entity-name:contains('Table1')",
|
|
|
|
|
"entityText": ".t--entity-name:contains('Text1')",
|
|
|
|
|
"entityExplorer": ".t--nav-link-entity-explorer",
|
2020-10-29 13:53:10 +00:00
|
|
|
"popover": "//div[contains(@class,'t--entity page')]//*[last()]//*[local-name()='g' and @id='Icon/Outline/more-vertical']",
|
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 08:52:45 +00:00
|
|
|
"editName": ".single-select >div:contains('Edit Name')",
|
2020-08-22 03:10:22 +00:00
|
|
|
"clonePage": ".single-select >div:contains('Clone')",
|
2020-08-20 05:38:08 +00:00
|
|
|
"deletePage": ".single-select >div:contains('Delete')",
|
2022-03-23 05:33:06 +00:00
|
|
|
"deletePageConfirm": ".single-select >div:contains('Are you sure?')",
|
2021-02-24 13:47:37 +00:00
|
|
|
"hidePage": ".single-select >div:contains('Hide')",
|
2021-04-14 08:14:06 +00:00
|
|
|
"entityQuery": ".t--entity-name:contains('Queries')",
|
|
|
|
|
"showPage": ".single-select >div:contains('Show')"
|
2020-05-28 06:37:47 +00:00
|
|
|
}
|