Hello!
Been thinking of adding something like this for awhile and finally got the motivation to do so.
This adds the RSS news feeds for both osrs and rs3 into Bolt's UI.
I updated the screenshots so you can see how it looks at a glance.
Details:
- Cache is currently stored in the browser local storage; maybe being stored by the backend in the data dir would be better? I wasn't sure what you prefer.
- This will only attempt to update every six hours (don't want to be hammering their API). If it fails it just uses the cache.
- I added a CMake presets file. This makes configuration and building/installing a bit easier, especially if you are using an IDE that supports this.
- Made minor changes to the osrs settings page. The scrollbar at the default size bothered me, and the "disabled" button didn't look very disabled. These are fixed now.
- Added a
.clangd file which supports linting rules. Maybe having a .clang-tidy file would be better.
Let me know what you think.
Cheers
Hello!
Been thinking of adding something like this for awhile and finally got the motivation to do so.
This adds the RSS news feeds for both osrs and rs3 into Bolt's UI.
I updated the screenshots so you can see how it looks at a glance.
Details:
- Cache is currently stored in the browser local storage; maybe being stored by the backend in the data dir would be better? I wasn't sure what you prefer.
- This will only attempt to update every six hours (don't want to be hammering their API). If it fails it just uses the cache.
- I added a CMake presets file. This makes configuration and building/installing a bit easier, especially if you are using an IDE that supports this.
- Made minor changes to the osrs settings page. The scrollbar at the default size bothered me, and the "disabled" button didn't look very disabled. These are fixed now.
- Added a `.clangd` file which supports linting rules. Maybe having a `.clang-tidy` file would be better.
Let me know what you think.
Cheers