You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to refactor/move large chunks of code around leads to a lot of confusion for people when trying to deal with all the trailing brackets and semicolons that need to be moved around.
We need to think of a better way to walk people through:
Refactoring the ListViewItemTemplate into the VideoItemTemplate method
Moving the ListView into the FeedViewValueTemplate
Adding the other FeedView templates
Trying to get people to copy just the right section of code from the generated pages for NoneTemplate/ErrorTemplate in the plugin is very difficult
The text was updated successfully, but these errors were encountered:
I think the right fix is going to be to use custom UserControls for those chunks of cod, so then people can select the Error State/None Template in the picker and have the code scoped to just the content they need to copy:
Trying to refactor/move large chunks of code around leads to a lot of confusion for people when trying to deal with all the trailing brackets and semicolons that need to be moved around.
We need to think of a better way to walk people through:
ListView
ItemTemplate
into theVideoItemTemplate
methodListView
into theFeedView
ValueTemplate
FeedView
templatesTrying to get people to copy just the right section of code from the generated pages for
NoneTemplate
/ErrorTemplate
in the plugin is very difficultThe text was updated successfully, but these errors were encountered: