Skip to content

Conversation

@karpikpl
Copy link
Collaborator

Update for version 2.0.7

Update for version 2.0.7
@karpikpl karpikpl merged commit 7292ba9 into main Jul 17, 2025
8 of 9 checks passed
karpikpl added a commit that referenced this pull request Aug 7, 2025
Update for version 2.0.7
karpikpl added a commit that referenced this pull request Aug 9, 2025
…n charts, and bar chart visualizations (#236)

* Initial plan

* Implement Teams tab functionality with comparison features

Co-authored-by: karpikpl <[email protected]>

* Redesign Teams component with dropdown selection and multi-line charts

Co-authored-by: karpikpl <[email protected]>

* Fix Teams tab styling and implement bar charts for language/editor comparison

- Fixed v-chip styling issues in team selection dropdown (added color="primary" and variant="outlined")
- Fixed selected teams chips styling (changed to variant="tonal" for better visibility)
- Replaced language/editor comparison tables with interactive bar charts
- Added Bar chart component import from vue-chartjs with BarElement registration
- Implemented generateBarChartData() function for chart data transformation
- Updated chart clearing logic to include bar chart data
- All 85 tests passing, styling issues resolved

Co-authored-by: karpikpl <[email protected]>

* Implement Agent Mode Statistics display with models used by users (#226)

* Initial plan

* Initial exploration and setup complete

Co-authored-by: karpikpl <[email protected]>

* Implement Agent Mode Statistics display with models used by users

Co-authored-by: karpikpl <[email protected]>

* Rename agent mode to GitHub.com and update terminology

Co-authored-by: karpikpl <[email protected]>

* Merge with main and move GitHub.com calculations to backend

Co-authored-by: karpikpl <[email protected]>

* model info

* Update e2e-tests/pages/GitHubTab.ts

Co-authored-by: Copilot <[email protected]>

* Update app/components/AgentModeViewer.vue

Co-authored-by: Copilot <[email protected]>

* Update server/api/github-stats.ts

Co-authored-by: Copilot <[email protected]>

* Update e2e-tests/pages/GitHubTab.ts

Co-authored-by: Copilot <[email protected]>

* code cleanup after copilot made a mess

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: karpikpl <[email protected]>
Co-authored-by: Piotr Karpala <[email protected]>
Co-authored-by: Piotr Karpala <[email protected]>
Co-authored-by: Copilot <[email protected]>

* Update package.json (#237)

Update for version 2.0.7

* Bump @eslint/plugin-kit in the npm_and_yarn group across 1 directory (#238)

Bumps the npm_and_yarn group with 1 update in the / directory: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit).


Updates `@eslint/plugin-kit` from 0.2.4 to 0.2.8
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.2.8/packages/plugin-kit)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.2.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the npm_and_yarn group across 1 directory with 3 updates (#242)

Bumps the npm_and_yarn group with 3 updates in the / directory: [esbuild](https://github.com/evanw/esbuild), [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) and [eslint](https://github.com/eslint/eslint).


Updates `esbuild` from 0.25.6 to 0.25.7
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.6...v0.25.7)

Updates `@eslint/plugin-kit` from 0.2.8 to 0.3.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.4/packages/plugin-kit)

Updates `eslint` from 9.17.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.32.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.7
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.3.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix Teams component rendering by adding missing template directive in MainComponent.vue

Co-authored-by: karpikpl <[email protected]>

* fixes to styles

* working API

* in progress

* fix for routes

* fixing seats

* seats

* seats

* Update app/components/TeamsComponent.vue

Co-authored-by: Copilot <[email protected]>

* ident

* fix pr comment

* 2.1.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: karpikpl <[email protected]>
Co-authored-by: Piotr Karpala <[email protected]>
Co-authored-by: Piotr Karpala <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants