Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.14-alpine AS base
FROM node:24.18-alpine AS base

## Setup
ARG CONTEXT
Expand Down
512 changes: 256 additions & 256 deletions client/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@openslides/motion-diff": "file:../packages/openslides-motion-diff",
"@tiptap/core": "^3.27.2",
"@tiptap/extension-color": "^3.27.2",
"@tiptap/extension-highlight": "^3.27.2",
"@tiptap/extension-image": "^3.27.2",
"@tiptap/core": "^3.27.3",
"@tiptap/extension-color": "^3.27.3",
"@tiptap/extension-highlight": "^3.27.3",
"@tiptap/extension-image": "^3.27.3",
"@tiptap/extension-link": "^3.23.4",
"@tiptap/extension-list": "^3.22.4",
"@tiptap/extension-subscript": "^3.27.2",
"@tiptap/extension-superscript": "^3.27.2",
"@tiptap/extension-table": "^3.27.2",
"@tiptap/extension-text-align": "^3.27.2",
"@tiptap/extension-subscript": "^3.27.3",
"@tiptap/extension-superscript": "^3.27.3",
"@tiptap/extension-table": "^3.27.3",
"@tiptap/extension-text-align": "^3.27.3",
"@tiptap/extension-text-style": "^3.4.2",
"@tiptap/extensions": "^3.22.4",
"@tiptap/pm": "^3.27.1",
"@tiptap/starter-kit": "^3.27.2",
"@tiptap/pm": "^3.27.3",
"@tiptap/starter-kit": "^3.27.3",
"@tsparticles/angular": "^3.0.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/plugin-emitters": "^3.9.1",
Expand Down Expand Up @@ -116,8 +116,8 @@
"@types/qrcode": "^1.5.6",
"@types/tinycolor2": "^1.4.6",
"@types/video.js": "^7.3.58",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"@vendure/ngx-translate-extract": "^10.1.3",
"angular-eslint": "^21.4.0",
"eslint": "^9.39.4",
Expand All @@ -139,7 +139,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.62.1"
"typescript-eslint": "^8.63.0"
},
"browser": {
"fs": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<mat-toolbar class="global-headbar background-headbar">
@if (showCommitteeLink) {
<a aria-label="Committee" class="adjust-icon" mat-icon-button role="button" [routerLink]="committeeLink">
<mat-icon>layers</mat-icon>
<mat-icon [matTooltip]="'Go to committee' | translate">layers</mat-icon>
</a>
}
<div class="one-line display-name">
Expand All @@ -17,7 +17,7 @@
[attr.aria-label]="'Global search' | translate"
(click)="openSearch()"
>
<mat-icon>search</mat-icon>
<mat-icon [matTooltip]="'Global search' | translate">search</mat-icon>
</button>
}
<!-- Button to view the own account -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="mock-h2" translate>Motion blocks</h1>

<!-- Amount -->
<div *osScrollingTableCell="'amount'; row as block; config: { width: 60 }" class="cell-slot fill">
<span class="os-amount-chip" matTooltip="{{ 'Motions' | translate }}" matTooltipPosition="left">
<span class="os-amount-chip" matTooltip="{{ 'Motions' | translate }}">
{{ getMotionAmount(block) }}
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@
<ng-container *osPerms="permission.projectorCanManage" class="meta-text-block-action-row">
<button
mat-icon-button
matTooltip="{{ 'Sets this projector as the reference for the current list of speakers' | translate }}"
matTooltip="{{
'Sets this projector as the reference for the autopilot and the the current list of speakers'
| translate
}}"
(click)="setProjectorAsReference()"
>
@if (projector.isReferenceProjector) {
<mat-icon class="grey-icon">star</mat-icon>
fwmotion
}
@if (!projector.isReferenceProjector) {
<mat-icon class="grey-icon">star_border</mat-icon>
}
</button>
<button mat-icon-button matTooltip="{{ 'Open projector' | translate }}">
<button mat-icon-button matTooltip="{{ 'Open projector in new tab' | translate }}">
<a target="_blank" [routerLink]="getFullScreenLink()">
<mat-icon class="grey-icon">slideshow</mat-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ <h1 class="mock-h2" translate>Tags</h1>
@if (isOrgaManager) {
<div *osScrollingTableCell="'edit'; row as orgaTag; config: { width: 40 }" class="cell-slot fill">
<button mat-icon-button (click)="editOrganizationTag(orgaTag)">
<mat-icon>edit</mat-icon>
<mat-icon [matTooltip]="'Edit' | translate">edit</mat-icon>
</button>
</div>
<div *osScrollingTableCell="'delete'; row as orgaTag; config: { width: 40 }" class="cell-slot fill">
<button color="warn" mat-icon-button (click)="deleteOrganizationTags(orgaTag)">
<mat-icon>delete</mat-icon>
<mat-icon [matTooltip]="'Delete' | translate">delete</mat-icon>
</button>
</div>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { MatButtonModule } from '@angular/material/button';
import { MatDividerModule } from '@angular/material/divider';
import { MatIconModule } from '@angular/material/icon';
import { MatMenuModule } from '@angular/material/menu';
import { MatTooltipModule } from '@angular/material/tooltip';
import { OpenSlidesTranslationModule } from 'src/app/site/modules/translations';
import { ChipComponent } from 'src/app/ui/modules/chip';
import { HeadBarModule } from 'src/app/ui/modules/head-bar/head-bar.module';
Expand All @@ -26,6 +27,7 @@ import { OrganizationTagListRoutingModule } from './organization-tag-list-routin
MatIconModule,
MatMenuModule,
MatButtonModule,
MatTooltipModule,
MatDividerModule
]
})
Expand Down
Loading