Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ae21b6e
feat: implement getFeaturedSongs method in SongService and add corres…
tomast1337 Sep 28, 2025
3b884ca
feat: enhance SongController with advanced song retrieval features
tomast1337 Sep 28, 2025
bc9e322
Merge branch 'develop' of github.com:OpenNBS/NoteBlockWorld into feat…
tomast1337 Oct 5, 2025
9de7c27
refactor: remove SongBrowserModule from app.module.ts
tomast1337 Oct 5, 2025
a9742d8
Merge branch 'develop' into feature/song-search
Bentroen Oct 6, 2025
ca60eee
feat: enhance song retrieval with new search and sorting capabilities
tomast1337 Oct 6, 2025
18a42ac
feat: add SearchButton component to enhance song search functionality
tomast1337 Oct 6, 2025
db6bdec
Merge branch 'feature/song-search' of github.com:OpenNBS/NoteBlockWor…
tomast1337 Oct 6, 2025
a41de9a
Merge branch 'develop' into feature/song-search
Bentroen Oct 7, 2025
b075679
refactor: rename `SearchButton` to `SearchBar`
Bentroen Oct 7, 2025
1180fa3
fix: move search bar outside of popup and detach from button group
Bentroen Oct 7, 2025
29dda31
feat: rework appearance of search bar
Bentroen Oct 7, 2025
6fedc00
feat: remove text logo, reorder NBW icon in navbar
Bentroen Oct 7, 2025
1797c10
fix: disable search bar auto-focus
Bentroen Oct 7, 2025
ce8d89d
fix: don't clear search query when performing search
Bentroen Oct 7, 2025
37dabb0
fix: rename `search-song` route to `search`
Bentroen Oct 7, 2025
4fcf74f
feat: integrate Typesense for enhanced song indexing and search capab…
tomast1337 Oct 12, 2025
9cf07b7
Merge branch 'feature/song-search' of github.com:OpenNBS/NoteBlockWor…
tomast1337 Oct 12, 2025
ca028ec
Revert "feat: integrate Typesense for enhanced song indexing and sear…
tomast1337 Oct 16, 2025
e96f8d5
chore: update dev script to use concurrently for running backend and …
tomast1337 Oct 16, 2025
a5d8d40
chore: add @nbw/config as a workspace dependency in bun.lock and pack…
tomast1337 Oct 16, 2025
713b113
feat: enhance FeaturedSongsProvider to determine initial timespan bas…
tomast1337 Oct 16, 2025
d436c81
feat: enhance song retrieval by adding category filtering for recent …
tomast1337 Oct 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { ParseTokenPipe } from './lib/parseToken';
import { MailingModule } from './mailing/mailing.module';
import { SeedModule } from './seed/seed.module';
import { SongModule } from './song/song.module';
import { SongBrowserModule } from './song-browser/song-browser.module';
import { UserModule } from './user/user.module';

@Module({
Expand Down Expand Up @@ -76,7 +75,6 @@ import { UserModule } from './user/user.module';
UserModule,
AuthModule.forRootAsync(),
FileModule.forRootAsync(),
SongBrowserModule,
SeedModule.forRoot(),
EmailLoginModule,
MailingModule,
Expand Down
100 changes: 0 additions & 100 deletions apps/backend/src/song-browser/song-browser.controller.spec.ts

This file was deleted.

65 changes: 0 additions & 65 deletions apps/backend/src/song-browser/song-browser.controller.ts

This file was deleted.

13 changes: 0 additions & 13 deletions apps/backend/src/song-browser/song-browser.module.ts

This file was deleted.

136 changes: 0 additions & 136 deletions apps/backend/src/song-browser/song-browser.service.spec.ts

This file was deleted.

Loading
Loading