summaryrefslogtreecommitdiffstats
path: root/gui
AgeCommit message (Expand)Author
2021-12-29Extract handling code into helper moduleHEADmasterMatthias Beyer
2021-12-29Remove the GossipHandler, handle in code directlyMatthias Beyer
2021-12-21Add saving of profile stateMatthias Beyer
2021-12-21Change timeline to be ordered internallyMatthias Beyer
2021-12-21Make timeline deduplicatingMatthias Beyer
2021-12-21Post to profile, not to clientMatthias Beyer
2021-12-21Wrap Profile in RwLockMatthias Beyer
2021-12-21Gossip only every 5 secsMatthias Beyer
2021-12-20Add gossipping of own state in guiMatthias Beyer
2021-12-19Store String in log, so we can write normal logging stuff to that log, tooMatthias Beyer
2021-12-19Add Gossip message loggingMatthias Beyer
2021-12-19Impl hash() for GossipRecipeMatthias Beyer
2021-12-19Add message explanation loggingMatthias Beyer
2021-12-19Implement gossip reactor loading via oneshot channels for subscription initia...Matthias Beyer
2021-12-18Add way to show application logMatthias Beyer
2021-12-18Adjust Loading viewMatthias Beyer
2021-12-18Merge branch 'cleanup'Matthias Beyer
2021-12-18Add error message when distrox fails to loadMatthias Beyer
2021-12-18Remove "State" helper struct and use some matching magic for less boilerplateMatthias Beyer
2021-12-18Refactor: Split app moduleMatthias Beyer
2021-12-18Remove unused importsMatthias Beyer
2021-12-18Add some log outputMatthias Beyer
2021-12-18As soon as posting operation returns, log the resultMatthias Beyer
2021-12-18Implement TimelineMatthias Beyer
2021-12-18Load profile instead of in-memory dummyMatthias Beyer
2021-12-18Smaller text sizeMatthias Beyer
2021-12-10Add timeline in applicationMatthias Beyer
2021-12-10Add timeline typesMatthias Beyer
2021-12-10Make Message type pubMatthias Beyer
2021-12-09Pin clap to 3.0.0-beta.5 for nowMatthias Beyer
2021-12-08Remove unused importsMatthias Beyer
2021-12-08Restructure module layoutMatthias Beyer
2021-12-08Fix GUI impl for new iced versionMatthias Beyer
2021-12-08Add passing of profile name to GUI bootup codeMatthias Beyer
2021-12-08Pull in master branch of iced to be up to date with breaking changesMatthias Beyer
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer