diff --git a/src/app/core/constants/nav-items.constant.ts b/src/app/core/constants/nav-items.constant.ts index 0fba21ee3..523333453 100644 --- a/src/app/core/constants/nav-items.constant.ts +++ b/src/app/core/constants/nav-items.constant.ts @@ -394,7 +394,7 @@ export const MENU_ITEMS: MenuItem[] = [ visible: false, routerLink: null, routerLinkActiveOptions: { exact: false }, - styleClass: 'mt-5', + styleClass: 'my-5', }, { id: 'log-out', @@ -402,6 +402,6 @@ export const MENU_ITEMS: MenuItem[] = [ visible: false, routerLink: null, routerLinkActiveOptions: { exact: false }, - styleClass: 'mt-5', + styleClass: 'my-5', }, ]; diff --git a/src/app/features/home/pages/dashboard/dashboard.component.html b/src/app/features/home/pages/dashboard/dashboard.component.html index e0b636867..d732f630d 100644 --- a/src/app/features/home/pages/dashboard/dashboard.component.html +++ b/src/app/features/home/pages/dashboard/dashboard.component.html @@ -34,12 +34,14 @@ /> -
- +
+

{{ 'home.loggedIn.publicProjects.title' | translate }}

-
+

{{ 'home.loggedIn.latestResearch.title' | translate }}

{{ 'home.loggedIn.latestResearch.subtitle' | translate }}

@@ -48,7 +50,7 @@

{{ 'home.loggedIn.latestResearch.title' | translate }}

-
+

{{ 'home.loggedIn.hosting.title' | translate }}

{{ 'home.loggedIn.hosting.subtitle' | translate }}

