• Joined on 2025-02-23
jj11 opened issue aparoksha/adwaita-swift#79 2026-02-15 21:46:44 +01:00
CSQLite hard coded version
jj11 opened issue aparoksha/adwaita-swift#75 2025-12-13 19:18:19 +01:00
Bare Runtime + GTK with Swift
jj11 closed issue aparoksha/adwaita-swift#72 2025-09-30 21:06:03 +02:00
Not able to run the app
jj11 commented on issue aparoksha/adwaita-swift#72 2025-09-30 21:06:02 +02:00
Not able to run the app

No worries my bad, closing it!! found the fix

jj11 commented on issue aparoksha/adwaita-swift#72 2025-09-30 21:03:10 +02:00
Not able to run the app

Am I missing anything?

jj11 commented on issue aparoksha/adwaita-swift#72 2025-09-30 21:02:57 +02:00
Not able to run the app
import Adwaita


@main
struct BareSwiftApp: App {

    let app = AdwaitaApp(id: "com.bare.swift")

    var scene: Scene {
        Window(id: "main") { window in
           …
jj11 opened issue aparoksha/adwaita-swift#72 2025-09-30 21:02:34 +02:00
Not able to run the app
jj11 commented on issue aparoksha/adwaita-swift#59 2025-04-21 04:55:55 +02:00
Add Picture frame/size

Or may be I don't understand how List works here then because it has only one item but I was thinking ListItems would be given the same space in terms of height.

jj11 commented on issue aparoksha/adwaita-swift#59 2025-04-21 04:51:38 +02:00
Add Picture frame/size
image.png image.png
jj11 commented on issue aparoksha/adwaita-swift#59 2025-04-18 03:12:35 +02:00
Add Picture frame/size

Plus there's padding issues, even after to HStack there wasn't space so I don't know what the reason

jj11 opened issue aparoksha/adwaita-swift#59 2025-04-18 02:57:40 +02:00
Add Picture frame/size
jj11 commented on issue aparoksha/adwaita-swift#58 2025-04-17 22:06:28 +02:00
Window height failed to set or override the default height

Plus I found out that if we set height below 100 it will not work, not sure why? I was resize the window using the mouse, got to know that there's a limit on width and height size. ![image.png](/…

jj11 commented on issue aparoksha/adwaita-swift#58 2025-04-17 22:00:36 +02:00
Window height failed to set or override the default height

So I was playing around with searchEntry and questioned that is there a way possible to increase window size dynamically? Like if we set the window size as default my guess is that we cannot…

jj11 commented on issue aparoksha/adwaita-swift#57 2025-04-17 01:48:23 +02:00
Add TextField Support

I was checking out the libadwaita-demo app and saw under styles this below, so wanna ask which widget is this, I wish that this app told which widget they using since the naming is different.

![…

jj11 opened issue aparoksha/adwaita-swift#58 2025-04-17 01:43:18 +02:00
Window height failed to set or override the default height
jj11 commented on issue aparoksha/adwaita-swift#57 2025-04-17 01:36:13 +02:00
Add TextField Support

Sorry my bad i guess we have to use searchEntry? The naming is super weird or generic.

jj11 opened issue aparoksha/adwaita-swift#57 2025-04-17 01:30:45 +02:00
Add TextField Support
jj11 commented on issue aparoksha/adwaita-swift#56 2025-04-17 01:27:09 +02:00
Question: Lifecycle Handling

No that's fine at moment until I play around on integrating with bare.

jj11 closed issue aparoksha/adwaita-swift#56 2025-04-17 01:27:09 +02:00
Question: Lifecycle Handling