refactor: upgrade deps, setup tailwind4 and correct ci#258
Draft
subframe7536 wants to merge 6 commits into
Draft
refactor: upgrade deps, setup tailwind4 and correct ci#258subframe7536 wants to merge 6 commits into
subframe7536 wants to merge 6 commits into
Conversation
MOHAMED-LAAGUILI
approved these changes
May 20, 2026
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the project’s development workflow, build system, and UI styling. The most important changes include migrating from npm to pnpm, updating dependencies and build tooling, refactoring the UI to use Tailwind CSS, and modernizing the GitHub Actions workflows for CI and build. These changes streamline development, improve consistency, and keep the project up to date with current best practices.
Build System and Dependency Management
package.json,.github/workflows/build.yml,pnpm-workspace.yaml) [1] [2] [3]actions/checkout@v4, and improved artifact handling. (.github/workflows/build.yml)Continuous Integration and GitHub Actions
pull_requestevents, improved lockfile and markdown file detection, enforced lockfile restrictions, and updated actions to latest major versions. (.github/workflows/ci.yml) [1] [2].github/workflows/build.yml,.github/workflows/ci.yml) [1] [2]UI and Styling Refactor
src/App.css) and refactored the main app layout to use Tailwind CSS classes throughout, providing a modern, responsive, and consistent design. (src/App.tsx,postcss.config.cjs) [1] [2] [3].vscode/launch.json,.vscode/tasks.json,.vscode/.debug.script.mjs) [1] [2] [3]Release and Publishing
electron-builder.json)Project Cleanup
.vscode/extensions.json,.vscode/settings.json) [1] [2]These updates collectively modernize the project’s tooling, enforce best practices in CI, and deliver a more maintainable and visually consistent user interface.
Description
What is the purpose of this pull request?