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

Mvp system actions #30

Merged
merged 126 commits into from
Dec 4, 2022
Merged

Mvp system actions #30

merged 126 commits into from
Dec 4, 2022

Conversation

medzernik
Copy link
Contributor

@medzernik medzernik commented Dec 4, 2022

0.5

resolves #29

medzernik and others added 30 commits November 18, 2022 14:04
…macro to try it out

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
…macro to try it out

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: medzernik <medzernik1@gmail.com>
- updated linter
- moved tauri window minsize function to useeffect, app no longer minimizes when going between views
- some other minor changes
part 1 involves creating new callbacks that should be used instead of altering data directly outside of the ApplicationContext and SequenceContext

these new callbacks are not used yet, need to wait for backend to fix issue where tauri window does not show up (thus unable to test if new callbacks will work)

part 2 will include combining some callbacks together (i.e. updating currently collectionIndex when adding a new collection), as well as testing if the application still runs properly with the updated context
…ed so its not disgusting

Signed-off-by: medzernik <medzernik1@gmail.com>
Added wifi-rs as a dependency (framework for wifi actions)

Signed-off-by: medzernik <medzernik1@gmail.com>
…w for data as well

Signed-off-by: medzernik <medzernik1@gmail.com>
Signed-off-by: medzernik <medzernik1@gmail.com>
Signed-off-by: medzernik <medzernik1@gmail.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Adding, Deleting, and Updating a Collection has been updated to follow the previous context update

also fixed add collection modal button not disabling properly
and reverted the gitignore on data_json since changing it to what github recommended didn't fix it
Added 'isRenamingCollection' to applicationContext to reduce the amount of prop drilling
khanguyen7 and others added 28 commits December 3, 2022 12:09
adding mouse presses from the select area defaults to DownUp
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
changes to the key delays to try to stabilise the output of mouseclicks

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
…ne and also upped the version to 0.5.0

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
This reverts commit 45ae02e.
@khanguyen7 khanguyen7 merged commit 102f7d7 into main Dec 4, 2022
@medzernik medzernik deleted the MVP-system-actions branch December 5, 2022 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prototype 2.0 frontend code review
3 participants