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

DX Improvement #480

Closed
5 tasks done
ZibanPirate opened this issue Aug 27, 2022 · 3 comments
Closed
5 tasks done

DX Improvement #480

ZibanPirate opened this issue Aug 27, 2022 · 3 comments
Assignees
Labels
task Task

Comments

@ZibanPirate
Copy link
Member

ZibanPirate commented Aug 27, 2022

Description

Improve dev experience a bit, by updating our tooling and the packages we use

Check List

@ZibanPirate ZibanPirate added the task Task label Aug 27, 2022
@ZibanPirate ZibanPirate self-assigned this Aug 27, 2022
@ZibanPirate ZibanPirate moved this to Backlog in DzCode i/o Aug 27, 2022
@ZibanPirate ZibanPirate moved this from Backlog to In Progress in DzCode i/o Aug 27, 2022
@omdxp omdxp self-assigned this Aug 28, 2022
@omdxp
Copy link
Member

omdxp commented Aug 28, 2022

@ZibanPirate I was thinking perhaps it's the time to use relative imports as well in the mobile codebase.

Old:

import { ErrorBoundary } from "../../../components/error-boundary";

New:

import { ErrorBoundary } from "components/error-boundary";

@ZibanPirate
Copy link
Member Author

ZibanPirate commented Sep 17, 2022

our first successful milestone is now closed yay 🎊

Repository owner moved this from In Progress to Ready for Release in DzCode i/o Sep 17, 2022
@omdxp
Copy link
Member

omdxp commented Sep 17, 2022

Congrats to us! it's been so fun

@ZibanPirate ZibanPirate moved this from Ready for Release to Released in DzCode i/o Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task
Projects
Status: Released
Development

No branches or pull requests

2 participants