Skip to content

Conversation

@heldergoncalves92
Copy link
Collaborator

No description provided.

@heldergoncalves92 heldergoncalves92 marked this pull request as ready for review December 4, 2025 10:00
@heldergoncalves92 heldergoncalves92 requested a review from a team as a code owner December 4, 2025 10:00
Copy link
Contributor

@Vivokas20 Vivokas20 left a comment

Choose a reason for hiding this comment

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

I'm clearly missing some context on this but I don't see any major issue atm

}

public override bool ShowDeveloperTools => false;
public override bool ShowDeveloperTools => true;
Copy link
Contributor

Choose a reason for hiding this comment

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

I know this is the Sample.Avalonia but Is this intended or should it be reverted?


export interface IChildViews {
ListView: TaskListView;
ListView: TaskListView
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
ListView: TaskListView
ListView: TaskListView;

Comment on lines +117 to +119


this.shadowRoot = null;
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
this.shadowRoot = null;
this.shadowRoot = null;

Copy link
Contributor

@fmgracias fmgracias left a comment

Choose a reason for hiding this comment

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

I lack some context but looks ok, good job

component: React.ReactElement;
}


Copy link
Contributor

Choose a reason for hiding this comment

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

extra line break to remove

}

if (frameName === mainFrameName) {
console.log(`Set ensureDisposeInnerViewsFlag to ${ensureDisposeInnerViews} for main frame`);
Copy link
Contributor

Choose a reason for hiding this comment

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

to be removed?

Comment on lines +18 to +19
? MainModule.GetOrAddChildView<TaskListViewModule>(childViewName)
: MainModule.GetOrAddChildView<UsersViewModule>(childViewName);
Copy link
Contributor

Choose a reason for hiding this comment

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

context regarding these two type of views pls

Copy link
Contributor

Choose a reason for hiding this comment

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

ah this is the sample, nvm

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