jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
319 stars 16 forks source link

xml summary not inherited from parent class properties #22

Closed Dovrol closed 9 months ago

Dovrol commented 9 months ago

Xml summaries does not get populated on control panel if those are properties from parent class. Screenshot 2024-02-10 at 08 59 11 Screenshot 2024-02-10 at 09 02 26

jsakamoto commented 9 months ago

@Dovrol Oh... that's right, it's a lack of consideration for that scenario. Resolving problems with document inheritance can be challenging, but I'll try to fix this issue.

Dovrol commented 9 months ago

No pressure :) Just playing with this amazing project, and trying to help with finding some of the "bugs" :)

jsakamoto commented 9 months ago

Hi @Dovrol, I believe that I resolved this issue. Could you check out the latest version, preview 23, of the "Blazing Story"?

Thanks!

Dovrol commented 9 months ago

@jsakamoto fix, worked perfectly, although there might be one more slight improvement - support for links created with see tag. Currently see tag is rendering just quotes instead of defined link example:

Screenshot 2024-02-11 at 17 29 21 Screenshot 2024-02-11 at 17 30 51
jsakamoto commented 9 months ago

@Dovrol Thank you for your proposal again! I have added support for the <see href> markup in XML Document Comments in the new version of the Blazing Story.

Please try it out!

Dovrol commented 9 months ago

Great ! Thank you for your quick responses :)