Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9422f36
First pass bringing in previous graph improvements, and comparsion co…
Vigasaurus May 26, 2021
a340a21
Completed FE implementation of stat selection, all of comparison viewing
Vigasaurus Jun 12, 2021
a51b8bf
Swaps issue template to new issue form syntax
Vigasaurus Jul 16, 2021
cedbb1a
Indentation update
Vigasaurus Jul 16, 2021
64d17fb
Indentation update?
Vigasaurus Jul 16, 2021
0277828
More indentation
Vigasaurus Jul 16, 2021
ebb7f47
Intendation is hard
Vigasaurus Jul 16, 2021
c55b419
Finalized indentation?
Vigasaurus Jul 16, 2021
083e29c
Github indentation
Vigasaurus Jul 16, 2021
80174ed
Missing fields
Vigasaurus Jul 16, 2021
871da79
Formatting changes
Vigasaurus Jul 16, 2021
fdcba2c
Checkbox changes
Vigasaurus Jul 16, 2021
14e92f1
Merge branch 'master' of github.com:Vigasaurus/plausible-analytics
Vigasaurus Oct 1, 2021
be8b575
Merge branch 'master' into graph-improvements
Vigasaurus Oct 1, 2021
c206270
Uses new timeseries API, various UI improvements, descopes conversion…
Vigasaurus Oct 1, 2021
5b49c52
Fixes Mobile UI Issues
Vigasaurus Oct 1, 2021
8028cc9
Improves point detection and display on hover
Vigasaurus Oct 1, 2021
9063275
Fixes & adds tests for updated main-graph API route
Vigasaurus Oct 2, 2021
1398500
Changelog
Vigasaurus Oct 2, 2021
356d0b7
Changes to better metric option declaration & minor UI/default fixes
Vigasaurus Oct 2, 2021
2575756
Fixes top stat tooltips showing unformatted numbers for special (non-…
Vigasaurus Oct 2, 2021
b33cb40
Formatting
Vigasaurus Oct 2, 2021
aa3e7d3
Merge branch 'master' into graph-improvements
Vigasaurus Oct 11, 2021
ebf6f40
Fixes regression with dashed portion not stopping at present_index
Vigasaurus Oct 11, 2021
6e44720
Removes comparison + lint
Vigasaurus Oct 13, 2021
702d9a7
Improves top stat active style
Vigasaurus Oct 13, 2021
4669125
Removes comparison tests
Vigasaurus Oct 13, 2021
5aedc48
Merge branch 'master' into graph-improvements
Vigasaurus Oct 15, 2021
dd91500
Merge branch 'master' into graph-improvements
ukutaht Nov 26, 2021
e46567f
Merge branch 'master' into graph-improvements
Vigasaurus Dec 18, 2021
9fe4df4
Splits out tooltip and top stats
Vigasaurus Dec 21, 2021
a56d53d
Adds/moves tests for top stats
Vigasaurus Dec 30, 2021
a99744d
Formatting
Vigasaurus Dec 30, 2021
8963dbd
Updates metric LS key, removes console log
Vigasaurus Dec 31, 2021
6723562
Merge branch 'master' into graph-improvements
Vigasaurus Mar 25, 2022
59e3817
Various fixes + cleanup
Vigasaurus Mar 25, 2022
ad0b804
Merge branch 'master' into graph-improvements
Vigasaurus Apr 1, 2022
cc63483
Makes tooltip position & style more consistent
Vigasaurus Apr 1, 2022
5e736c9
Fixes test (returns import status on both main graph & top stats)
Vigasaurus Apr 1, 2022
06ad677
Fixes interaction with month dateFormatter
Vigasaurus Apr 1, 2022
267c144
Fixes edge case tooltip behavior
Vigasaurus Apr 12, 2022
4861b43
Make the entire top stat clickable
ukutaht Apr 12, 2022
414a5b8
Merge branch 'master' into graph-improvements
Vigasaurus Apr 12, 2022
3df8c34
Minor UI improvements
Vigasaurus Apr 13, 2022
d28b973
Fixes another tooltip visibility edge case + cleans up boolean algebra
Vigasaurus Apr 13, 2022
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
Prev Previous commit
Next Next commit
Indentation update?
  • Loading branch information
Vigasaurus committed Jul 16, 2021
commit 64d17fbb89d8e3c91bdaec1f9166ea8ae6cabc8a
110 changes: 55 additions & 55 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
name: 🐛 Bug Report
description: Create a report to help us improve Plausible Analytics
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! |
Please note that this tracker is only for bugs. Do not use the issue tracker for help, support or feature requests. |
[Our docs](https://plausible.io/docs) are a great place for most answers, but if you can’t find your answer there, you can [contact us](https://plausible.io/contact). |
Have a feature request? Please search the ideas [on our forum](https://github.com/plausible/analytics/discussions/categories/feature-requests) to make sure that the feature has not yet been requested. If you cannot find what you had in mind, please [submit your feature request here](https://github.com/plausible/analytics/discussions/new). |
Have an issue with your self-hosted install? You can ask in [our self-hosted forum](https://github.com/plausible/analytics/discussions/categories/self-hosted-support). Thanks!
- type: checkboxes
attributes:
label: issues-searched
options:
- label: I have searched open and closed issues to make sure that the bug has not yet been reported
required: true
- type: checkboxes
attributes:
label: issue-scope
options:
- label: This is a bug report and not a feature request, or asking for self-hosted support
required: true
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
placeholder: Tell us what happened!
validations:
required: true
- type: textarea
id: bug-expectation
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
placeholder: Tell us what you expected
validations:
required: true
- type: textarea
id: bug-screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
placeholder: Insert screenshots here
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: MacOS
- **Browser**: Firefox
- **Browser Version**: 88
value: |
- OS:
- Browser:
- Browser Version:
render: markdown
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please note that this tracker is only for bugs. Do not use the issue tracker for help, support or feature requests.
[Our docs](https://plausible.io/docs) are a great place for most answers, but if you can’t find your answer there, you can [contact us](https://plausible.io/contact). |
Have a feature request? Please search the ideas [on our forum](https://github.com/plausible/analytics/discussions/categories/feature-requests) to make sure that the feature has not yet been requested. If you cannot find what you had in mind, please [submit your feature request here](https://github.com/plausible/analytics/discussions/new). |
Have an issue with your self-hosted install? You can ask in [our self-hosted forum](https://github.com/plausible/analytics/discussions/categories/self-hosted-support). Thanks!
- type: checkboxes
attributes:
label: issues-searched
options:
- label: I have searched open and closed issues to make sure that the bug has not yet been reported
required: true
- type: checkboxes
attributes:
label: issue-scope
options:
- label: This is a bug report and not a feature request, or asking for self-hosted support
required: true
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
placeholder: Tell us what happened!
validations:
required: true
- type: textarea
id: bug-expectation
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
placeholder: Tell us what you expected
validations:
required: true
- type: textarea
id: bug-screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
placeholder: Insert screenshots here
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: MacOS
- **Browser**: Firefox
- **Browser Version**: 88
value: |
- OS:
- Browser:
- Browser Version:
render: markdown