Skip to content

Commit

Permalink
remove banner & build all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed May 29, 2024
1 parent 46a62b0 commit 6f2b35a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin/pages/jfb-addons.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'f15b03582b9709df067d');
<?php return array('dependencies' => array(), 'version' => '8c72bd677003b32e5ac6');
2 changes: 1 addition & 1 deletion assets/js/admin/pages/jfb-addons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/admin/pages/jfb-settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '1957a13da582519c3b5b');
<?php return array('dependencies' => array(), 'version' => 'c9c13dfad522dd3238fd');
2 changes: 1 addition & 1 deletion assets/js/admin/pages/jfb-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/editor/package.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react'), 'version' => '89a0a1458ebcd1408636');
<?php return array('dependencies' => array('react'), 'version' => '83eefbf3884cd01e1c48');
2 changes: 1 addition & 1 deletion assets/js/editor/package.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions assets/src/admin/pages/jfb-addons/AddonsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:class="{ 'proccesing-state': proccesingState }"
>
<h1 class="cs-vui-title">{{ 'JetFormBuilder Addons' }}</h1>
<Banner />
<div class="jfb-addons-page__inner cx-vui-panel">
<div class="jfb-addons-page__header">
<div class="jfb-addons-page__header-controls" v-if="isLicenseMode">
Expand Down Expand Up @@ -139,7 +138,6 @@

<script>
import AddonItem from './components/AddonItem.vue';
import Banner from "../../components/Banner.vue";
const { applyFilters, doAction } = wp.hooks;
Expand All @@ -148,7 +146,6 @@ window.jfbEventBus = new Vue();
export default {
name: 'jfb-addons',
components: {
Banner,
AddonItem,
},
data() {
Expand Down
3 changes: 0 additions & 3 deletions assets/src/admin/pages/jfb-settings/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<FormBuilderPage
:title="__( 'JetFormBuilder Settings', 'jet-form-builder' )"
>
<Banner utm-source="dashboard/jet-form-builder-settings-page" />
<div class="jfb-content">
<AlertsList/>
<div class="jfb-content-main">
Expand Down Expand Up @@ -57,7 +56,6 @@ import * as getResponse from './tabs/getresponse';
import * as paymentGateways from './tabs/payments-gateways';
import * as options from './tabs/options';
import SettingsSideBar from './sidebar/SettingsSideBar';
import Banner from "../../components/Banner.vue";
const { applyFilters, doAction } = wp.hooks;
Expand Down Expand Up @@ -112,7 +110,6 @@ const getActiveTab = () => {
export default {
name: 'jfb-settings',
components: {
Banner,
AlertsList,
CxVuiTabsPanel,
CxVuiTabs,
Expand Down

0 comments on commit 6f2b35a

Please sign in to comment.