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
<p>Welcome to <strong>Avalonia.Samples</strong>. This is a collection of minimal samples, which should make it easy for everyone to get started with <ahref="https://www.avaloniaui.net" target="_blank" rel="noopener">Avalonia</a>. Each sample is focusing on only one aspect of Avalonia.</p>
1955
1954
</div>
@@ -2418,7 +2417,7 @@ <h4 id="_adding_a_new_sample">Adding a new sample</h4>
Copy file name to clipboardExpand all lines: src/Avalonia.Samples/CompleteApps/AdvancedToDoList/index.html
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2149,6 +2149,23 @@ <h2 id="_before_we_start">Before we start</h2>
2149
2149
<divclass="sect1">
2150
2150
<h2id="_the_solution">The Solution</h2>
2151
2151
<divclass="sectionbody">
2152
+
<divclass="admonitionblock tip">
2153
+
<table>
2154
+
<tr>
2155
+
<tdclass="icon">
2156
+
<iclass="fa icon-tip" title="Tip"></i>
2157
+
</td>
2158
+
<tdclass="content">
2159
+
<divclass="paragraph">
2160
+
<p>We recommend to open the source code in parallel while going through this tutorial.</p>
2161
+
</div>
2162
+
<divclass="paragraph">
2163
+
<p><ahref="https://github.com/AvaloniaUI/Avalonia.Samples/tree/main/src/Avalonia.Samples/CompleteApps/AdvancedToDoList" target="_blank" rel="noopener">[Bring me to the source code]</a></p>
2164
+
</div>
2165
+
</td>
2166
+
</tr>
2167
+
</table>
2168
+
</div>
2152
2169
<divclass="sect2">
2153
2170
<h3id="_step_1_create_a_new_solution">Step 1: Create a new Solution</h3>
2154
2171
<divclass="admonitionblock note">
@@ -2267,9 +2284,6 @@ <h3 id="_step_2_create_a_shared_controls_library">Step 2: Create a Shared-Contro
2267
2284
<divclass="paragraph">
2268
2285
<p>In addition, we will create some commonly used <code>Converter</code> and <code>Helper</code> classes.</p>
2269
2286
</div>
2270
-
<divclass="paragraph">
2271
-
<p>Please see the <ahref="SharedControls/">[source-code]</a> for details and further explanations.</p>
2272
-
</div>
2273
2287
</div>
2274
2288
<divclass="sect2">
2275
2289
<h3id="_step_3_implement_the_data_layer">Step 3: Implement the Data Layer</h3>
@@ -3035,7 +3049,7 @@ <h2 id="_see_it_in_action">See it in Action</h2>
0 commit comments