Petr Vecera

Results 41 issues of Petr Vecera

Hackoberfest difficulty: Hard Hackoberfest - look into this only if you have good React web experience. This issue lacks good description. Ask in cases you want to work on it....

bug
Hacktoberfest
web-app

Difficulty: Easy Getting started steps: https://github.com/cohstats/coh2stats#development Add button switch to filter only top 20 lines from the array of bulletins. On the stats page https://coh2stats.com/stats?range=month&statsSource=all&type=4v4&race=wermacht&timeStamp=1661990400 We have card for intel...

good first issue
Hacktoberfest
web-app

https://www.electronjs.org/docs/latest/api/auto-updater https://www.electronforge.io/advanced/auto-update ^^ We might be limited by code signing ? ``` Your app runs on macOS or Windows Your app has a public GitHub repository Your builds are published...

cantfix
desktop-app

http://localhost:3000/players/76561198404414770-AshaBlois?view=recentMatches ![image](https://user-images.githubusercontent.com/8086995/194782101-ae679a7b-4740-43e6-b4e8-e5508b997159.png) We are getting the warning: ``` Warning: [antd: Modal] `visible` will be removed in next major version, please use `open` instead. ``` The modal is used in `packages/web/src/utils/table-functions.tsx`...

web-app

The router is more or less defined here: https://github.com/cohstats/coh2stats/blob/master/packages/web/src/App.tsx We are on the React router version 5.x , we need to upgrade to version 6.x

web-app

We need to create a mapping between map server name and map display name: It should look like this: ``` { "8p_whiteball_express": "Whiteball Express" , "roadtoarnhem": "Road To Arnhem" ......

manual

We could try to add dark mode, there could be a switch in top right corner https://ant.design/docs/react/customize-theme#Official-Themes-%F0%9F%8C%88 **If anyone wants to help with this: I am looking mostly for POC...

enhancement
feature request

Dark mode #54 ![image](https://user-images.githubusercontent.com/8086995/127775837-373fbc5f-11ae-410c-9305-b04fcb65a105.png) ![image](https://user-images.githubusercontent.com/8086995/127776039-bd1cae1e-c12f-4f70-bbe8-8726481893aa.png) ![image](https://user-images.githubusercontent.com/8086995/127776048-f1bc2eca-e2c8-49c2-8d3d-dcba203f1e7f.png)

It has weird white dots around itself - the previous icon didn't have that - not sure why ![image](https://user-images.githubusercontent.com/8086995/162827319-188ce004-4235-43b9-b1c9-329778cf7c09.png)

bug
desktop-app

It looks like new game detection become stuck and is reporting a lot of new events - game not found. ![image](https://user-images.githubusercontent.com/8086995/163145911-c5139719-6980-4da8-a520-5fc40b20304c.png) https://github.com/cohstats/coh2stats/blob/ce0d1a7c719580f6c5dfa3ffc913a777f543119d/packages/app/src/main/gameWatcher/index.ts#L99 No idea how that could happen.

bug
desktop-app