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

Rename files #231

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Rename files #231

merged 1 commit into from
Sep 25, 2024

Conversation

csansoon
Copy link
Contributor

Rename files and folders

@csansoon csansoon added the 🚧 wip Work in progress label Sep 19, 2024
@csansoon csansoon force-pushed the rename-files branch 6 times, most recently from 1b27a54 to 89fd88b Compare September 23, 2024 10:54
@csansoon csansoon marked this pull request as ready for review September 23, 2024 10:56
package.json Outdated
@@ -8,7 +8,8 @@
"tc": "turbo tc",
"prettier": "prettier --write \"**/*.{ts,tsx,md}\"",
"prettier:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"test": "turbo test"
"test": "turbo test",
"catchup": "pnpm i && pnpm build --filter=\"./packages/*\" && pnpm --filter \"@latitude-data/core\" db:migrate"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

A useful script to install and setup everything up to date in the branch!

@csansoon csansoon removed the 🚧 wip Work in progress label Sep 23, 2024
name=' '
name=''
isEditing={true}
setIsEditing={() => {}}
Copy link
Contributor

@andresgutgon andresgutgon Sep 23, 2024

Choose a reason for hiding this comment

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

Why this? maybe better do these props optional

@csansoon csansoon merged commit 1d462b8 into main Sep 25, 2024
4 checks passed
@csansoon csansoon deleted the rename-files branch September 25, 2024 07:35
@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2024
@csansoon csansoon linked an issue Sep 25, 2024 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename files from sidebar
3 participants