1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-19 07:24:16 +00:00

Compare commits

..

No commits in common. "master" and "1.42.2@alpha" have entirely different histories.

7 changed files with 41 additions and 13 deletions

1
.github/funding.yml vendored

@ -1,4 +1,3 @@
ko_fi: comty
open_collective: ragestudio
patreon: ragestudio
custom: ["https://www.paypal.com/donate/?hosted_button_id=S4TWMAN79KC76"]

3
.gitignore vendored

@ -41,6 +41,3 @@
# Temporal configurations
/**/**/.aliaser
# .vscode folder
.vscode/

14
.vscode/launch.json vendored Executable file

@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "[Node] Run file",
"internalConsoleOptions": "openOnSessionStart",
"program": "${file}",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}

22
.vscode/settings.json vendored Executable file

@ -0,0 +1,22 @@
{
"peacock.remoteColor": "#ff6064",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff9396",
"activityBar.background": "#ff9396",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#048000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ff9396",
"statusBar.background": "#ff6064",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#ff2d32",
"statusBarItem.remoteBackground": "#ff6064",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ff6064",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ff606499",
"titleBar.inactiveForeground": "#15202b99"
}
}

@ -10,14 +10,10 @@
[![CodeFactor](https://www.codefactor.io/repository/github/ragestudio/comty/badge)](https://www.codefactor.io/repository/github/ragestudio/comty)
[![Maintainability](https://api.codeclimate.com/v1/badges/f89a278695d0a1301fe5/maintainability)](https://codeclimate.com/github/srgooglo/comty/maintainability)
[![Discord](https://img.shields.io/discord/769176303978938389?label=Discord)](https://discord.gg/yxQR6EXf2F)
[![Kofi](https://img.shields.io/badge/Kofi-F16061.svg?logo=ko-fi&logoColor=white)
](https://ko-fi.com/comty)
The platform to hold all your creative.
> 👋 Check our official beta instance, access it from [https://comty.app](https://comty.app)
> We recently launched a Ko-Fi page for Comty, you can support us by donating to our page [https://ko-fi.com/comty](https://ko-fi.com/comty)
> 👋 We have a official beta instance, you can access it from [https://comty.app](https://comty.app)
## 🌟 Some of the features
📝 A microblogging system similar to Twitter allows users to post short messages with attachments and more.

@ -1,6 +1,6 @@
{
"name": "@comty/app",
"version": "1.43.0@alpha",
"version": "1.42.2@alpha",
"license": "ComtyLicense",
"main": "electron/main",
"type": "module",

@ -1,6 +1,6 @@
{
"name": "@comty/server",
"version": "1.43.0@alpha",
"version": "1.42.1@alpha",
"license": "ComtyLicense",
"private": true,
"workspaces": [