Skip to content

Move to React#12

Draft
yell0wsuit wants to merge 73 commits intomainfrom
iwriter-react
Draft

Move to React#12
yell0wsuit wants to merge 73 commits intomainfrom
iwriter-react

Conversation

@yell0wsuit
Copy link
Owner

@yell0wsuit yell0wsuit commented Mar 11, 2024

Moving to React (+ Vite). Rewritten from ground up.

  • More robust and modern codebase.
    Previously, this app used jQuery to "emulate" single-app application (SPA). With React, it's possible to turn this into an actual SPA.
  • Fix quit dialog bug.
  • Write and view model writings in one place, without using extra menus.
  • Implement existing functions in React:
    • Save
    • Load
    • Export
  • Update academic's XML format to JSON.
    Wrote a custom Python script to facilitate conversion that matches the current JSON structure.
    • Update the tips.
    • Minify JSONs.

@netlify
Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for graceful-chebakia-218e92 ready!

Name Link
🔨 Latest commit 25792c7
🔍 Latest deploy log https://app.netlify.com/sites/graceful-chebakia-218e92/deploys/673320892f55ba0008892e9a
😎 Deploy Preview https://deploy-preview-12--graceful-chebakia-218e92.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yell0wsuit yell0wsuit requested a review from Copilot April 5, 2025 13:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 379 out of 389 changed files in this pull request and generated no comments.

Files not reviewed (10)
  • .github/workflows/static.yml: Language not supported
  • help-academic.html: Language not supported
  • help.html: Language not supported
  • offline.json: Language not supported
  • package.json: Language not supported
  • public/_redirects: Language not supported
  • public/index.html: Language not supported
  • public/json/academic/abstractmedicine.json: Language not supported
  • public/json/academic/abstractphysical.json: Language not supported
  • public/json/academic/abstractsocial.json: Language not supported
Comments suppressed due to low confidence (2)

eslint.config.js:20

  • Verify if '18.3' is the intended React version; if not, update to the correct stable version (e.g., '18.2') to avoid potential configuration issues.
    settings: { react: { version: '18.3' } },

README.md:13

  • [nitpick] Consider using a more descriptive alt text for the image to improve accessibility.
![image](https://github.com/yell0wsuit/iWriter/assets/5692900/e8d751a7-43d3-4393-b118-1b59ec3ddffb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant