AppFlowy icon indicating copy to clipboard operation
AppFlowy copied to clipboard

fix: launch review 0.5.1

Open Xazin opened this issue 1 year ago • 0 comments

  • Floating calculations so that they're always visible / available (see preview)
  • Wrapped Calculate cell in a Horizontal ScrollView to avoid overflow, for reference see Notions implementation (see preview)
  • Fixed issues with count (not) empty calculations
  • Made some changes to the duplicate calendar event icon button
  • Improved readability of the View Meta Info (see preview)
  • Hid the "arrow down" on calculation cells that already have a chosen calculation (UI Gimmick, you can still select another calculation type by pressing on the cell)

Feature Preview

Floating calculations

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/1a356725-b1c8-481b-96b9-c464aff2d242

Calculate cell improvement

The tooltip is only showing if some of the calculate cell is hidden/obscured, notice that you can't scroll in the calculate cell, it's purely a UI gimmick.

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/4475cb5a-0af0-4558-b622-93bf6e1923aa

View meta info

Screenshot 2024-03-08 at 18 54 46

Hide arrow for calc values

Screenshot 2024-03-08 at 21 43 14

PR Checklist

  • [x] My code adheres to AppFlowy's Conventions
  • [x] I've listed at least one issue that this PR fixes in the description above.
  • [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • [x] All existing tests are passing.

Xazin avatar Mar 08 '24 17:03 Xazin