Nathan.fooo
|
7831d8d4ab
|
refactor: database row and cell notification (#5237)
* refactor: database row and cell notification
* chore: clippy
* chore: fix test
|
2024-05-02 11:42:33 +08:00 |
|
Mathias Mogensen
|
63464cbf2e
|
fix: launch url on all platforms (#4797)
* fix: error handled launchUrl
* chore: update links to use new subdomain
* feat: show toast if onFailure is not provided
|
2024-03-03 22:04:59 +01:00 |
|
Lucas.Xu
|
2abb396467
|
feat: use result instead of either (#4724)
* feat: use result instead of either
* chore: remove dartz
|
2024-02-24 21:54:10 +08:00 |
|
Mathias Mogensen
|
acc03b8cc4
|
chore: code cleanup according to unintroduced lints (#4488)
* chore: remove redundant arguments
* chore: remove unused constructor params
* chore: reorganize constructors
* chore: remove unnecessary awaits in returns
* chore: remove unnecessary paranthesis
* chore: add lints
* chore: clean up after merge
* chore: add sort constructors first
* chore: organize constructors in blocs
* chore: use sizedbox.shrink over empty container
|
2024-01-25 23:37:36 +08:00 |
|
Richard Shiue
|
a1abcd7626
|
refactor: database cell controller and builder (#4398)
* refactor: get row/field data from row cache and field controller in cell controller
* refactor: reorganize cell controller tasks and builder
* refactor: rename cell_builder.dart
* refactor: database editable cell builder
* refactor: database card cell builder
* fix: make it work
* fix: start cell listener and adjust cell style on desktop
* fix: build card cell
* fix: remove unnecessary await in tests
* fix: cell cache validation
* fix: row detail banner bugs
* fix: row detail field doesn't update
* fix: calendar event card
* test: fix integration tests
* fix: adjust cell builders to fix cell controller getting disposed
* chore: code review
* fix: bugs on mobile
* test: add grid header integration tests
* test: suppress warnings, reduce flaky test and group tests
|
2024-01-24 23:59:45 +08:00 |
|
Richard Shiue
|
1eeb812a1c
|
refactor: rename database code path from database_view to database (#4310)
|
2024-01-05 17:30:54 +08:00 |
|