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

feat: Loading GUI #134

Merged
merged 24 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
36e814c
feat: Apply loading animation
Distractic Dec 16, 2023
33457a5
fix: Avoid delay before first animation
Distractic Dec 16, 2023
6686c70
fix: Extract animation loading & avoid dead lock
Distractic Dec 17, 2023
1477764
fix: Add doc & is loading state for inventory
Distractic Dec 17, 2023
f02c14c
doc: Add missing documentation
Distractic Dec 17, 2023
e940da1
test: Adapt tests for new signature
Distractic Dec 17, 2023
9e2a19a
fix: Animation using flow
Distractic Dec 17, 2023
0401967
fix: Fill inventory if not cancelled
Distractic Dec 17, 2023
ce8aa9f
fix: Register thread safe & doc
Distractic Dec 18, 2023
9bab6b0
feat: Function to check the load state of inventory
Distractic Dec 18, 2023
7ddf106
fix: Harmonize GUI implementation
Distractic Dec 18, 2023
0ec4a67
test: remove print
Distractic Dec 18, 2023
4cbf949
fix: Fill inventory in same called thread
Distractic Dec 18, 2023
f19a05a
test: Add test about suspending operation during load
Distractic Dec 18, 2023
d2552bb
fix: Detekt
Distractic Dec 18, 2023
f744554
fix: Memory optimization to store inventory
Distractic Dec 18, 2023
9bad411
test: Verify new creation inventory
Distractic Dec 18, 2023
7828409
fix: Avoid slowing down mutex when close
Distractic Dec 18, 2023
92b63de
chore: Change method name & documentation
Distractic Dec 18, 2023
e4ede85
doc: Change ItemStack to Item
Distractic Dec 18, 2023
b0d0b10
fix: Create abstract function without unnecessary params
Distractic Dec 18, 2023
b06bff5
test: Add tests for LocaleGUI
Distractic Dec 18, 2023
cd35b89
test: Add tests for SingleGUI
Distractic Dec 18, 2023
a174f79
test: Unify GUI tests
Distractic Dec 19, 2023
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
112 changes: 0 additions & 112 deletions src/main/kotlin/com/github/rushyverse/api/gui/DedicatedGUI.kt

This file was deleted.

Loading