-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r0b08x [chore] 3/19/2024, 7:24:37 PM
- Loading branch information
Showing
14 changed files
with
6,842 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,6 @@ node_modules/.yarn-integrity | |
|
||
/dist | ||
/p3x-redis-ui-settings | ||
/.flatpak-builder | ||
/.build | ||
/repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,7 @@ | |
/scripts | ||
/dist | ||
/.github | ||
/.vscode | ||
/.vscode | ||
/.flatpak-builder | ||
/.build | ||
/repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<name>P3X Redis UI</name> | ||
<id>com.patrikx3.redis-ui</id> | ||
<summary>P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app</summary> | ||
<url type="homepage">https://corifeus.com/redis-ui</url> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p> | ||
P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview.png</image> | ||
<caption>Example 1</caption> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview-2.png</image> | ||
<caption>Example 2</caption> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview-3.png</image> | ||
<caption>Example 3</caption> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview-4.png</image> | ||
<caption>Example 4</caption> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview-5.png</image> | ||
<caption>Example 5</caption> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://cdn.corifeus.com/git/redis-ui/artifacts/preview-images/preview-6.png</image> | ||
<caption>Example 6</caption> | ||
</screenshot> | ||
|
||
</screenshots> | ||
<releases> | ||
<release version="2024.4.159" date="2024-03-19"/> | ||
</releases> | ||
<content_rating type="oars-1.1"/> | ||
<developer_name>patrikx3</developer_name> | ||
<launchable type="desktop-id">com.patrikx3.redis-ui.desktop</launchable> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=P3X Redis UI | ||
Comment=P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app | ||
Icon=com.patrikx3.redis-ui | ||
Exec=run.sh | ||
Categories=Development |
Oops, something went wrong.