Added better theme support for the app.
Also wanted to follow up about this. I thought having theme support would be good; could also let user's define their own themes using a toml, yaml, json file or something. If you aren't...
Ran
clang-tidy -fix for all the cxx/hxx files in src and app.
@Adamcake Wanted to follow up with this. I noticed since opening this, some clang-tidy checks have been added, and the formatting is still disabled. If you aren't interested in the auto formats...
d6aa2fad4a
Fixed linking libc and libcpp bugs.
a2026a24b5
Migrate zig to 0.15.2.
a63822e137
Merge branch 'master' into lint-clang-tidy-fix
7b784af90e
cmake: publish 0.21
564c5ec802
Merge pull request 'feat: add charactername api call' (#21) from JasperSurmont/Bolt:master into master
d335e76e1e
feat: add charactername api call
608bb30539
app: remove unused svgs
267fdf1045
Merge pull request 'fix: use setsid instead of setpgrp due to wine wow64 crashing when using the latter.' (#29) from nmlynch94/Bolt:master into master
97e1465b6b
fix: use setsid instead of setpgrp due to wine wow64 crashing when using the latter.
Added better theme support for the app.
d4ababbab4
Added better theme support for the app.
7b784af90e
cmake: publish 0.21
Ran
clang-tidy -fix for all the cxx/hxx files in src and app.
@Adamcake I changed the clang-format style to be Chromium based, with the modifications to tabs and pointer alignment.
c53aa80e0b
Ran
clang-tidy -fix for all the cxx files in src and app.
564c5ec802
Merge pull request 'feat: add charactername api call' (#21) from JasperSurmont/Bolt:master into master
d335e76e1e
feat: add charactername api call
608bb30539
app: remove unused svgs
bbca154475
app: redo "browse app data" button
ba74187066
app: redo "configure runelite" button
Ran
clang-tidy -fix for all the cxx/hxx files in src and app.
Hey, thanks for taking a look. Addressing your comments:
Ran
clang-tidy -fix for all the cxx/hxx files in src and app.
c54016479e
Ran
clang-tidy -fix for all the cxx files in src and app.
9042d9b2c0
Merge pull request 'feature-app-news' (#12) from smithcol11/Bolt:feature-app-news into master
b326db22ee
Added a timestamp to the PSA fetch so it won't use cache.
35d7b2eab7
Change PSA to be fetched once a minute.
552c2cf2f3
Changed the PSA to be more in line with the rest of the UX.
88072dc18c
News opens in default browser; moved PSA to logs as a warning.
feature-app-news
Okay I think I fixed that. I added a query param to the URL, just a timestamp, to force it to be unique.