codi.link
codi.link copied to clipboard
feat(Root): Add theme support
User can now select from a wider list of theming options
User can now use any vscode theme in codi.link by generating theme file
Copying and pasting the content into the textarea for custom theme and selecting the Custom option from select
CLOSES #2 #31
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/midudev-pro/codi-link/FZL8z3VFMzSaz6iprbx4Jz5DReBh
✅ Preview: https://codi-link-git-fork-quevedoib-feature-extend-64782d-midudev-pro.vercel.app
Hi @QuevedoIB, the json files only contains syntax for JavaScript and not apply correctly colors in rest of editors.
In codi.link
In vscode
Also, just checked this PR also fixes #31
Deployment failed with the following error:
Invalid request: `target` should be string.
Hi @QuevedoIB theme view awesome 🔥 but now not working autocomplete 😅 It also happens to you or only to me? 😅
Hi @QuevedoIB theme view awesome 🔥 but now not working autocomplete 😅 It also happens to you or only to me? 😅
Hmm could you check it again? If you mean suggestions they are working for me, if you mean typing <div>
and getting the </div>
closing tag there's a PR pending to be merged for that.
@midudev I've removed some things to make PR easier to review and fixed the conflicts, could you check if its okay to merge it? Minimap already gets styled and everything seems to work fine for me.
07/11/2021
- No conflicts with main
- Fixed feedback from midu (bracket pairs not adding new line when pressing enter between them)
@midudev Continuous integration is failind but it's not related to the PR.
Error: The process '/opt/hostedtoolcache/node/14.18.1/x64/bin/npm' failed with exit code 1 https://stackoverflow.com/questions/69118749/github-action-error-while-running-unit-test-pipeline
I believe it's a bug in the node version used to run the tests.
Could you check it out?