This repository was archived by the owner on May 29, 2026. It is now read-only.
fix: low-severity cleanup — dead store, dashboard KPIs, nav, versions, error handling (#268–#275)#279
Merged
Merged
Conversation
…, error handling - #268 Remove the dead re-export of useObjectStore from store.js; the local modules/object.js is used only for boot-time configuration and no longer shadows the @conduction/nextcloud-vue store that projects.js actually imports. - #269 Dashboard KPI widgets now show real counts from the projects store (active/archived/total projects) instead of hardcoded placeholder values. Added a recent-projects list and a 'Go to projects' quick-action button. - #270/#271 MainMenu.openLink now passes 'noopener,noreferrer' to window.open. Documentation link updated from conduction.nl (marketing site) to planix.conduction.nl (app-specific docs site). - #272 Align version strings: info.xml bumped 0.2.1 → 0.2.3; register block version bumped 0.2.1 → 0.2.3 to match info.version and prevent OR from treating an already-imported register as stale. - #273/#267 DeepLinkRegistrationListener: all five hardcoded 'planix' literals replaced with Application::APP_ID. URL templates switched from hash-mode (#/path) to history-mode (/apps/planix/path) to match the Vue Router configuration. - #274 loadConfiguration validates x-openregister.app matches APP_ID before calling importFromApp, preventing accidental cross-app imports. - #275 MemberSearch.searchUsers now throws on non-2xx responses and surfaces all errors to the user via showError instead of silently logging to the console.
This was referenced May 27, 2026
[LOW] Documentation link points to conduction.nl marketing site instead of planix.conduction.nl
#271
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useObjectStorere-export fromstore.js; the localmodules/object.jsis used only for boot-time configuration and no longer shadows the@conduction/nextcloud-vueimport used byprojects.js.openLinknow passes'noopener,noreferrer'towindow.open. Documentation link updated fromconduction.nltoplanix.conduction.nl.info.xmlbumped0.2.1 → 0.2.3; register blockversionbumped0.2.1 → 0.2.3— all three version fields now agree.'planix'strings replaced withApplication::APP_ID; URL templates switched to history-mode paths.loadConfigurationnow validatesx-openregister.appagainstApplication::APP_IDbefore importing.showErrortoast.Test plan