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

(OLD UI)feat(Settings): Network, Bluetooth, Display, Sound, Battery, Security integration #105

Open
wants to merge 50 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
e375f1d
chore: bluetooth status & device view wip
swetar-mecha May 26, 2024
8ba72b8
chore: package lock
swetar-mecha May 26, 2024
68294a6
chore(refactor): bluetooth apis
swetar-mecha May 27, 2024
cf22f83
chore(Add): bluetooth store data view wip
swetar-mecha May 27, 2024
ea35f11
chore: bluetooth apis integration wpi
swetar-mecha May 29, 2024
cfa7fc5
refactor: bluetooth apis
swetar-mecha May 29, 2024
823eda1
refactor: bluetooth api integration
swetar-mecha May 29, 2024
c822ae5
fix: update bluetooth wrt list item
swetar-mecha May 30, 2024
f88c1d4
chore(fix): conneccted bluetooth device type
swetar-mecha May 31, 2024
7791c7d
add: display apis
swetar-mecha Jun 3, 2024
d5a2b75
add: display api integration with UI
swetar-mecha Jun 3, 2024
73b5644
chore(fix): get brightness
swetar-mecha Jun 4, 2024
1fdca76
add(settings-app): sound apis
swetar-mecha Jun 4, 2024
efb6bac
add(settings-app): sound UI integration
swetar-mecha Jun 4, 2024
6aa7b13
Merge branch 'dev' of github.com:mecha-org/mechanix-gui into sync/wit…
swetar-mecha Jun 5, 2024
b4bd404
chore(remove) : unused gtk widgets
swetar-mecha Jun 5, 2024
0e41894
update shared list item component
swetar-mecha Jun 6, 2024
2503d72
add: battery apis
swetar-mecha Jun 6, 2024
c19a516
integrate battery UI with apis
swetar-mecha Jun 6, 2024
9853950
fix: battery performance submit ui
swetar-mecha Jun 6, 2024
0a7a33b
fix: display services file name
swetar-mecha Jun 6, 2024
d5af500
battery: show selected battery performance
swetar-mecha Jun 6, 2024
51ceef4
fix: ctl - error handle in add network
swetar-mecha Jun 12, 2024
92be7b3
add: disconnect network api
swetar-mecha Jun 12, 2024
94ace14
update: network UI integration
swetar-mecha Jun 12, 2024
a119493
misc: add back button in about screen
swetar-mecha Jun 13, 2024
3f31a07
misc: improve sound ui
swetar-mecha Jun 13, 2024
2a97dc6
misc: ui update
swetar-mecha Jun 13, 2024
8bdf4b8
vite config: restrict error render in UI
swetar-mecha Jun 13, 2024
ede8971
chore: update network UI
swetar-mecha Jun 13, 2024
188fa7f
add : available netwrok details
swetar-mecha Jun 19, 2024
00d8efb
bluetooth: handle enable dispable switch
swetar-mecha Jun 20, 2024
13953cb
build fix: prerender for dynamic page
swetar-mecha Jun 20, 2024
1bf452d
security : add api to check pin enabled
swetar-mecha Jun 7, 2024
6dc9097
integrate security enabled lock ui
swetar-mecha Jun 7, 2024
0d86875
chore(add): warning sign for not secure networks
swetar-mecha Jun 24, 2024
6375052
chore(Add): shadcn-svelte dialog component
swetar-mecha Jun 24, 2024
1fe94b6
wip: security ui integration
swetar-mecha Jun 24, 2024
0494a80
Merge branch 'dev' of github.com:mecha-org/mechanix-gui into settings…
swetar-mecha Jun 24, 2024
aee2a10
Merge branch 'dev' of github.com:mecha-org/mechanix-gui into settings…
swetar-mecha Jun 24, 2024
5c9607b
chore(add): security apis
swetar-mecha Jun 26, 2024
a1c0c8f
chore(update): security ui integration
swetar-mecha Jun 26, 2024
46bc21b
chore: add back icno svg
swetar-mecha Jun 26, 2024
97f5250
chore: mock removev pin api
swetar-mecha Jun 26, 2024
0c79395
chore: improve security UI wip
swetar-mecha Jun 26, 2024
a94233b
chore: (security) clean code
swetar-mecha Jun 26, 2024
940b634
chore: build fix in dialog component
swetar-mecha Jun 27, 2024
8a5de6b
chore: security - add error handling toast
swetar-mecha Jun 27, 2024
7d7cf5d
chore: add toast package
swetar-mecha Jun 27, 2024
0cb1239
chore:connect network update error toast
swetar-mecha Jun 27, 2024
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
14 changes: 0 additions & 14 deletions apps/commons/custom_utils/Cargo.toml

This file was deleted.

40 changes: 0 additions & 40 deletions apps/commons/custom_utils/src/lib.rs

This file was deleted.

17 changes: 0 additions & 17 deletions apps/commons/custom_widgets/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions apps/commons/custom_widgets/src/assets/css/style.css

This file was deleted.

38 changes: 0 additions & 38 deletions apps/commons/custom_widgets/src/gif_paintable/frame.rs

This file was deleted.

54 changes: 0 additions & 54 deletions apps/commons/custom_widgets/src/gif_paintable/imp.rs

This file was deleted.

106 changes: 0 additions & 106 deletions apps/commons/custom_widgets/src/gif_paintable/mod.rs

This file was deleted.

Loading