Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/replace ace editor #512

Merged
merged 8 commits into from
Aug 24, 2023
Merged

Feature/replace ace editor #512

merged 8 commits into from
Aug 24, 2023

Conversation

Sisha0
Copy link
Collaborator

@Sisha0 Sisha0 commented Jun 29, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 29, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️

Copy link
Collaborator

@yadamskaya yadamskaya left a comment

Choose a reason for hiding this comment

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

One more thing with padding, I think it will be better to remove it
image

transition: max-height 0.3s ease-in-out;

&-inner {
height: 100%;
border-top: 1px solid @section-border;
}

.uip-root.dark-theme & {
@import "./jar/dark-theme.less";
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess we can name this file jar-editor.less, leave only basic styles, import this file here above, and add needed styles for jar editor in case dark theme
Make sence?

/** Handle editor's content change */
@bind
private _onChange() {
this.dispatchEvent(new CustomEvent('editor-change'));
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd better add prefix uip to event name as we do for all our events and maybe change it a little bit. As a reference, how every setting send change event to the main settings component: uip:change

Or if we consider these changes as a third- party library change mybe we shoul leave it without prefix....

@yadamskaya yadamskaya merged commit dca8eca into main Aug 24, 2023
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 2023
@yadamskaya
Copy link
Collaborator

🎉 This PR is included in version 1.1.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ala-n ala-n deleted the feature/replace-ace-editor branch September 21, 2023 10:44
@yadamskaya
Copy link
Collaborator

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants