Closed quentinguidee closed 4 years ago
I don't think the implementation you mention here would be possible (b/c model() is static.)
Oh rip :/ Is there another way to implement it properly? If we display them at the right of the cell, we'll have problems with the spacings
We could manually write over the text when someone presses EXE like you stated, but then we would need to create a new model() (a submodel I guess?) just for contributors_controller.
Maybe make every cell have it's own sub_controller and menu? But, that seems extraneous unless we include other information, plus we would need to add a modification to the top bar that indicates what controller your inside, akin to what @M4xi1m3 said.
We could also change font size for real names (even though technically not all of the names included are real already), I guess? I'm not quite sure how Kandinsky handles text size.
My favorite option is 2, because we can include information about commits and contact information, but also probably the hardest because we need to rewrite an internal part of Escher that other apps use and may have poorly written dependencies on.
Fixed by #108
What I want to see in the next version of Omega
Add the usernames in the contributors list.
Given the lack of space, it should be cool if, when we click onEXE
, every names of the list display the usernames instead of names.