Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
-
-
Forked from tus/tus-js-client
A pure JavaScript client for the tus resumable upload protocol
JavaScript
-
900 contributions in the last year
Contribution activity
December 2020
Created 13 commits in 1 repository
Created a pull request in metabase/metabase that received 4 comments
Pivot tables: a few scroll performance improvments
This PR makes a few changes to improve pivot table scroll performance. It's still not as smooth as I'd like, but it's much better than before. The …
+177
−151
•
4
comments
Opened 15 other pull requests in 1 repository
metabase/metabase
4
open
11
merged
- Convert QuestionLoader tests
- Another round of pivot tables polish
- Pivot tables public/embed endpoints
- Group by "pivot-grouping" column
- Add cypress helper to visit an adhoc question
- pivot tables: add spacing to left header
- Pivot tables - fix bug with single row of data
- Mark pivot tables as not "live resizable"
- Pivot table fix - Run query when switching away from pivot
- Pivot tables - add dashboard click behavior
- Pivot table fixes
- Merge pivot tables for preview release
- Pivot tables - fix some layout bugs
- Pivot tables - add some strings that aren't in the UI yet
- Use pivot table endpoints to display subtotals
Reviewed 46 pull requests in 1 repository
metabase/metabase 46 pull requests
- Convert `TokenField.unit.spec.js` from Enzyme to RTL
- Convert QuestionLoader tests
- Better safe than sorry: really check only the hostname
- Update translations for 0.38
- remove single use of system components
- Collection content item filters
- Do not escape closing curly braces in a regular expression
- Full height sharing sidebar
- Group by "pivot-grouping" column
- A11y Checkbox improvements
- #13175 Repro: Can not do arithmetic in filter expressions
- center align pivot table left column header
- Piviot table scrolling fix
- Pivot tables: Include fewer subtotal queries, switch to bitmap grouping representation
- Remove unused New User Onboarding Modal
- Defer the parser and its related construction until it's needed
- Fix #13187: FE should respect settings for `auto_run_queries` on page load
- Add Swiss number separator style
- Collections UX tweaks
- Pivot table styling - batch 1
- Add initial Cypress tests for pivot table (ref: #14049)
- Fix yet-another incorrect X axis label for waterfall total
- Enclose negative values in waterfall inside parentheses
- Fix #14035: waterfall issue with explicit time zone
- Allow filters to work in pivot tables
- Some pull request reviews not shown.
Created an issue in metabase/metabase that received 2 comments
Pivot table Cypress tests
Pivot tables use new endpoints to fetch their data, so it's important that we add Cypress tests around this new FE/BE communication. Core pivot fun…
•
2
comments