Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/boot desktop gui #11

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Feature/boot desktop gui #11

merged 2 commits into from
Dec 14, 2023

Conversation

RuanAragao
Copy link
Owner

No description provided.

Copy link

vercel bot commented Dec 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
desktop-web ✅ Ready (Inspect) Visit Preview Dec 14, 2023 4:37am

@RuanAragao RuanAragao merged commit 8792a17 into develop Dec 14, 2023
2 checks passed
@RuanAragao RuanAragao deleted the feature/boot-desktop-gui branch December 14, 2023 04:37
RuanAragao added a commit that referenced this pull request Dec 20, 2023
* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead
RuanAragao added a commit that referenced this pull request Dec 20, 2023
* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm
RuanAragao added a commit that referenced this pull request Dec 20, 2023
* Develop (#23)

* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm

* fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ruan Aragão <ruanaragao2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
RuanAragao added a commit that referenced this pull request Dec 20, 2023
* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm

* chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#17)

Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#19)

* Develop (#23)

* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm

* fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ruan Aragão <ruanaragao2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
RuanAragao added a commit that referenced this pull request Dec 20, 2023
* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm

* chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#17)

Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#19)

* Develop (#23)

* chore: add LICENSE

* chore: add lints config files

* chore: add nuxt eslint

* chore: add prettier

* chore: add scripts and prettier ignore

* chore: config eslint

* core: add lint config to applications

* feat: remove console.log

* fix: remove deprecated v-on '.native'

* feat(a11y): add keyboard accessibility to launcher grid

* chore: add vitest configuration and update dependencies

* test: add AppLauncher unit test

* 🦄 refactor: change tag to header

* 🧪 test: add unit test for WindowComponent

* chore: add husky and lint-staged

* chore: remove auto run test on commit

* chore: add stylelint

* chore: add eslintcache to gitignore

* ci: add github actions and dependabot

* fix: change pnpm to yarn to run linters

* ci: change node_modules path cache

* ci: add cache to node_modules

* test: refactor unit tests

* chore: add vitest dep

* Unit test (#9)

* fix: add vite-tsconfig-paths plugin to vite.config.ts

* refactor: component imports and add prop for bootlist

* test: add unit tests for LauncherGrid component

* Chore/ci add build step (#10)

* chore: add nuxi dependency

* ci: add build and linter steps to CI workflow

* Feature/boot desktop gui (#11)

* chore: update .gitignore file

* refactor: launcher grid and add integration test for main page

* Feature/boot applications file system (#13)

* feat: add /applications API endpoint to list installed applications

* chore: add about and xTerm applications

* feat: new boot system API based

* test: add unit tests for BootscreenComponent

* feat: add bootscreen component

* refactor: Refactor boot loading progress and add finish animation

* refactor: Refactor getApplications function to use async/await syntax

* fix: add conditional environment path

* fix: fix non development path (#15)

* fix: fix non development path

* fix: change bootload applications to client side

* chore: remove unused deps

* refactor: remove async and add head data

* fix: Add unhead package and import useHead from unhead

* feat: add xterm.js and disable app (#22)

* fix: remove xterm

* fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ruan Aragão <ruanaragao2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant