This pull request includes multiple changes across various components to improve the user interface and functionality. The most important changes include adjustments to the spinner display, enhancements to the TeeNoResult component, updates to the TeeRegisterCTA component, and modifications to the ResultProgramList and ResultProjectList components.
This pull request includes multiple changes across various components to improve the user interface and functionality. The most important changes include adjustments to the spinner display, enhancements to the
TeeNoResult
component, updates to theTeeRegisterCTA
component, and modifications to theResultProgramList
andResultProjectList
components.Spinner Display Adjustments:
apps/web/src/components/catalog/CatalogPrograms.vue
: Adjusted theTeeSpinner
component to include a new class for margin-top.apps/web/src/components/catalog/CatalogProjects.vue
: Added a new class to theTeeSpinner
component for margin-top and content alignment.Enhancements to
TeeNoResult
Component:apps/web/src/components/element/TeeNoResult.vue
: Added an event emitter for the CTA click action. [1] [2]Updates to
TeeRegisterCTA
Component:apps/web/src/components/identification/TeeRegisterCTA.vue
: Added a title attribute to theTeeDsfrButton
component and increased the maximum width of the register text. [1] [2]Modifications to
ResultProgramList
andResultProjectList
Components:apps/web/src/components/questionnaire/result/list/ResultProgramList.vue
: Added a spinner display and updated theTeeNoResult
component to handle the CTA click event. [1] [2] [3]apps/web/src/components/questionnaire/result/list/ResultProjectList.vue
: Added a spinner display, updated theTeeNoResult
component to handle the CTA click event, and introduced a computed property for showing the other project form. [1] [2] [3] [4] [5] [6] [7]Other Notable Changes:
apps/web/src/utils/opportunity.ts
: Updated theOpportunity
class to use company data fromCompanyDataStorage
if available. [1] [2]apps/web/src/utils/storage/companyDataStorage.ts
: Made thegetCompanyData
method public