* Replaced direction icons with designed icons. Match color to status code.
* Took care of padding. Added seperator line.
* Removed 1 div level and unnecessary properties in sass.
* Removed ;
* Changed to fixed svgs.
* Removed done todo.
* Error when trying to apply tapper-daemonset with 0 pods in affinity.
* Reorder imports.
* Create/update mizu tappers if there are tapped pods. Delete if there are no tapped pods.
* Skip deletion if tapper daemonset is not installed.
* Renamed createMizuTappers -> updateMizuTappers.
* Renamed IsDaemonSetApplied -> CheckDaemonSetExists.
* Skip deletion if pod / service is not installed.
* Fixed: Inverted logic.
* Rename.
* Fixed compilation bugs.
* Warn if no pods are found. Suggest changing the namespace.
* Use consts.
* Removed empty line.
* Only use one channel for filtering HARs.
* Only check if dest is service ip if message is outgoing.
* Parse direction flag on input.
* Renamed filterHarHeaders -> filterHarItems.
* Fixed compilation bugs.
* Tap outgoing: If --anydirection flag is passed with HOST_MODE, tap by source IP.
* Moved ConnectionInfo from http_matcher to http_reader.
* Generalized shouldTap in stream factory to get more properties.
* tap reports IsOutgoing property of tcp connection.
* gofmt.
* CLI instructs tapper to tap outgoing connections.
* API saves IsOutgoing to DB and passes it to UI.
* Add a visual marker in the HAR list for outgoing messages.
* Fixed: Swapped src and dst.
* Resolver keeps a list of all ClusterIP services.
* Do not save HARs with destination ClusterIP services.
* CLI accepts flag that controls traffic direction.
* Indicate incoming/outgoing with icon instead of with border color.
* Fixed: Didn't filter messages to services in aggregator.
* Clearer syntax around the direction icon. Added title text.
* Fixed width around direction icon.
* Less repetition.
* Removed TODO.
* Renamed incoming -> ingoing.
* More verbose title text to image.
* Switched routine order for readability.