Commit graph

55 commits

Author SHA1 Message Date
70731ec633 Initial CI/CD pipeline
## Description

Add Forgejo Actions CI pipeline with flatpak builds and tests.

Closes #<!-- issue number -->

## Type of change

- [ ] 🐛 Bug fix
- [ ]  New feature
- [ ] ♻️ Refactor / code cleanup
- [ ] 📖 Documentation
- [x] 🔧 Dependencies / build tooling

## How was this tested?

Verified CI pipeline runs successfully with flatpak builds and tests in Forgejo Actions.

## Checklist

- [ ] I have read the [contributing guide](CONTRIBUTING.md)
- [ ] My code follows the project's style guidelines
- [ ] I have added or updated tests as needed
- [ ] Documentation has been updated where applicable
- [ ] All existing tests pass

Pull request: (#3)

## Description

Add Forgejo Actions CI pipeline with flatpak builds and tests.

Closes #<!-- issue number -->

## Type of change

- [ ] 🐛 Bug fix
- [ ]  New feature
- [ ] ♻️ Refactor / code cleanup
- [ ] 📖 Documentation
- [x] 🔧 Dependencies / build tooling

## How was this tested?

Verified CI pipeline runs successfully with flatpak builds and tests in Forgejo Actions.

## Checklist

- [ ] I have read the [contributing guide](CONTRIBUTING.md)
- [ ] My code follows the project's style guidelines
- [ ] I have added or updated tests as needed
- [ ] Documentation has been updated where applicable
- [ ] All existing tests pass
Co-authored-by: Brendan Szymanski <hello@bscubed.dev>
Co-committed-by: Brendan Szymanski <hello@bscubed.dev>
2026-06-23 23:36:14 +00:00
f374dc663d Add contributor templates and update README
Reviewed-on: echo/Luminate#2
Co-authored-by: Brendan Szymanski <hello@bscubed.dev>
Co-committed-by: Brendan Szymanski <hello@bscubed.dev>
2026-06-21 20:01:52 +00:00
4f0aa4ce82 Merge pull request 'Navigation & display logic' (#1) from chore/view-cleanup into main
Reviewed-on: echo/Luminate#1
2026-06-21 16:39:08 +00:00
98612bb4a9 Fix warnings 2026-06-21 12:26:23 -04:00
3ee94fb0f9 Custom display logic for media types 2026-06-21 12:08:42 -04:00
2a50394264 Consolidate ItemPage and rename LibraryGrid to ItemGrid 2026-06-19 22:30:36 -04:00
b52ea45d69 Rename CAspectContainer target to CGtkWidgets 2026-06-19 20:19:43 -04:00
284a2c4842 Add test target and widget unit tests 2026-06-19 20:16:10 -04:00
3a54e96d8b Implement AspectContainer and FlowGrid 2026-06-19 20:03:11 -04:00
3280c51fa5 Initial refactor 2026-06-19 01:41:08 -04:00
d1a0caf7cf Add GPL-3.0-or-later license headers to all source files 2026-06-16 12:02:03 -04:00
9a779148fb Revert "Migrate Swift Language Mode From V5 To V6"
This reverts commit 45cbfb418b.
2026-06-16 00:41:29 -04:00
45cbfb418b Migrate Swift Language Mode From V5 To V6 2026-06-16 00:39:35 -04:00
7c0a0d481f Add header documentation comments to all source files 2026-06-15 23:16:52 -04:00
662ec0caac Reorganize targets into LuminateUI with Components and Utilities 2026-06-15 22:36:41 -04:00
cd2c435a04 Defer image loading during page transition animations 2026-06-15 19:38:32 -04:00
0c011eff01 Add @Observable macro for class property mutation tracking 2026-06-15 17:47:55 -04:00
4ea5ec7efe Use type native style view modifiers 2026-06-15 15:11:25 -04:00
d4fe83be14 Update to match new upstream git repo 2026-06-15 02:16:02 -04:00
dc4fb77a66 Extract generated OpenAPI code into LuminateAPI target 2026-06-14 23:21:14 -04:00
91faf3c0f4 Update Injected state mechanism 2026-06-14 23:21:14 -04:00
428eb32be1 Add import LuminateDI to ServerSetupView.swift 2026-06-14 23:21:14 -04:00
0ecb95d7c8 Remove old DI files from LuminateCore, add import LuminateDI to consumers 2026-06-14 23:21:14 -04:00
b12352c29d Add LuminateDI target with Adwaita dependency to Package.swift 2026-06-14 23:21:14 -04:00
7173da4464 Pass observer ID directly to ObserverRef init 2026-06-14 23:21:14 -04:00
86940f3d7d Add Injected property wrapper with reactive DI observer cleanup 2026-06-14 23:21:14 -04:00
be7931b062 Add InjectionValues struct to LuminateDI
InjectionValues holds optional service dependencies (client, userId,
imageService, webSocketClient, persistence) for injection throughout
the app.
2026-06-14 23:21:14 -04:00
c3a971b49e Add @unchecked Sendable conformance and @Sendable handler to DIContainer 2026-06-14 23:21:14 -04:00
2280142fe1 Add DIContainer with observer registry 2026-06-14 23:21:14 -04:00
22213037ca Fix actor isolation issue 2026-06-14 23:21:14 -04:00
0b478113ac Set up swift-format 2026-06-14 23:21:14 -04:00
2411a220fe Implement persistence layer 2026-06-14 23:21:14 -04:00
76efb1af72 ContentView stops passing removed params to HomeView 2026-06-14 23:21:14 -04:00
2e75675d05 HomeView uses @Injected, drops app/window/client/userId params 2026-06-14 23:21:14 -04:00
3e093a0446 LibraryGrid removes client parameter 2026-06-14 23:21:14 -04:00
96d776889c MediaRow removes client parameter 2026-06-14 23:21:14 -04:00
974fd8b06c HomePosterCell uses @Injected instead of client parameter 2026-06-14 23:21:14 -04:00
5f8cbf0b1e Register client, userId, imageService in DIContainer on login 2026-06-14 23:21:14 -04:00
44b5a02ab6 Add @Injected property wrapper 2026-06-14 23:21:14 -04:00
e829b8141b Add DIContainer singleton with key path registration 2026-06-14 23:21:14 -04:00
cc5c836f04 Add InjectionValues property container 2026-06-14 23:21:14 -04:00
e6d44ac1ea Add required MediaBrowser auth header and Jellyfin date format transcoder 2026-06-14 23:21:14 -04:00
3a16773092 Clean up tracked files and update gitignore 2026-06-14 23:21:14 -04:00
daca81e594 Resolve build errors - public access, Adwaita API alignment, import fixes 2026-06-14 23:21:14 -04:00
cffb94605d Update flatpak manifest, metainfo, desktop, and keyboard shortcuts 2026-06-14 23:21:14 -04:00
05caf7b32d Add video player widget, player view, controls, and app state wiring 2026-06-14 23:21:14 -04:00
c521d8290d Add search view 2026-06-14 23:21:14 -04:00
3fe969a750 Add movie detail, TV show, and episode list views 2026-06-14 23:21:14 -04:00
a2ee8d946b Add home screen with continue watching, next up, recently added, library grid 2026-06-14 23:11:29 -04:00
0c9938acc2 Add login screen, poster cell, and item grid 2026-06-14 23:11:29 -04:00