diff --git a/src/app/features/home/pages/dashboard/dashboard.component.scss b/src/app/features/home/pages/dashboard/dashboard.component.scss index e146c9417..db6bc077a 100644 --- a/src/app/features/home/pages/dashboard/dashboard.component.scss +++ b/src/app/features/home/pages/dashboard/dashboard.component.scss @@ -1,5 +1,3 @@ -@use "assets/styles/mixins" as mix; - :host { display: flex; flex-direction: column; @@ -20,20 +18,12 @@ .public-projects-container { background-color: var(--gradient-1); - - .osf-icon-search { - color: var(--dark-blue-1); - font-size: mix.rem(32px); - margin-right: mix.rem(12px); - } } .latest-research-container { background-color: var(--bg-blue-3); - row-gap: mix.rem(24px); } .hosting-container { background-color: var(--bg-blue-2); - row-gap: mix.rem(24px); } diff --git a/src/app/features/home/pages/dashboard/dashboard.component.ts b/src/app/features/home/pages/dashboard/dashboard.component.ts index 563e18143..66608b15f 100644 --- a/src/app/features/home/pages/dashboard/dashboard.component.ts +++ b/src/app/features/home/pages/dashboard/dashboard.component.ts @@ -16,7 +16,7 @@ import { ActivatedRoute, Router, RouterLink } from '@angular/router'; import { CreateProjectDialogComponent } from '@osf/features/my-projects/components'; import { AccountSettingsService } from '@osf/features/settings/account-settings/services'; -import { MyProjectsTableComponent, SubHeaderComponent } from '@osf/shared/components'; +import { IconComponent, MyProjectsTableComponent, SubHeaderComponent } from '@osf/shared/components'; import { MY_PROJECTS_TABLE_PARAMS } from '@osf/shared/constants'; import { SortOrder } from '@osf/shared/enums'; import { IS_MEDIUM } from '@osf/shared/helpers'; @@ -27,7 +27,7 @@ import { ConfirmEmailComponent } from '../../components'; @Component({ selector: 'osf-dashboard', - imports: [RouterLink, Button, SubHeaderComponent, MyProjectsTableComponent, TranslatePipe], + imports: [RouterLink, Button, SubHeaderComponent, MyProjectsTableComponent, IconComponent, TranslatePipe], templateUrl: './dashboard.component.html', styleUrl: './dashboard.component.scss', providers: [DialogService], diff --git a/src/app/features/my-profile/my-profile.component.html b/src/app/features/my-profile/my-profile.component.html index 75465539d..a1c91161c 100644 --- a/src/app/features/my-profile/my-profile.component.html +++ b/src/app/features/my-profile/my-profile.component.html @@ -42,7 +42,7 @@

{{ currentUser()?.fullName }}

@if (currentUser()?.education?.length) {
- +

{{ currentUser()?.education?.[0]?.institution }}

diff --git a/src/app/features/preprints/components/preprint-services/preprint-services.component.html b/src/app/features/preprints/components/preprint-services/preprint-services.component.html index afd953155..c4f3cc58a 100644 --- a/src/app/features/preprints/components/preprint-services/preprint-services.component.html +++ b/src/app/features/preprints/components/preprint-services/preprint-services.component.html @@ -8,7 +8,7 @@

{{ 'preprints.services.title' | translate }}

diff --git a/src/app/features/preprints/components/stepper/metadata-step/contributors/contributors.component.html b/src/app/features/preprints/components/stepper/metadata-step/contributors/contributors.component.html index 18e837dc1..c0aceccdb 100644 --- a/src/app/features/preprints/components/stepper/metadata-step/contributors/contributors.component.html +++ b/src/app/features/preprints/components/stepper/metadata-step/contributors/contributors.component.html @@ -1,11 +1,12 @@

{{ 'project.overview.metadata.contributors' | translate }}

+
- - - Warning: Changing your permissions will prevent you from editing your draft. + + {{ 'preprints.preprintContributorsWarning' | translate }}
+ {{ 'project.overview.metadata.contributors' | translate }}
diff --git a/src/app/features/preprints/components/stepper/title-and-abstract-step/title-and-abstract-step.component.html b/src/app/features/preprints/components/stepper/title-and-abstract-step/title-and-abstract-step.component.html index 7e835e96c..63e2b0b1c 100644 --- a/src/app/features/preprints/components/stepper/title-and-abstract-step/title-and-abstract-step.component.html +++ b/src/app/features/preprints/components/stepper/title-and-abstract-step/title-and-abstract-step.component.html @@ -50,7 +50,7 @@

{{ 'preprints.preprintStepper.titleAndAbstract.title' | translate }}

styleClass="w-full" [label]="'common.buttons.back' | translate" severity="info" - [routerLink]="['/preprints', 'overview', providerId(), 'discover']" + [routerLink]="['/preprints', providerId(), 'discover']" /> {{ 'preprints.title' | translate }}

{{ 'preprints.createServer.title' | translate }}

{{ 'preprints.createServer.description' | translate }} - {{ - 'preprints.createServer.openSourceCode' | translate - }} + + {{ 'preprints.createServer.openSourceCode' | translate }} + {{ 'preprints.createServer.and' | translate }} - {{ - 'preprints.createServer.publicRoadmap' | translate - }} + {{ 'preprints.createServer.publicRoadmap' | translate }} . {{ 'preprints.createServer.inputWelcome' | translate }}

diff --git a/src/app/features/preprints/preprints.routes.ts b/src/app/features/preprints/preprints.routes.ts index bb6400578..53d6f507a 100644 --- a/src/app/features/preprints/preprints.routes.ts +++ b/src/app/features/preprints/preprints.routes.ts @@ -36,24 +36,24 @@ export const preprintsRoutes: Routes = [ { path: '', pathMatch: 'full', - redirectTo: 'overview', + redirectTo: 'discover', }, { - path: 'overview', + path: 'discover', loadComponent: () => import('@osf/features/preprints/pages/landing/preprints-landing.component').then( (c) => c.PreprintsLandingComponent ), }, { - path: 'overview/:providerId', + path: ':providerId', loadComponent: () => import('@osf/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component').then( (c) => c.PreprintProviderOverviewComponent ), }, { - path: 'overview/:providerId/discover', + path: ':providerId/discover', loadComponent: () => import('@osf/features/preprints/pages/preprint-provider-discover/preprint-provider-discover.component').then( (c) => c.PreprintProviderDiscoverComponent diff --git a/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.html b/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.html index b3ca268c8..f3940f870 100644 --- a/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.html +++ b/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.html @@ -16,10 +16,11 @@

{{ 'project.overview.dialog.fork.noForksMessage' | @if (duplicate.currentUserPermissions.includes(UserPermissions.Read)) {
-

- +

+ {{ duplicate.title }}

+
@if (duplicate.currentUserPermissions.includes(UserPermissions.Write)) { icon="fas fa-ellipsis-vertical" raised variant="outlined" - (click)="componentActionMenu.toggle($event)" + (onClick)="componentActionMenu.toggle($event)" > } diff --git a/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.ts b/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.ts index d58e3aa7c..03596d19b 100644 --- a/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.ts +++ b/src/app/features/project/analytics/components/view-duplicates/view-duplicates.component.ts @@ -9,7 +9,7 @@ import { PaginatorState } from 'primeng/paginator'; import { map, of } from 'rxjs'; -import { DatePipe, NgClass } from '@angular/common'; +import { DatePipe } from '@angular/common'; import { ChangeDetectionStrategy, Component, @@ -32,6 +32,7 @@ import { } from '@osf/features/registry/store/registry-overview'; import { CustomPaginatorComponent, + IconComponent, LoadingSpinnerComponent, SubHeaderComponent, TruncatedTextComponent, @@ -49,11 +50,11 @@ import { ClearDuplicates, DuplicatesSelectors, GetAllDuplicates } from '@shared/ Button, Menu, TruncatedTextComponent, - NgClass, DatePipe, LoadingSpinnerComponent, RouterLink, CustomPaginatorComponent, + IconComponent, ], templateUrl: './view-duplicates.component.html', styleUrl: './view-duplicates.component.scss', diff --git a/src/app/features/project/overview/components/linked-resources/linked-resources.component.html b/src/app/features/project/overview/components/linked-resources/linked-resources.component.html index dafa8ce61..240745ac9 100644 --- a/src/app/features/project/overview/components/linked-resources/linked-resources.component.html +++ b/src/app/features/project/overview/components/linked-resources/linked-resources.component.html @@ -17,17 +17,18 @@

{{ 'project.overview.linkedProjects.title' | translate }}

@for (linkedResource of linkedResources(); track linkedResource.id) {
-

- +

+ {{ linkedResource.title }}

+
diff --git a/src/app/features/project/overview/components/linked-resources/linked-resources.component.ts b/src/app/features/project/overview/components/linked-resources/linked-resources.component.ts index 18ec6782c..5496a16f5 100644 --- a/src/app/features/project/overview/components/linked-resources/linked-resources.component.ts +++ b/src/app/features/project/overview/components/linked-resources/linked-resources.component.ts @@ -6,18 +6,17 @@ import { Button } from 'primeng/button'; import { DialogService } from 'primeng/dynamicdialog'; import { Skeleton } from 'primeng/skeleton'; -import { NgClass } from '@angular/common'; import { ChangeDetectionStrategy, Component, inject, input } from '@angular/core'; import { toSignal } from '@angular/core/rxjs-interop'; import { DeleteNodeLinkDialogComponent, LinkResourceDialogComponent } from '@osf/features/project/overview/components'; -import { TruncatedTextComponent } from '@osf/shared/components'; +import { IconComponent, TruncatedTextComponent } from '@osf/shared/components'; import { IS_XSMALL } from '@osf/shared/helpers'; import { NodeLinksSelectors } from '@shared/stores'; @Component({ selector: 'osf-linked-resources', - imports: [Button, NgClass, Skeleton, TranslatePipe, TruncatedTextComponent], + imports: [Button, Skeleton, TranslatePipe, TruncatedTextComponent, IconComponent], templateUrl: './linked-resources.component.html', styleUrl: './linked-resources.component.scss', providers: [DialogService], diff --git a/src/app/features/project/overview/components/overview-components/overview-components.component.html b/src/app/features/project/overview/components/overview-components/overview-components.component.html index 57320c9c7..275c3c19c 100644 --- a/src/app/features/project/overview/components/overview-components/overview-components.component.html +++ b/src/app/features/project/overview/components/overview-components/overview-components.component.html @@ -19,10 +19,11 @@

{{ 'project.overview.components.title' | translate }}

@for (component of components(); track component.id) {
-

- +

+ {{ component.title }}

+
@if (component.currentUserPermissions.includes(UserPermissions.Write)) { icon="fas fa-ellipsis-vertical" raised variant="outlined" - (click)="componentActionMenu.toggle($event)" + (onClick)="componentActionMenu.toggle($event)" > } diff --git a/src/app/features/project/overview/components/overview-components/overview-components.component.ts b/src/app/features/project/overview/components/overview-components/overview-components.component.ts index b023deaeb..01660ddfd 100644 --- a/src/app/features/project/overview/components/overview-components/overview-components.component.ts +++ b/src/app/features/project/overview/components/overview-components/overview-components.component.ts @@ -7,12 +7,11 @@ import { DialogService } from 'primeng/dynamicdialog'; import { Menu } from 'primeng/menu'; import { Skeleton } from 'primeng/skeleton'; -import { NgClass } from '@angular/common'; import { ChangeDetectionStrategy, Component, inject, input } from '@angular/core'; import { toSignal } from '@angular/core/rxjs-interop'; import { Router } from '@angular/router'; -import { TruncatedTextComponent } from '@osf/shared/components'; +import { IconComponent, TruncatedTextComponent } from '@osf/shared/components'; import { ResourceType, UserPermissions } from '@osf/shared/enums'; import { IS_XSMALL } from '@osf/shared/helpers'; @@ -22,7 +21,7 @@ import { DeleteComponentDialogComponent } from '../delete-component-dialog/delet @Component({ selector: 'osf-project-components', - imports: [Button, Menu, Skeleton, TranslatePipe, TruncatedTextComponent, NgClass], + imports: [Button, Menu, Skeleton, TranslatePipe, TruncatedTextComponent, IconComponent], templateUrl: './overview-components.component.html', styleUrl: './overview-components.component.scss', changeDetection: ChangeDetectionStrategy.OnPush, diff --git a/src/app/features/registries/components/registry-services/registry-services.component.html b/src/app/features/registries/components/registry-services/registry-services.component.html index 5a629b5e4..832caae5d 100644 --- a/src/app/features/registries/components/registry-services/registry-services.component.html +++ b/src/app/features/registries/components/registry-services/registry-services.component.html @@ -8,7 +8,7 @@

{{ 'registries.services.title' | translate }} diff --git a/src/app/features/registries/pages/my-registrations/my-registrations.component.scss b/src/app/features/registries/pages/my-registrations/my-registrations.component.scss index e69de29bb..5f81e6c60 100644 --- a/src/app/features/registries/pages/my-registrations/my-registrations.component.scss +++ b/src/app/features/registries/pages/my-registrations/my-registrations.component.scss @@ -0,0 +1,3 @@ +:host { + flex: 1; +} diff --git a/src/app/features/registries/registries.routes.ts b/src/app/features/registries/registries.routes.ts index 4b3ea5983..c2ce29a6f 100644 --- a/src/app/features/registries/registries.routes.ts +++ b/src/app/features/registries/registries.routes.ts @@ -31,11 +31,11 @@ export const registriesRoutes: Routes = [ redirectTo: 'overview', }, { - path: 'overview', + path: 'discover', loadComponent: () => import('@osf/features/registries/pages').then((c) => c.RegistriesLandingComponent), }, { - path: 'overview/:name', + path: ':name', loadComponent: () => import('@osf/features/registries/pages/registries-provider-search/registries-provider-search.component').then( (c) => c.RegistriesProviderSearchComponent diff --git a/src/app/features/registry/components/registration-links-card/registration-links-card.component.html b/src/app/features/registry/components/registration-links-card/registration-links-card.component.html index 95a2f6e72..8afb19122 100644 --- a/src/app/features/registry/components/registration-links-card/registration-links-card.component.html +++ b/src/app/features/registry/components/registration-links-card/registration-links-card.component.html @@ -1,12 +1,9 @@ @if (registrationData()) {
-
- @if (registrationData().isPublic) { - - } @else { - - } +
+ +

{{ registrationData().title || 'project.registrations.card.noTitle' | translate }}

diff --git a/src/app/features/registry/components/registration-links-card/registration-links-card.component.ts b/src/app/features/registry/components/registration-links-card/registration-links-card.component.ts index bc6556254..02831f81a 100644 --- a/src/app/features/registry/components/registration-links-card/registration-links-card.component.ts +++ b/src/app/features/registry/components/registration-links-card/registration-links-card.component.ts @@ -6,13 +6,14 @@ import { Card } from 'primeng/card'; import { DatePipe } from '@angular/common'; import { ChangeDetectionStrategy, Component, computed, input, output } from '@angular/core'; -import { LinkedNode, LinkedRegistration, RegistryComponentModel } from '@osf/features/registry/models'; -import { DataResourcesComponent, TruncatedTextComponent } from '@shared/components'; -import { RevisionReviewStates } from '@shared/enums'; +import { DataResourcesComponent, IconComponent, TruncatedTextComponent } from '@osf/shared/components'; +import { RevisionReviewStates } from '@osf/shared/enums'; + +import { LinkedNode, LinkedRegistration, RegistryComponentModel } from '../../models'; @Component({ selector: 'osf-registration-links-card', - imports: [Card, Button, TranslatePipe, DatePipe, DataResourcesComponent, TruncatedTextComponent], + imports: [Card, Button, TranslatePipe, DatePipe, DataResourcesComponent, TruncatedTextComponent, IconComponent], templateUrl: './registration-links-card.component.html', styleUrl: './registration-links-card.component.scss', changeDetection: ChangeDetectionStrategy.OnPush, diff --git a/src/app/shared/components/addons/folder-selector/folder-selector.component.html b/src/app/shared/components/addons/folder-selector/folder-selector.component.html index ca63a66d2..c9e78d3b9 100644 --- a/src/app/shared/components/addons/folder-selector/folder-selector.component.html +++ b/src/app/shared/components/addons/folder-selector/folder-selector.component.html @@ -47,7 +47,7 @@

{{ 'settings.addons.configureAddon.selectFolder' | translate }}

diff --git a/src/app/shared/components/data-resources/data-resources.component.scss b/src/app/shared/components/data-resources/data-resources.component.scss index 95189c74d..0552ac4b9 100644 --- a/src/app/shared/components/data-resources/data-resources.component.scss +++ b/src/app/shared/components/data-resources/data-resources.component.scss @@ -1,13 +1,11 @@ -@use "/assets/styles/variables" as var; - .icon-container { - color: var.$dark-blue-1; + color: var(--dark-blue-1); display: flex; align-items: center; column-gap: 0.5rem; &:hover { text-decoration: none; - color: var.$pr-blue-1; + color: var(--pr-blue-1); } } diff --git a/src/app/shared/components/files-tree/files-tree.component.html b/src/app/shared/components/files-tree/files-tree.component.html index 3282cfd12..a1d66f1f1 100644 --- a/src/app/shared/components/files-tree/files-tree.component.html +++ b/src/app/shared/components/files-tree/files-tree.component.html @@ -10,7 +10,7 @@ @if (isDragOver()) {
-

{{ 'project.files.dropText' | translate }}

+

{{ 'project.files.dropText' | translate }}

}
@@ -35,12 +35,10 @@ @if (file.previousFolder) {
-
-
- - - {{ file.name ?? '' }} -
+
+ + + {{ file.name ?? '' }}
} @else { @@ -100,7 +98,7 @@

{{ 'project.files.emptyState' | transl } @else {
-

{{ 'project.files.dropText' | translate }}

+

{{ 'project.files.dropText' | translate }}

}

diff --git a/src/app/shared/components/my-projects-table/my-projects-table.component.html b/src/app/shared/components/my-projects-table/my-projects-table.component.html index 3b210ca68..141f1fda4 100644 --- a/src/app/shared/components/my-projects-table/my-projects-table.component.html +++ b/src/app/shared/components/my-projects-table/my-projects-table.component.html @@ -63,7 +63,7 @@

- + {{ item.title }}

diff --git a/src/app/shared/components/my-projects-table/my-projects-table.component.ts b/src/app/shared/components/my-projects-table/my-projects-table.component.ts index f15e71df9..a748d2238 100644 --- a/src/app/shared/components/my-projects-table/my-projects-table.component.ts +++ b/src/app/shared/components/my-projects-table/my-projects-table.component.ts @@ -8,14 +8,15 @@ import { CommonModule } from '@angular/common'; import { ChangeDetectionStrategy, Component, input, output } from '@angular/core'; import { FormControl } from '@angular/forms'; -import { SortOrder } from '@osf/shared/enums/sort-order.enum'; -import { TableParameters } from '@osf/shared/models/table-parameters.model'; -import { SearchInputComponent } from '@shared/components/search-input/search-input.component'; -import { MyResourcesItem } from '@shared/models/my-resources/my-resources.models'; +import { SortOrder } from '@osf/shared/enums'; +import { MyResourcesItem, TableParameters } from '@osf/shared/models'; + +import { IconComponent } from '../icon/icon.component'; +import { SearchInputComponent } from '../search-input/search-input.component'; @Component({ selector: 'osf-my-projects-table', - imports: [CommonModule, TableModule, SearchInputComponent, Skeleton, TranslatePipe], + imports: [CommonModule, TableModule, SearchInputComponent, IconComponent, Skeleton, TranslatePipe], templateUrl: './my-projects-table.component.html', styleUrl: './my-projects-table.component.scss', changeDetection: ChangeDetectionStrategy.OnPush, diff --git a/src/app/shared/components/registration-card/registration-card.component.html b/src/app/shared/components/registration-card/registration-card.component.html index 41f52bb53..2dfae9848 100644 --- a/src/app/shared/components/registration-card/registration-card.component.html +++ b/src/app/shared/components/registration-card/registration-card.component.html @@ -2,12 +2,8 @@ @if (registrationData()) {
-
- @if (registrationData().public) { - - } @else { - - } +
+

{{ registrationData().title || 'project.registrations.card.noTitle' | translate }}

diff --git a/src/app/shared/components/registration-card/registration-card.component.ts b/src/app/shared/components/registration-card/registration-card.component.ts index a1d28102f..733cb2197 100644 --- a/src/app/shared/components/registration-card/registration-card.component.ts +++ b/src/app/shared/components/registration-card/registration-card.component.ts @@ -11,11 +11,21 @@ import { RegistrationReviewStates, RegistryStatus, RevisionReviewStates } from ' import { RegistrationCard } from '@osf/shared/models'; import { DataResourcesComponent } from '../data-resources/data-resources.component'; +import { IconComponent } from '../icon/icon.component'; import { StatusBadgeComponent } from '../status-badge/status-badge.component'; @Component({ selector: 'osf-registration-card', - imports: [Card, Button, TranslatePipe, DatePipe, RouterLink, StatusBadgeComponent, DataResourcesComponent], + imports: [ + Card, + Button, + TranslatePipe, + DatePipe, + RouterLink, + StatusBadgeComponent, + DataResourcesComponent, + IconComponent, + ], templateUrl: './registration-card.component.html', styleUrl: './registration-card.component.scss', changeDetection: ChangeDetectionStrategy.OnPush, diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 36af20d73..5a1c35c56 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -2079,7 +2079,9 @@ "postModerationNotice": "{{pluralCapitalizedPreprintWord}} are a permanent part of the scholarly record. Withdrawal requests are subject to this service’s policy on {{singularPreprintWord}} version removal and at the discretion of the moderators.
This service uses post-moderation. This request will be submitted to service moderators for review. If the request is approved, this {{singularPreprintWord}} version will be replaced by a tombstone page with metadata and the reason for withdrawal. This {{singularPreprintWord}} version will still be searchable by other users after removal.", "noModerationNotice": "{{pluralCapitalizedPreprintWord}} are a permanent part of the scholarly record. Withdrawal requests are subject to this service’s policy on {{singularPreprintWord}} version removal and at the discretion of the moderators.
This request will be submitted to {{supportEmail}} for review and removal. If the request is approved, this {{singularPreprintWord}} version will be replaced by a tombstone page with metadata and the reason for withdrawal. This {{singularPreprintWord}} version will still be searchable by other users after removal." } - } + }, + "preprintContributorsWarning": "Warning: Changing your permissions will prevent you from editing your draft.", + "addContributorBySearch": "Add Contributor By Search" }, "registries": { "title": "Registries", diff --git a/src/assets/icons/colored/sort.svg b/src/assets/icons/colored/sort.svg deleted file mode 100644 index d0e579666..000000000 --- a/src/assets/icons/colored/sort.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/assets/images/files/doc.svg b/src/assets/images/files/doc.svg deleted file mode 100644 index 0755bd04a..000000000 --- a/src/assets/images/files/doc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/assets/images/files/pdf.svg b/src/assets/images/files/pdf.svg deleted file mode 100644 index f2bd18821..000000000 --- a/src/assets/images/files/pdf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/assets/images/help-button.svg b/src/assets/images/help-button.svg deleted file mode 100644 index 3ef25edd3..000000000 --- a/src/assets/images/help-button.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/src/assets/images/project/arnold-ven.png b/src/assets/images/project/arnold-ven.png deleted file mode 100644 index fbe982d02..000000000 Binary files a/src/assets/images/project/arnold-ven.png and /dev/null differ diff --git a/src/assets/images/project/center-for-os.png b/src/assets/images/project/center-for-os.png deleted file mode 100644 index 64955a25a..000000000 Binary files a/src/assets/images/project/center-for-os.png and /dev/null differ