Skip to content

Fix/installation index validation#110

Merged
LovelessCodes merged 3 commits intoreleasefrom
fix/installation-index-validation
Oct 27, 2025
Merged

Fix/installation index validation#110
LovelessCodes merged 3 commits intoreleasefrom
fix/installation-index-validation

Conversation

@LovelessCodes
Copy link
Owner

Summary

  • Installations and servers are not able to be added, due to index errors - this should solve it.

Changes

  • Change how the index property behaves on installations and servers.

Related Issues

  • Fixes an error reported by Discord User Groblockia_

Checklist

  • I have linked related issues using #
  • I have updated documentation where appropriate
  • I have verified backward compatibility or noted breaking changes
  • I have run linters/formatters and addressed warnings

…ment

* Removed the check for existing installation index to simplify the addition process.
* Updated the `index` assignment to use `Date.now()` for uniqueness instead of relying on the length of installations.
* Changed the `index` value from `servers.length` to `Date.now()` for consistent server indexing.
* Removed unused `servers` reference from `useServerStore`.
…tion additions

* Added a fix to the changelog for an issue where users could not add servers or installations due to index errors.
@LovelessCodes LovelessCodes merged commit e4c860b into release Oct 27, 2025
1 check passed
@LovelessCodes LovelessCodes deleted the fix/installation-index-validation branch October 27, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant