* Add ascendancy assets.
* Add archives list control.
* Add archive list control to buildlist module.
* Make build list module responsive.
* ArchivesList: prevent missing image artwork for builds with no ascendancies.
* ArchivesList: prevent line and stats collapsing on some builds.
* ArchivesList: fix scrollbar content dimensions.
* ArchivesListControl: Display life or es depending on which is greater.
* ArchivesListControl: prevent stats overlapping on smaller screens.
* ArchivesListControl: resize button on screen size change.
* ArchivesListControl: implement word-break on main skill field.
* ArchivesListControl: hide author name from the build cards.
* rename ExtBuildListControl.
* Refactor class names.
* Add ExtBuildListProvider abstract class.
* Add PoBArchivesProvider class.
* Modify ExtBuildListControl to have a generic implementation.
* Highlight active tab, use white border.
* ExtBuildListControl: Add responsive behaviour to the tabs and dropdown.
* ExtBuildListControl: Fix scrollbar.
* Store import links in the xml.
* Build: Implement similar builds list.
* ExtBuildListControl: Prevent overflow on bottom side.
* Common: Add import build utility function.
* Remove unnecessary debug.
* Convert protocol handler URI's to import links on startup.
* Implement similarity check for all builds.
- Add Metadata section to build cards.
* Print proper error messages on build list.
* Add similar builds popup.
* Add class portrait assets.
* Use class portraits as fallback images.
* Remove unnecessary assets, fix templar portrait.
* Formatting changes
* ExtBuildListProvider: Fix indentation.
* Fix bugged font
* Further font fix
* Fix split string calculation with different fonts
* Button layout and text positions
* Fix spacing on builds page
* Fix Similar builds Popup on different window size
Fix from Peechey in discord
* Revert "Fix Similar builds Popup on different window size"
This reverts commit 257c4a59c8d64fe83188b0217c21e5e4a7b22a08.
* General popup resize code
* Add show public builds options to settings.
* Update latest-trending builds option name.
* Add help section and tooltip for similar builds.
* Use build names as a filename placeholder after importing.
* Add cells to the grid, fix horizontal line issue.
* Center version text.
* Improve responsiveness of builds list menu.
* Rearrange similar builds button after loadouts.
* Remove redundant function.
* Check if image asset exists, prevents Warden placeholder.
* Reduce code complexity.
* Fix savename using filepath as a placeholder.
* Fix indentation.
* Use buttoncontrol for import/preview button handling.
* Use a seperator function for repeated drawings.
- Autofill lines below portrait.
* Add some colors to stats.
* Add raider image as warden placeholder.
* Fix builds menu scroll issue.
- Content height was fine on similar builds
but See All button in buildlist was partially
hiding the import/preview buttons.
* Apply suggestions from code review.
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
* Remove unnecessary title padding.
* Fix buildlist and searchtext responsive issues
* Swap Trending and Latest tabs
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>