mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-326 Sets | Enhancement | Relation list should be provided not from data view, but from object itself (#3035)
This commit is contained in:
parent
1abf1db680
commit
c523a65b14
11 changed files with 158 additions and 29 deletions
|
@ -6,7 +6,11 @@
|
|||
|
||||
[Main]
|
||||
- [ObjectSetMenuFragment] showing menu for a Set or Collection
|
||||
- [ObjectRelationListFragment] displaying list of given object's relations
|
||||
- [RelationTextValueFragment]
|
||||
- [ObjectRelationListFragment] displaying list of Relations for this Set or this Collection
|
||||
- [RelationTextValueFragment] editing Relation from this Data View or from this Set or this Collection
|
||||
- [RelationAddToObjectFragment] adding a Relation to given Set or Collection
|
||||
- [RelationAddToDataViewFragment] adding a Relation to the Data View contained in this Set or this Collection
|
||||
- [RelationCreateFromScratchForObjectFragment] creating a Relation for this Set or this Collection
|
||||
- [RelationCreateFromScratchForDataViewFragment] creating a Relation for the Data View contained in this Set or this Collection
|
||||
|
||||
// TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue