diff --git a/README.md b/README.md index 50d8777..89a432e 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. - `@prozilla-os/file-explorer` ([source][file-explorer]) - File explorer app - `@prozilla-os/terminal` ([source][terminal]) - Terminal/shell app - `@prozilla-os/text-editor` ([source][text-editor]) - Text editor app +- `@prozilla-os/settings` ([source][settings]) - Settings app ## Links - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] ## Resources @@ -51,6 +53,7 @@ These resources can help you get started with ProzillaOS. [website]: https://os.prozilla.dev/ [github]: https://github.com/prozilla-os/ProzillaOS [npm]: https://www.npmjs.com/package/prozilla-os +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla [issues]: https://github.com/prozilla-os/ProzillaOS/issues [boilerplate]: https://github.com/prozilla-os/ProzillaOS-boilerplate @@ -60,4 +63,5 @@ These resources can help you get started with ProzillaOS. [shared]: ./packages/shared/ [file-explorer]: ./packages/apps/file-explorer/ [terminal]: ./packages/apps/terminal/ -[text-editor]: ./packages/apps/text-editor/ \ No newline at end of file +[text-editor]: ./packages/apps/text-editor/ +[settings]: ./packages/apps/settings/ \ No newline at end of file diff --git a/packages/apps/file-explorer/README.md b/packages/apps/file-explorer/README.md index 580806c..18d9ea8 100644 --- a/packages/apps/file-explorer/README.md +++ b/packages/apps/file-explorer/README.md @@ -93,9 +93,11 @@ onSelectionFinish: Function; - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/file-explorer [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/file-explorer [npm]: https://www.npmjs.com/package/@prozilla-os/file-explorer +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file diff --git a/packages/apps/settings/README.md b/packages/apps/settings/README.md index 5d4fdb6..a05e27d 100644 --- a/packages/apps/settings/README.md +++ b/packages/apps/settings/README.md @@ -56,7 +56,11 @@ function App() { ### Window options ```tsx - +/** + * Initial tab to open + * @default 0 + */ +tab: number; ``` ## Links @@ -64,9 +68,11 @@ function App() { - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/settings [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/settings [npm]: https://www.npmjs.com/package/@prozilla-os/settings +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file diff --git a/packages/apps/terminal/README.md b/packages/apps/terminal/README.md index 2c6f7e1..9654009 100644 --- a/packages/apps/terminal/README.md +++ b/packages/apps/terminal/README.md @@ -73,9 +73,11 @@ input: string; - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/terminal [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/terminal [npm]: https://www.npmjs.com/package/@prozilla-os/terminal +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file diff --git a/packages/apps/text-editor/README.md b/packages/apps/text-editor/README.md index 3737d1a..f2d32fc 100644 --- a/packages/apps/text-editor/README.md +++ b/packages/apps/text-editor/README.md @@ -80,9 +80,11 @@ mode: "view" | "edit"; - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/text-editor [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/text-editor [npm]: https://www.npmjs.com/package/@prozilla-os/text-editor +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file diff --git a/packages/core/README.md b/packages/core/README.md index e652764..392eeb3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -157,9 +157,11 @@ function App() { - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/ [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/core [npm]: https://www.npmjs.com/package/@prozilla-os/core +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file diff --git a/packages/prozilla-os/README.md b/packages/prozilla-os/README.md index be40ecf..801089f 100644 --- a/packages/prozilla-os/README.md +++ b/packages/prozilla-os/README.md @@ -33,6 +33,7 @@ $ pnpm add prozilla-os - [`@prozilla-os/file-explorer`][file-explorer] - File explorer app - [`@prozilla-os/terminal`][terminal] - Terminal/shell app - [`@prozilla-os/text-editor`][text-editor] - Text editor app +- [`@prozilla-os/settings`][settings] - Settings app ## Usage @@ -170,14 +171,17 @@ function App() { - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/ [website-source]: https://github.com/prozilla-os/ProzillaOS [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/prozilla-os [npm]: https://www.npmjs.com/package/prozilla-os +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla [core]: https://www.npmjs.com/package/@prozilla-os/core [file-explorer]: https://www.npmjs.com/package/@prozilla-os/file-explorer [terminal]: https://www.npmjs.com/package/@prozilla-os/terminal -[text-editor]: https://www.npmjs.com/package/@prozilla-os/text-editor \ No newline at end of file +[text-editor]: https://www.npmjs.com/package/@prozilla-os/text-editor +[settings]: https://www.npmjs.com/package/@prozilla-os/settings \ No newline at end of file diff --git a/packages/shared/README.md b/packages/shared/README.md index defa311..756b430 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -51,9 +51,11 @@ export default defineConfig({ - [Website/demo][website] - [GitHub][github] - [npm][npm] +- [Discord][discord] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/ [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/shared [npm]: https://www.npmjs.com/package/@prozilla-os/shared +[discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla \ No newline at end of file