Skip to content

Commit 51299de

Browse files
authored
chore(TODO): Moved some items to a kanban board
1 parent 71c3db8 commit 51299de

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

TODO.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,11 @@
9595
1. [TODO] - Make HOME and END keys scroll to top/bottom if grid has focus...
9696
1. [IDEA] - Can we deselect any selected text when the grid is scrolled?
9797
1. [TODO] - Make row builders async with $q
98-
1. [TODO] - Make plnkr/jsfiddle ngdocs buttons work
9998
1. [TODO] - Remove IE11 cell selected weird green color...
10099
1. [IDEA] - Add gridOptions.options for all opts, and deep watch it then rebuild
101100
1. [IDEA] - Add version number to uiGrid module.
102101

103102
1. [IDEA] - Might need to make dragging and reordering columns watch for a minimum pixel delta before starting drag, so it doesn't always cancel long-clicks
104-
1. [BUG] - Grid not redrawing properly when switching between tutorials. It still has the grid body height from the previous tutorial.
105-
1. This is due to a combination of grunt-ngdocs and ngAnimate. ngAnimate is leaving two "page" (or whatever) elements on the page at the
106-
same time. Both have a main.css which include styles for the grid. Having the old one on there at the same time as the new one makes
107-
it use the height from the old one when calculating the grid height... *** Can we switch to Dgeni? ***
108103
1. [BUG] - Menu icon overlays menu text when column name is too long...
109104
1. [IDEA] - Can we shrink the size of the header-cell-contents div and make it text-overflow: ellipsis?
110105
1. [TOFIX] - Menu icon vertical alignment off in IE11 (how does it look in FF?)
@@ -124,16 +119,6 @@
124119
1. [TODO] - Add "master" grid menu that overlays the whole grid when open (should have a decent-size padding that leaves and overlay with high opacity).
125120
1. [TODO] - Make a master grid menu button using the font-awesome menu icon (add to fontello conf) that lives... somewhere... that won't move when columns scroll...
126121

127-
# Cleanup
128-
129-
1. [TODO] - Rename tutorials so they're consistent
130-
1. [TODO] - Re-order tutorials
131-
1. [TODO] - Build a tutorial index page.
132-
1. [TODO] - Remove commented-out dumps from gridUtil
133-
1. [TODO] - Rename gridUtil to uiGridUtil
134-
1. [TODO] - Rename GridUtil in uiGridBody to gridUtil or the above
135-
1. [TODO] - Move uiGridCell to its own file
136-
137122
# Extras
138123

139124
<!-- 1. Add iit and ddescribe checks as commit hooks -->

0 commit comments

Comments
 (0)