Commit Graph

13 Commits

Author SHA1 Message Date
Adam
277f476575 cleanup on isle zero (#1699)
Ran oxc (https://oxc.rs/docs/guide/usage/linter.html#vscode-extension) and fixed all the issues that came up, set it up to run as a PR check and added steps to the README.md asking users to use it.

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

* **New Features**
  * Introduced JavaScript linting using oxlint in development guidelines and CI workflow for improved code quality.
  * Added oxlint configuration and dependencies to the project.

* **Bug Fixes**
  * Improved error logging in various components and utilities for better debugging.
  * Enhanced React list rendering by updating keys to use unique values instead of array indices, reducing rendering issues.
  * Replaced browser alerts with toast notifications for a smoother user experience.

* **Refactor**
  * Simplified component logic and state management by removing unused code, imports, props, and components across multiple files.
  * Updated function and component signatures for clarity and maintainability.
  * Improved efficiency of certain operations by switching from arrays to sets for membership checks.

* **Chores**
  * Cleaned up and reorganized import statements throughout the codebase.
  * Removed deprecated files, components, and middleware to streamline the codebase.

* **Documentation**
  * Updated contribution guidelines to include linting requirements for code submissions.

* **Style**
  * Minor formatting and readability improvements in JSX and code structure.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-07-10 10:59:40 -07:00
Aj Wazzan
5fe48ca848 chore: add .nvmrc file for Node version management; update CI workflows to remove version specifications for pnpm and Node 2025-05-20 02:14:16 -07:00
BlankParticle
fa45abaf44 feat: remixify and whatever else needed to be done 2025-05-20 13:56:47 +05:30
Aj Wazzan
67561c3799 chore: remove unused cache configuration from CI workflows 2025-05-03 22:49:35 -07:00
Aj Wazzan
0cf2f0a34a refactor: simplify CI workflow by removing environment variable for RUNNER_IMAGE 2025-05-03 22:48:30 -07:00
Aj Wazzan
b4b60b1b07 fix: update CI workflow to use github.env for RUNNER_IMAGE 2025-05-03 22:42:09 -07:00
Aj Wazzan
999e38288b Enhance CI workflows by adding concurrency settings, updating runner images to use 'ubuntu-latest', and adjusting timeout values. Also, switched to actions/setup-node@v4 and enabled caching for bun dependencies. 2025-04-28 16:49:28 -07:00
blacksmith-sh[bot]
d7991381ee Migrate workflows to Blacksmith 2025-04-25 21:06:26 +00:00
maxprilutskiy
04a5f6f137 feat: install @LingoDotDev 2025-04-10 15:12:55 -07:00
Aj Wazzan
84d2f2b890 saving... 2025-03-21 09:20:53 -07:00
Aj Wazzan
8de0716ffb saving... 2025-03-20 17:12:43 -07:00
Aj Wazzan
86a9c7331c saving... 2025-03-16 22:58:38 -07:00
Aj Wazzan
1b8c5d75e4 saving... 2025-03-16 22:51:12 -07:00