From 7fc812bc761c95e508e1c540393b12b03cdf1d03 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sat, 27 Feb 2016 14:38:42 -0800 Subject: add Dot view mode to make large plans easier to view --- app/enums.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/enums.ts') diff --git a/app/enums.ts b/app/enums.ts index 6d8b387..bcbd258 100644 --- a/app/enums.ts +++ b/app/enums.ts @@ -9,3 +9,9 @@ export enum EstimateDirection { over, under } + +export class ViewMode { + static FULL: string = 'full'; + static COMPACT: string = 'compact'; + static DOT: string = 'dot'; +} -- cgit v1.2.3