-
-
Notifications
You must be signed in to change notification settings - Fork 4
refactor: split shared into packages #50
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
Open
tomast1337
wants to merge
57
commits into
develop
Choose a base branch
from
feature/node-workspace-setup
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
9697ca9
refactor: split shared into packages
tomast1337 b4ecf42
refactor: moved backend to packages
tomast1337 f79dc4e
refactor: moved frontend to apps/frontend
tomast1337 ff0be9d
refactor: restructure project to use workspaces for apps and packages
tomast1337 f350b50
refactor: clean up database module by removing unused index file and …
tomast1337 a2f54b6
refactor: update imports to use centralized database module and remov…
tomast1337 bee7b71
feat: implement offscreen drawing of notes and canvas swapping functi…
tomast1337 baa803c
refactor: update imports to use centralized module paths and clean up…
tomast1337 e6834bc
refactor: tidy up tsconfig.json formatting for improved readability
tomast1337 91b480b
refactor: update imports to use centralized database module and clean…
tomast1337 f8697f6
refactor: update build and start scripts to reflect new package struc…
tomast1337 4e44766
refactor: update ESLint configuration paths to reflect new directory …
tomast1337 7928d51
refactor: update imports to use new package structure for sounds and …
tomast1337 4d29bce
refactor: add test script to package.json and update imports for cons…
tomast1337 0785bd5
refactor: standardize import statements across multiple files and cle…
tomast1337 e76df8f
refactor: add lint and test scripts to package.json for database, son…
tomast1337 52520ec
refactor: update test scripts in package.json for backend, database, …
tomast1337 f4a8ca3
chore: add docker-compose.yml to configure MongoDB, Maildev, MinIO, a…
tomast1337 9d0a1b7
refactor: remove unused import in SongDetails component for cleaner code
tomast1337 f1588b6
feat: initialize configs package with basic structure, including Type…
tomast1337 24bab36
refactor: rename packages and update package.json structure to reflec…
tomast1337 7419f74
refactor: remove unused colors export from thumbnail package for clea…
tomast1337 10e468a
feat: add development script to sounds package for watch mode during …
tomast1337 1867009
refactor: update imports to use new constants from @nbw/config for co…
tomast1337 4d4cca6
refactor: standardize import statements and update to use UPLOAD_CONS…
tomast1337 e60fbc4
feat: add Bun configuration rule to replace Node.js and related tools…
tomast1337 212b52e
refactor: update components to use UPLOAD_CONSTANTS and other new con…
tomast1337 374c7c8
refactor: update data directory path in build script to align with ne…
tomast1337 59ff35c
refactor: move backend to apps/backend
tomast1337 d670b34
fix: Tests are no longer run and included in the dist folder
tomast1337 1ea8531
refactor: update thumbnail package.json to support separate builds fo…
tomast1337 814b19b
refactor: update song package.json to support separate build scripts …
tomast1337 4d71486
refactor: enhance canvasFactory to support both Node.js and browser e…
tomast1337 4a30be5
refactor: update VSCode settings and enhance SongThumbnailInput compo…
tomast1337 118a2c7
refactor: remove unnecessary whitespace in auth.module.ts and seed.se…
tomast1337 b7b31cd
refactor: reorganize workspace structure and update VSCode settings f…
tomast1337 95ac61a
refactor: add missing import for MailingModule in auth.module.ts to e…
tomast1337 bbf8474
refactor: reorganize bun.lock to update app structure and dependencie…
tomast1337 e72bc86
Update build.ts
tomast1337 b2cc288
refactor: update VSCode workspace settings with new color customizati…
tomast1337 8081d32
Merge branch 'feature/node-workspace-setup' of github.com:OpenNBS/Not…
tomast1337 082bfe9
chore: linting
tomast1337 378604a
refactor: update test command in package.json, add Lato-Regular font …
tomast1337 41747e3
refactor: enhance getPath function in canvasFactory to support multip…
tomast1337 b4319ad
refactor: update build configuration to disable minification and enab…
tomast1337 ac8bf04
refactor: remove TODO comment in song.util.ts and clarify intent for …
tomast1337 b98a041
chore: consolidate and update .gitignore files across the project, re…
tomast1337 df71f21
refactor: improve error handling in user service and ensure consisten…
tomast1337 4900195
refactor: update TypeScript configuration files to extend base settin…
tomast1337 026390b
refactor: restructure ESLint configuration by removing legacy files, …
tomast1337 5151439
refactor: remove legacy ESLint configuration files and streamline lin…
tomast1337 7c54b0a
chore: lint fixes
tomast1337 3ca4d60
refactor: update API route for static files from '/api/v1' to '/v1' f…
tomast1337 36e1773
refactor: migrate sound data generation logic from build.ts to apps/b…
tomast1337 391ff0f
chore: update contributing guidelines and package.json scripts for im…
tomast1337 b709f6d
docs: enhance contributing guidelines by adding a link to bun test do…
tomast1337 fcb1ae4
refactor: update API documentation route from '/api/doc' to '/docs' a…
tomast1337 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
web/src/app/(content)/(info)/about/page.tsx → ...d/src/app/(content)/(info)/about/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...src/app/(content)/(info)/contact/page.tsx → ...src/app/(content)/(info)/contact/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
web/src/app/(content)/layout.tsx → apps/frontend/src/app/(content)/layout.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
web/src/app/(content)/my-songs/page.tsx → ...ntend/src/app/(content)/my-songs/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 4 additions & 7 deletions
11
web/src/app/(content)/page.tsx → apps/frontend/src/app/(content)/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...src/app/(content)/song/[id]/edit/page.tsx → ...src/app/(content)/song/[id]/edit/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
web/src/app/(content)/song/[id]/page.tsx → ...tend/src/app/(content)/song/[id]/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
web/src/app/(content)/upload/layout.tsx → ...ntend/src/app/(content)/upload/layout.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
web/src/app/(content)/upload/page.tsx → ...rontend/src/app/(content)/upload/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../app/(content)/user/[id]/page_disable.tsx → .../app/(content)/user/[id]/page_disable.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pp/(external)/(auth)/login/email/page.tsx → ...pp/(external)/(auth)/login/email/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
web/src/app/(external)/(auth)/login/page.tsx → .../src/app/(external)/(auth)/login/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import DocumentLayout from '@web/modules/shared/components/layout/DocumentLayout'; | ||
|
||
export default DocumentLayout; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
web/src/app/(external)/layout.tsx → apps/frontend/src/app/(external)/layout.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 2 additions & 4 deletions
6
...owse/components/client/CategoryButton.tsx → ...owse/components/client/CategoryButton.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...nents/client/context/HomePage.context.tsx → ...nents/client/context/HomePage.context.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions
8
...dules/my-songs/components/MySongsPage.tsx → ...dules/my-songs/components/MySongsPage.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...components/client/DeleteConfirmDialog.tsx → ...components/client/DeleteConfirmDialog.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.