Skip to content

Feature/app#5672

Merged
KingYes merged 75 commits intoelementor:release/2.3.0from
kobizz:feature/app
Oct 3, 2018
Merged

Feature/app#5672
KingYes merged 75 commits intoelementor:release/2.3.0from
kobizz:feature/app

Conversation

@kobizz
Copy link
Copy Markdown
Contributor

@kobizz kobizz commented Sep 5, 2018

PR Checklist

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Summary

This PR can be summarized in the following changelog entry:

Description

An explanation of what is done in this PR

Test instructions

This PR can be tested by following these steps:

Quality assurance

  • I have tested this code to the best of my abilities
  • I have added unittests to verify the code works as intended
  • Docs have been added / updated (for bug fixes / features)

Fixes #

matipojo and others added 30 commits August 21, 2018 13:47
…nto feature/app

# Conflicts:
#	Gruntfile.js
.eslintrc.js Outdated
'no-eval': 'error',
'no-fallthrough': 'error',
'no-multiple-empty-lines': [ 'error', { max: 1 } ],
'no-multiple-empty-lines': [ 'warn', { max: 1 } ],
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all

this.initHotKeys();

this.initEnvData();
this.hotkeysModal = new HotkeysModal();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name?

var ElementorFrontend = function() {
var self = this,
dialogsManager;
var self = this;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not use common in frontend


@import "../helpers/direction";

@import "../../../../core/common/assets/scss/common"; No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline eof


public static function register_ajax_actions() {
Plugin::$instance->ajax->register_ajax_action( 'introduction_viewed', [ __CLASS__, 'set_introduction_viewed' ] );
/** @var \Elementor\Core\Common\Modules\Ajax\Module $ajax */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use param

@KingYes KingYes merged commit 58924a0 into elementor:release/2.3.0 Oct 3, 2018
@kobizz kobizz deleted the feature/app branch November 3, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants