mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-04 06:50:23 +00:00

* feat: support duplicating and deleting a space on mobile * feat: support editing a space on mobile * feat: support renaming space * feat: add more space icons * fix: unable to rename space * fix: code review * chore: remove ingore import flag for testing * test: add create space test * chore: enable cloud test * test: fix space test * test: add rename/duplicate/delete tests
4 lines
61 B
Dart
4 lines
61 B
Dart
class SpaceUIConstants {
|
|
static const itemHeight = 52.0;
|
|
}
|