Connor Tumbleson

Results 52 issues of Connor Tumbleson

Bulma v1 dropped today :) https://github.com/jgthms/bulma/releases/tag/1.0.0 ``` error during build: Error: Undefined variable. ╷ 3 │ $divider-background-color: $border !default │ ^^^^^^^ ╵ node_modules/@creativebulma/bulma-divider/src/sass/index.sass 3:28 @import resources/sass/app.scss 18:9 root stylesheet ```

Bulma v1 dropped today :) https://github.com/jgthms/bulma/releases/tag/1.0.0 ``` error during build: Error: Undefined variable. ╷ 4 │ $tooltip-background-color: $grey-dark !default │ ^^^^^^^^^^ ╵ node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass 4:28 @import node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass 1:9 @import resources/sass/app.scss 19:9...

So we can click through on modes, we should be able to filter game history by map / gametype. This will allow users who don't believe they have 90% loss...

enhancement

```sql select * from `games` where `map_id` in (3679, 17964) and `gamevariant_id` in (22, 443, 3971) order by `occurred_at` desc limit 17 offset 0 ```

bug

Dark mode has been requested for years - looks like Bulma v1 will support it. - https://github.com/jgthms/bulma/issues/3708

enhancement

```json "pve": { "assists": 19, "boss_kills": 3, "brute_kills": 0, "deaths": 0, "elite_kills": 0, "grunt_kills": 145, "hunter_kills": 0, "jackal_kills": 0, "kills": 148, "marine_kills": 0, "sentinel_kills": 0, "skimmer_kills": 0 } ```

enhancement

Includes native darkmode. * fixes: #1126

During processing - lets store additional data in a new table for help give metadata for users that are asking. * When it was generated * How many records were...

enhancement

``` SELECT COUNT(*) FROM `gamevariants` WHERE `gamevariants`.`category_id` is null; ```

enhancement

* Add hook to Guzzle to extract headers * Store into redis * draw progress bar onto about page of rate limit/refresh limit * Make gracefully fail if redis is...

enhancement