Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release (#20) * Release 1.0.0 🎉 (#12) * Feature/tauri (#9) * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * Release 1.0.0 🎉 * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 * style: apply icon --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * fix: dayjs related issue (#13) * fix: dayjs related issue * chore: disable dev-tools on release --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * Hotfix/2 (#21) * fix(Players): add null check * chore: version up * chore: update README.md --------- Co-authored-by: 다이츠로 <[email protected]> * Hotfix/3 (#23) * Release 1.0.0 🎉 (#12) * Feature/tauri (#9) * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * Release 1.0.0 🎉 * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 * style: apply icon --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * fix: dayjs related issue (#13) * fix: dayjs related issue * chore: disable dev-tools on release * Release 1.0.2 (#22) * Release (#20) * Release 1.0.0 🎉 (#12) * Feature/tauri (#9) * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * Release 1.0.0 🎉 * feat: init tauri application * chore: replace 프로파일 with 프로필 * feat(Root): add Link to ProfileItem * feat: separate Root to ProfileCreateForm and ProfileList, show modal when click create profile button * ❇️ set default window size * 📖 Enhanced JSDoc * 🤖 add feature/tauri branch to CodeQL * fix(net): fix ping function docs: improve JSDoc * chore: Improve JSDoc * feat(ProfileCreateForm): add Dashify disable handling * chore: code style fix * feat: add loading component * feat: add profile changer modal feat: check connection before change page feat: detect disconnected session Co-Authored-By: 다이츠로 <[email protected]> * chore: remove chart animation Co-Authored-By: 다이츠로 <[email protected]> * feat: add pingWS * feat: apply real data Co-Authored-By: 다이츠로 <[email protected]> * feat: Realtime world detail modal Co-Authored-By: 다이츠로 <[email protected]> * chore: remove manifest.json * feat: disable pwa support * chore: change players head img source * feat: remove right click context * feat: add tauri api binding * fix: http request * feat: apply tauri-plugin-store * chore: updated yarn.lock * chore: code style fix * fix: prepare for tauri * feat: add toasts when network communicate * feat(States): add playerDetailState * feat(Console): add live interactive functionality * feat(DashboardLayout): add fetch player details * feat(Overview): add empty placeholder for charts * feat(Players): add real player list * fix(Worlds): make search filters case insensitive * fix: clear tauri storage when clear funtion called * chore: update tauri information * chore: add anser * feat: add ANSI escape codes support * feat(Console): load lines * style(Console): change double quotes to single * fix: make swal html container overflow hidden * fix(ProfileList): make profile item hide address Co-Authored-By: aroxu <[email protected]> * fix: change disk usage display from free to used Co-Authored-By: aroxu <[email protected]> * chore(yarn.lock): add anser * fix(numbers): add zeros when lengths mismatch * fix(Network): put body data in second argument * feat: change labels from indices to timestamps Co-Authored-By: aroxu <[email protected]> * style(DashboardLayout): add new lines to increase readability Co-Authored-By: aroxu <[email protected]> * fix(getUsedPercantage): add number param support Co-Authored-By: aroxu <[email protected]> * feat(Overview): change graph placeholder to N/A Co-Authored-By: aroxu <[email protected]> * test(Overview): remove debug code Co-Authored-By: aroxu <[email protected]> * feat(Players): made kick and ban buttons work Co-Authored-By: aroxu <[email protected]> * test(Worlds): remove debug code Co-Authored-By: aroxu <[email protected]> * chore: change package name to Dashify Co-Authored-By: aroxu <[email protected]> * feat(Console): make download buttons work Co-Authored-By: aroxu <[email protected]> * fix(Console): make it unsendable when command is fully whitespace Co-Authored-By: aroxu <[email protected]> * feat(Console): make console input auto focused Co-Authored-By: aroxu <[email protected]> * feat(Console): add up and down arrow fuctionality Co-Authored-By: aroxu <[email protected]> * fix(Console): remove double whitespaces Co-Authored-By: aroxu <[email protected]> * feat: support macOS (#5) * feat: support macOS * style: extract window.location outside * style: enhance JSDoc * feat: add traffic functionality * fix(DashboardLayout): add empty traffic data * chore: change B/s to Kb/s * fix: calculation error * fix: Traffic model realtime update * fix(Traffic): Make connection count update, delete useMemo * fix(Traffic): make graph unscalable * chore: use default kick / ban message * fix(Traffic): fix misrepresentation of values in graphs * style: enhance request code * refactor(DashboardLayout): Move data request functions and combine states * fix(DashboardLayout): Improve logic to reduce unnecessary requests * Feature/tauri updater (#6) * test: updater with workflow * fix: add required env to worker file * fix: apply public key * chore: change draft to release * chore: change release tag name * chore: use custom updater * chore: change update fetch url * chore: add publisher name * fix: build optimization * fix: split macOS Binary * fix: windows build * chore: fix windows, again * fix: version * fix: maybe version number is issue * debug: make it verbose * fix: right click handler * chore: remove msi due to nsis * test: version checking * feat: updater * fix: remove top-level await * fix: accessbility issue test: updater * chore: get version from tauri * fix: update ci * chore: change target branch * 👷 Remove website builder * chore: fix logo * release: 1.0.0 * style: apply icon --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * fix: dayjs related issue (#13) * fix: dayjs related issue * chore: disable dev-tools on release --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * Hotfix/2 (#21) * fix(Players): add null check * chore: version up * chore: update README.md --------- Co-authored-by: 다이츠로 <[email protected]> --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> * fix: version display bug --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]> --------- Co-authored-by: 다이츠로 <[email protected]> Co-authored-by: Hyeon <[email protected]>
- Loading branch information