Commit Graph

69 Commits

Author SHA1 Message Date
bdeshi f6cc489425
feat: allow toggling vibrant color for all charts
- supports new config key `app.vibrant_color` or env `WAKAPI_VIBRANT_COLOR`
- updates and extends `data/colors.json` with editor and os colors
- fixes #343
2022-03-28 01:56:13 +06:00
Ferdinand Mütsch e7e5254673 feat: ability to clear all user data (resolve #339) 2022-03-17 11:55:13 +01:00
daief 932ba111cc
fix: wrong key 2022-03-02 22:29:09 +08:00
Ferdinand Mütsch d4b15e7959 fix: href 2022-03-02 08:51:27 +01:00
daief 42808fa38a
fix: href to a 404 when service on a subpath
click project detail will redirect to a not exist page, when the service runs with a base path.

For example, the base path is `wakatime`,  and the dashboard uri will be `/wakatime/summary`. When click project detail, page will be redirect to `/wakatime/wakatime/summary?project=demo` but the correct detail page is `/wakatime/summary?project=demo`.

And i think `pushing a history stack` is better than `replace`, so that can back to dashboard by backwards.
2022-03-02 11:35:40 +08:00
Ferdinand Mütsch 302eb33b1b fix: branches chart (resolve #322) 2022-02-22 08:19:51 +01:00
Ferdinand Mütsch 5cc932177f chore: update precompressed assets 2022-02-16 08:57:00 +01:00
Roch D'Amour ac9d96c563
Remove "Create Account" button when AllowSignup is set to false (#319)
Merge pull request #319
2022-02-16 08:56:27 +01:00
Ferdinand Mütsch 0a7ebc4dc7 fix: allow to display more than ten entities and nine legend items (fix #303) 2022-01-07 16:10:27 +01:00
Ferdinand Mütsch 36c96dafca chore: update screenshot [ci skip] 2022-01-02 21:57:24 +01:00
Ferdinand Mütsch c0dada7e7a chore: add precompressed app css 2022-01-02 20:28:55 +01:00
Ferdinand Mütsch f69dce39d8 fix: settings forms 2022-01-02 20:13:38 +01:00
Ferdinand Mütsch c2d3426bcd feat: project details page with branch statistics (resolve #242) 2022-01-02 20:04:29 +01:00
Ferdinand Mütsch bb0d0569fd chore: make time picker a standalone petite-vue component 2022-01-02 18:30:22 +01:00
Ferdinand Mütsch c4c62f31e4 chore: move time picker to separate component 2022-01-02 14:38:04 +01:00
Ferdinand Mütsch 92f6d44606 feat: total heartbeats per summary (resolve #283) 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 374e578a7c feat: brotli precompressed assets (resolve #284) 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch aebfdc535d refactor: redefine tailwind build
chore: encapsulate commonly used css classes
chore: add npm scripts for building tailwind and iconify assets
2022-01-02 12:02:12 +01:00
Ferdinand Mütsch c217f8e664 chore: move vue components to separate js files 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 26825b07de refactor: migrate most non-chart-related js logic to petite-vue (resolve #282) 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 6a5f08dc95 fix: popups and dropdowns 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 0557a5000f refactor(wip): finish settings page 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 7b7fa8bdf3 refactor(wip): redesign settings page 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch af0d2e84e1 refactor: replace roboto by source sans 3 font
chore: minor front page styling
2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 44a2e609fb refactor: redesign login page
refactor: redesign signup page
refactor: redesign summary page
2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 5df0f48303 feat: user avatars 2021-10-14 12:04:21 +02:00
Ferdinand Mütsch 7a418aa519 fix: continue chartjs migration 2021-09-05 20:25:24 +02:00
Steven Tang fa4512f79b
fix: tooltip and legend 2021-09-05 14:28:00 +10:00
Mawoka d1577fc6be Reverted test-chings 2021-08-29 12:00:51 +02:00
Mawoka 23f8a5cf7f Started fixing things 2021-08-29 11:55:58 +02:00
Ferdinand Mütsch 11291b0d6c fix: properly format x axis for durations (see #232) 2021-08-29 10:32:23 +02:00
Steven Tang f0ac0f6153
fix: ui errors from conditional HasData on summary 2021-08-29 11:10:54 +10:00
Ferdinand Mütsch f399fd4ea7 docs: readme [ci-skip] 2021-08-12 09:25:19 +02:00
Ferdinand Mütsch 561198b203 chore: minor ui improvements 2021-06-12 12:01:20 +02:00
Ferdinand Mütsch 0d64858721 feat: implement project labels (resolve #204) 2021-06-11 20:59:34 +02:00
Ferdinand Mütsch 99d8349277 fix: rebuild tailwind assets 2021-04-30 16:23:27 +02:00
Ferdinand Mütsch 6973743f41 refactor: time zone sensitivity (resolve #184) 2021-04-25 14:15:18 +02:00
Ferdinand Mütsch b672859021 fix: rebuild tailwind 2021-04-16 17:09:23 +02:00
Ferdinand Mütsch d3713017e3 fix: include icon library to fix missing emojis on some platforms (resolve #119) 2021-04-16 17:07:11 +02:00
Ferdinand Mütsch 1783858854 fix: minor fixes (resolve #151) (resolve #154) 2021-04-04 10:42:27 +02:00
Ferdinand Mütsch 81d3251856 fix: use compatible tailwind version 2021-02-21 13:02:01 +01:00
Ferdinand Mütsch 701ed0a3e1 chore: purge tailwind classes (resolve #22) 2021-02-21 11:14:55 +01:00
Roch D'Amour 44de057022 Fixed scale label to show seconds instead of minutes 2021-02-21 04:27:45 -05:00
Ferdinand Mütsch e2f046a83d fix: add migration for newly introduced has data field 2021-02-13 13:04:47 +01:00
Ferdinand Mütsch 30510591eb feat: custom time intervals (resolve #115) 2021-02-13 12:59:59 +01:00
Ferdinand Mütsch 4d7fc6bff9 fix: commit missing asset 2021-02-12 10:28:31 +01:00
Ferdinand Mütsch 218c571859 feat: display setup instructions on startup (resolve #120) 2021-02-12 10:10:44 +01:00
Ferdinand Mütsch 0cee7496e0 fix(ui): convert logo text to path (resolve #121) 2021-02-07 17:29:26 +01:00
Ferdinand Mütsch d9e163bf73 chore: update favicons 2021-02-06 13:23:54 +01:00
Ferdinand Mütsch 3a7f2918f4 style: new logo 2021-02-06 13:04:18 +01:00