Skip to content
Snippets Groups Projects

Pair programming session

Merged Sebastian requested to merge pair-programming-session into main

We did roughly this:

  • Move all @Composables out of PrivateMessageView into separate files
  • Create packages contact, conversation, login and a few more to sort/group @Composables and classes
  • Clean up entry point, basically got rid of UI.kt and merged it with BriarServiceImpl which is now called BriarUi
  • Move application {} scope out of Main.kt into BriarUi
  • Create a bunch of view models already for Login, Registration and Contacts

What's still to do:

  • More view models
  • Colors of introcution drawer seem broken
  • Try not to use briar API calls in @Composables directly, instead move that into view models

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading