Nathan.fooo

Results 58 issues of 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). ![image](https://user-images.githubusercontent.com/86001920/180599429-990f9fbf-3010-4bab-aa75-c7c42b0481c9.png)

good first issue for devs

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...

good first issue for devs

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.

help wanted
good first issue for devs

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.

good first issue for devs

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.

help wanted
good first issue for devs

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.

good first issue for experienced devs

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.

good first issue for devs