Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Update quasar version #50

Open
wilcorrea opened this issue May 11, 2019 · 0 comments
Open

Update quasar version #50

wilcorrea opened this issue May 11, 2019 · 0 comments

Comments

@wilcorrea
Copy link
Member

No description provided.

wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
> current branch: master, issue link: xprototype#50
package.json
yarn.lock
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
… sections in form view

> current branch: master, issue link: xprototype#50
quasar.conf.js
src/app/Prototype/Components/Form/PrototypeBody.js
src/app/Prototype/Components/PrototypeForm.js
src/app/Prototype/Contracts/Dynamic.js
src/app/Prototype/Contracts/Form/FormComponents.js
src/app/Prototype/Skeleton.js
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
> current branch: master, issue link: xprototype#50
src/app/Prototype/Contracts/Table/TableFetch.js
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
> current branch: master, issue link: xprototype#50
src/app/Prototype/Style/field.styl
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
…ection

> current branch: master, issue link: xprototype#50
src/app/Prototype/Style/form.styl
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 11, 2019
… feature

> current branch: master, issue link: xprototype#50
src/domains/Example/Test/Prototype/Test.js
src/domains/Example/Test/en-us.js
src/domains/Example/TestWithHooks/Prototype/TestWithHooks.js
wilcorrea added a commit to wilcorrea-forks/skeleton-quasar that referenced this issue May 14, 2019
> current branch: master, issue link: xprototype#50
src/app/Agnostic/Base.js
src/app/Agnostic/Components/Buttons/PrototypeButton.js
src/app/Agnostic/Components/Buttons/PrototypeButtonDropdown.js
src/app/Agnostic/Components/Buttons/PrototypeButtonParse.js
src/app/Agnostic/Components/Buttons/PrototypeButtonSingle.js
src/app/Agnostic/Components/Contracts/Basic.js
src/app/Agnostic/Components/Contracts/Button.js
src/app/Agnostic/Components/Contracts/Dynamic.js
src/app/Agnostic/Components/Contracts/Form.js
src/app/Agnostic/Components/Contracts/Form/FormComponent.js
src/app/Agnostic/Components/Contracts/Form/FormComponents.js
src/app/Agnostic/Components/Contracts/Form/FormError.js
src/app/Agnostic/Components/Contracts/Form/FormFetch.js
src/app/Agnostic/Components/Contracts/Form/FormField.js
src/app/Agnostic/Components/Contracts/Form/FormInjection.js
src/app/Agnostic/Components/Contracts/Form/FormRecord.js
src/app/Agnostic/Components/Contracts/Form/FormValidation.js
src/app/Agnostic/Components/Contracts/Helper/validation.js
src/app/Agnostic/Components/Contracts/Hook.js
src/app/Agnostic/Components/Contracts/Static.js
src/app/Agnostic/Components/Contracts/Table.js
src/app/Agnostic/Components/Contracts/Table/TableColumns.js
src/app/Agnostic/Components/Contracts/Table/TableFetch.js
src/app/Agnostic/Components/Form/PrototypeBody.js
src/app/Agnostic/Components/Form/PrototypeComponents.js
src/app/Agnostic/Components/Form/PrototypeError.js
src/app/Agnostic/Components/Form/PrototypeField.js
src/app/Agnostic/Components/Form/PrototypeFieldComponent.js
src/app/Agnostic/Components/Form/PrototypeFieldError.js
src/app/Agnostic/Components/Form/PrototypeFieldLabel.js
src/app/Agnostic/Components/PrototypeButtons.js
src/app/Agnostic/Components/PrototypeForm.js
src/app/Agnostic/Components/PrototypeTable.js
src/app/Agnostic/Components/Style/element.styl
src/app/Agnostic/Components/Style/field.styl
src/app/Agnostic/Components/Style/fix.styl
src/app/Agnostic/Components/Style/form.styl
src/app/Agnostic/Components/Style/header.styl
src/app/Agnostic/Components/Style/scrollbar.styl
src/app/Agnostic/Components/Style/table.styl
src/app/Agnostic/Components/Style/transition.styl
src/app/Agnostic/Components/Table/PrototypeSlotTop.js
src/app/Agnostic/Components/Table/PrototypeSlots.js
src/app/Agnostic/Schema.js
src/app/Agnostic/Schema/Action.js
src/app/Agnostic/Schema/Field.js
src/app/Agnostic/Schema/FieldForm.js
src/app/Agnostic/Schema/FieldIs.js
src/app/Agnostic/Schema/FieldTable.js
src/app/Agnostic/Skeleton.js
src/app/Agnostic/View/Form.js
src/app/Agnostic/View/Prototype.js
src/app/Agnostic/enum.js
src/app/Components/Button/AppButton.js
src/app/Components/Field/AppField.js
src/app/Components/Form/AppFormValidation.js
src/app/Components/index.js
src/app/Router/index.js
src/css/prototype.styl
src/domains/Example/Test/Route/components.js
src/domains/Example/Test/Route/index.js
src/domains/Example/Test/Schema/Test.js
src/domains/Example/TestWithHooks/Route/components.js
src/domains/Example/TestWithHooks/Route/index.js
src/domains/Example/TestWithHooks/Schema/TestWithHooks.js
src/domains/Example/TestWithTemplate/Route/components.js
src/domains/Example/TestWithTemplate/Route/index.js
src/domains/Example/index.js
src/view/Dashboard/Example/Test/TestForm.vue
src/view/Dashboard/Example/Test/TestTable.vue
src/view/Dashboard/Example/TestWithHooks/TestWithHooksForm.vue
src/view/Dashboard/Example/TestWithHooks/TestWithHooksTable.vue
src/view/Dashboard/Example/TestWithTemplate/TestWithTemplateForm.vue
wilcorrea added a commit that referenced this issue May 14, 2019
[#50/review] Rename design to agnostic
wilcorrea added a commit that referenced this issue May 20, 2019
> current branch: master, issue link: #50
quasar.sh
wilcorrea added a commit that referenced this issue May 20, 2019
> current branch: master, issue link: #50
.docker/Dockerfile
wilcorrea added a commit that referenced this issue May 20, 2019
> current branch: master, issue link: #50
.gitignore
quasar.sh
wilcorrea added a commit that referenced this issue May 20, 2019
> current branch: master, issue link: #50
package.json
yarn.lock
wilcorrea added a commit that referenced this issue May 21, 2019
> current branch: master, issue link: #50
.env.js.develop
wilcorrea added a commit that referenced this issue May 21, 2019
> current branch: master, issue link: #50
docker-compose.yml.develop
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant