Skip to content

Commit

Permalink
Fixed bug where the time played was not displayed correctly on the la…
Browse files Browse the repository at this point in the history
…st 7 days graph
  • Loading branch information
Didiloy committed Dec 10, 2024
1 parent 44a5702 commit 040713d
Show file tree
Hide file tree
Showing 97 changed files with 10 additions and 8 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified build/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified electron-builder.yml
100644 → 100755
Empty file.
Empty file modified electron.vite.config.mjs
100644 → 100755
Empty file.
11 changes: 6 additions & 5 deletions package-lock.json
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GameClock",
"version": "1.10.0",
"version": "1.10.1",
"description": "Track your play time with your friends",
"main": "./out/main/index.js",
"author": "github.com/Didiloy",
Expand Down
Empty file modified resources/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified resources/images/gameclock_home.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified resources/images/gameclock_home2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified resources/images/gameclock_home3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/main/graphs.js
100644 → 100755
Empty file.
Empty file modified src/main/index.js
100644 → 100755
Empty file.
Empty file modified src/preload/index.js
100644 → 100755
Empty file.
Empty file modified src/renderer/index.html
100644 → 100755
Empty file.
Empty file modified src/renderer/src/App.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/api/steamgriddb.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/assets/fonts/dishcek/Dishcek.otf
100644 → 100755
Empty file.
Empty file modified src/renderer/src/assets/fonts/peach_cake/peachcake.otf
100644 → 100755
Empty file.
Empty file modified src/renderer/src/assets/fonts/sephir/sephir.otf
100644 → 100755
Empty file.
Empty file modified src/renderer/src/assets/icons.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/close_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/game_not_found.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/icon_number.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/icons/base_icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/icons/christmas_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/icons/halloween_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/icons_games.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/maximize_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/minimize_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/sad_icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/spinning_clock.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/curious.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/depressed.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/enduring.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/gamer.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/important_person.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/inexhaustible.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/passionnate.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/patient.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/renderer/src/assets/images/successes/prospector.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/relentless.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/scholar.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/stinky.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/thousand_hours.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/why_playing.svg
100644 → 100755
Empty file modified src/renderer/src/assets/images/successes/young_gamer.svg
100644 → 100755
Empty file modified src/renderer/src/common/date.js
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/renderer/src/common/main.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export function convertMinuteToHoursMinute(minute) {
export function convertMinuteToHoursMinute(min) {
let minute = parseInt(min);
return (
((minute - (minute % 60)) / 60 > 0
? ((minute - (minute % 60)) / 60).toFixed(0) + "h "
Expand Down
Empty file modified src/renderer/src/components/AddSession.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/BarChartAllGames.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/Dashboard.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/DashboardTeam.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/DatabaseError.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/DoughnutChartPlatform.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/GameHistory.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/GamesFunPercentage.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/LineChartGameByMonth.vue
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/renderer/src/components/LineChartPlayerOfTheWeek.vue
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const setChartOptions = () => {
return (
context.dataset.label +
" -> " +
convertMinuteToHoursMinute(context.formattedValue)
convertMinuteToHoursMinute(context.raw)
);
},
},
Expand Down
Empty file modified src/renderer/src/components/LittleCard.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/LittleGameCard.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/Loading.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/PieChartGamePercentage.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/PlayTimeHome.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/SessionsHistory.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/Sidebar.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/SingleGameSetting.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/TeamList.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/TitleBar.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/TopGamesLittleGameCard.vue
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/renderer/src/components/preferences/GeneralPreference.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/preferences/PieChartPreferences.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/preferences/TeamsPreferences.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/components/waiting_list/Sessions.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/composables/successes.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/composables/total_time.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/database/database.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/database/firebaseConfig.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/database/stored_databases.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/i18n/i18n.json
100644 → 100755
Empty file.
Empty file modified src/renderer/src/main.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/preferences/preferences.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/store/store.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/AddDatabaseForFirstTime.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/AddTeam.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/DatabaseSettings.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/GamesSettings.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/Home.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/Settings.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/Team.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/Teams.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/views/WaitingListSession.vue
100644 → 100755
Empty file.
Empty file modified src/renderer/src/workers/colorWorker.js
100644 → 100755
Empty file.
Empty file modified src/renderer/src/workers/dashboard.js
100644 → 100755
Empty file.

0 comments on commit 040713d

Please sign in to comment.