mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-04-10 13:41:03 +00:00
Replace PNG screenshots with WebP ones
This commit is contained in:
parent
9ce6a58afc
commit
27ebbbc898
@ -17,7 +17,7 @@ This project arose from all flaws of similar tools many of which are slow, compl
|
|||||||
- [x] **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
|
- [x] **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
|
||||||
- [x] **Intuitive interface**: You know MongoDB? You know Rolens.
|
- [x] **Intuitive interface**: You know MongoDB? You know Rolens.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.
|
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 715 KiB |
BIN
docs/images/home-impression.webp
Normal file
BIN
docs/images/home-impression.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Binary file not shown.
Before Width: | Height: | Size: 602 KiB |
BIN
docs/images/shell.webp
Normal file
BIN
docs/images/shell.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
@ -15,7 +15,7 @@ This project arose from all flaws of similar tools many of which are slow, compl
|
|||||||
- **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
|
- **Low overhead**: Typical query results against a local database are returned whithin milliseconds.
|
||||||
- **Intuitive interface**: You know MongoDB? You know Rolens.
|
- **Intuitive interface**: You know MongoDB? You know Rolens.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.
|
This project is heavily inspired by the excellent [MongoHub](https://github.com/bububa/MongoHub-Mac) application, which sadly has not been updated since 2011.
|
||||||
|
|
||||||
|
@ -10,7 +10,10 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "55488ce2587f482eac31bc460f5b067b"}'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user