Skip to content

Releases: tentenco/stellantis

Remove unused methods

06 Aug 08:46
c2e5089

Choose a tag to compare

Unused Methods to Remove:
sortVisibleCards() (lines 1563-1598) - This was replaced by the approach of always refreshing the display
createStockCardFromTemplate() (lines 1617-1661) - This is unused, you're using createAndAppendStockCard() instead
createStockCard() (lines 1683-1765) - Also unused, replaced by createAndAppendStockCard()

Set stockDisplayLimit to 3

06 Aug 08:34
c1b8b17

Choose a tag to compare

Set stockDisplayLimit to 3 (Max 3 before load more)
previous version is 0.0.74 not 75

Fix the circular refresh issue and improve error handling

06 Aug 07:56
812f797

Choose a tag to compare

Troubleshooting Advice:
The load more button now works without resetting the display
Empty stock data is handled gracefully without errors
Configuration changes will sort visible items without removing them
The sorting maintains the current number of displayed items

Store the original stock data separately

06 Aug 08:31
0ecb6a6

Choose a tag to compare

Troubleshooting Advice:
Now the duplicate filtering always works from the original data
Configuration changes will properly re-filter and re-sort
The load more functionality will work with the correctly filtered data
This should fix both issues you mentioned

Add safety checks and fix the data handling

06 Aug 07:48
669f09c

Choose a tag to compare

Fix stock.data empty error.
Fix load more button.

Re-sort and re-display stock items when configuration changes

06 Aug 07:25
8586665

Choose a tag to compare

re-sort and re-display stock items when configuration changes

Add a display limit and load more to stock display

06 Aug 06:44
4085700

Choose a tag to compare

Add a display limit and load more functionality to your stock display

Modify the spec link creation in updateSummary

06 Aug 04:10
0bd3b81

Choose a tag to compare

Modify the spec link creation in updateSummary

Update updateStockDisplay method

05 Aug 11:04
0f182df

Choose a tag to compare

Add a filtering step in updateStockDisplay before creating the cards.

Update fetchStockData method

04 Aug 09:18
54761d1

Choose a tag to compare

Call updateStockMatchLevels after displaying the stock data in fetchStockData.