Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from familytree365/dev_ka
Browse files Browse the repository at this point in the history
Dev ka
  • Loading branch information
curtisdelicata authored Aug 31, 2021
2 parents 0974ae4 + d2d8f83 commit 08f7b68
Show file tree
Hide file tree
Showing 84 changed files with 425 additions and 136 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"@sentry/integrations": "^6.12.0",
"animate.css": "^4.1.1",
"bulma-extensions": "^6.2.7",
"core-js": "^3.16.4",
"core-js": "^3.15.1",
"d3": "^7.0.1",
"d3-dag": "^0.8.2",
"d3-tip": "^0.9.1",
"driver.js": "^0.9.8",
"favico.js": "^0.3.10",
"flag-icon-css": "^3.5.0",
Expand Down Expand Up @@ -73,4 +76,4 @@
"sass": "^1.38.2",
"sass-loader": "10"
}
}
}
2 changes: 1 addition & 1 deletion pages/addresses/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/addresses/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/addresses/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/authors/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/authors/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/authors/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/chan/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/chan/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/chan/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/citations/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/citations/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/citations/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
36 changes: 0 additions & 36 deletions pages/dashboard/Index.vue

This file was deleted.

2 changes: 1 addition & 1 deletion pages/families/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/families/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/families/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyevents/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyevents/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyevents/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyslugs/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyslugs/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/familyslugs/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/gedcom/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/gedcom/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/notes/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/notes/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/notes/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/objects/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/objects/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/objects/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/personalias/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/personalias/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/personalias/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/personanci/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/personanci/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/personanci/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
2 changes: 1 addition & 1 deletion pages/personasso/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Create',
Expand Down
2 changes: 1 addition & 1 deletion pages/personasso/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import { EnsoForm } from '@enso-ui/bulma';
import { EnsoForm } from '@enso-ui/forms/bulma';
export default {
name: 'Edit',
Expand Down
2 changes: 1 addition & 1 deletion pages/personasso/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import { EnsoTable } from '@enso-ui/bulma';
import { EnsoTable } from '@enso-ui/tables/bulma';
export default {
name: 'Index',
Expand Down
Loading

0 comments on commit 08f7b68

Please sign in to comment.