Greg

Results 6 comments of Greg

I like this idea. The list of one-click apps is only going to get bigger and having some sort of filtering/categorisation would be great. I like to click through the...

I worked around this by leaving `searchable` as `true` and then just hiding the search input: ``` .vs__search { opacity: 0; pointer-events: none; } ``` Not ideal but it works.

To be honest this sounds more like a workflow issue than something that needs addressing in CapRover. Have a read of https://www.atlassian.com/continuous-delivery/continuous-integration/trunk-based-development I have some internal scripts that automate the...

I was able to get this working by doing: ```js import Isotope from 'isotope-layout' import 'isotope-packery' const isotope = new Isotope(...) ```

I've just submitted #235 which brings in improved display on smaller devices, notably vertical stacking of the map and info table. Currently I have the map sitting first and the...

@eric1tran done and done! ![image](https://github.com/flightaware/dump1090/assets/1578099/05280e65-647d-407c-a666-f4fa30877335)