Nathan.fooo
Nathan.fooo
For the moment, the grid doesn't display the number of rows. We can implement it according to the design [spec](https://www.figma.com/file/X1R9i5HAFtJSNIKOPPW7yK/AppFlowy-%5BUI%5D%5BMaster%5D?node-id=354%3A2794). 
The icon seems weird on light mode, but it works on dart mode. The icon color should be pure dark in light mode and light gray in dark mode. The...
The existing tests for the grid date field are in [here](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_tests.rs) out. Expected: Add more unit tests to cover more corner cases.
The existing tests for the grid URL field are in [here](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/rust-lib/flowy-grid/src/services/field/type_options/url_type_option/url_tests.rs) out. Expected: Add more unit tests to cover more corner cases.
The existing tests for the grid number field are in [here](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_tests.rs) out. Expected: Add more unit tests to cover more corner cases.
We enable the collapse of the left sidebar by clicking the collapsed button. We can add a shortcut and tooltip for collapsing the left sidebar.
The layout of the window's icon is fine in expand mode. But it is overlaid with the document title when you're in the smallest window's size. Smallest window's size mode.