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

Add image editor extension #43

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pascalwengerter
Copy link

This will ideally feature a full Vue3 port of https://ui.toast.com/tui-image-editor once it's finished

@CLAassistant
Copy link

CLAassistant commented Sep 7, 2024

CLA assistant check
All committers have signed the CLA.

@pascalwengerter pascalwengerter changed the title Add media editor Add ~media~ image editor Sep 8, 2024
@pascalwengerter pascalwengerter changed the title Add ~media~ image editor Add image editor Sep 8, 2024
@pascalwengerter pascalwengerter changed the title Add image editor Add image editor extension Sep 8, 2024

onBeforeUnmount(() => {
Object.keys(emit).forEach((eventName) => {
editorInstance.off(eventName)
Copy link
Contributor

Choose a reason for hiding this comment

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

if this necessary even, when you destroy the editor instance ?

const appInfo = {
name: $gettext('Image Editor'),
id: applicationId,
icon: 'file-code',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
icon: 'file-code',
icon: 'image-edit',

@@ -0,0 +1,3 @@
# web-app-image-editor

This application can be used for viewing image files in a prettified way.
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought this should be an editor, no ?😄

@pascalwengerter pascalwengerter mentioned this pull request Sep 30, 2024
12 tasks
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.

3 participants