Skip to content

Commit a401ea1

Browse files
committed
remove todos
1 parent 9675829 commit a401ea1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Samples/UIStructure/Navigation/AppMenu.ux

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<DockPanel Color="#DDD" ux:Class="AppMenu">
2-
<!-- TODO: Remove this, depends on removing that JavaScript part -->
32
<Router ux:Dependency="router"/>
43

5-
<!-- TODO: Remove need for this JavaScript, do routing with a UX action -->
64
<JavaScript>
75
exports.gotoOne = function() {
86
router.goto( "home", {}, "flights", {}, "arrivals" )
@@ -27,7 +25,6 @@
2725
<Panel ux:Class="AppMenuItem" HitTestMode="LocalBounds">
2826
<string ux:Property="Icon"/>
2927
<string ux:Property="Label"/>
30-
<!-- TODO: Remove use of `object` here, introduce an appropriate type -->
3128
<object ux:Property="Handler"/>
3229

3330
<Text Alignment="CenterLeft" Width="32" Margin="4,0" Value="{Property this.Icon}"

Samples/UIStructure/Navigation/MainView.ux

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Router ux:Name="router"/>
55

66
<ClientPanel>
7-
<!-- TODO: Provide dismiss in UX, or way to set a value (`Active`) to `null` -->
87
<JavaScript>
98
exports.dismissMenu = function() {
109
edge.dismiss()

Samples/UIStructure/Navigation/Pages/FlightsPage.ux

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
</PageIndicator>
2020
</TitleAreaContent>
2121

22-
<!-- TODO: Navigator wasn't working here with the NavigateTo above -->
23-
<!-- <Navigator ux:Name="flightNav" DefaultPath="arrivals"> -->
2422
<PageControl Interaction="None" ux:Name="flightNav">
2523
<Page Color="#EEF" Title="Arrivals" ux:Name="arrivals">
2624
<Text Alignment="Center" Value="Listing of arrivals"/>

0 commit comments

Comments
 (0)