29 Commits

Author SHA1 Message Date
einhornimmond
494a3514a6 fix regexp, add more no-select, refactor, fix date formatting 2025-03-28 10:30:57 +01:00
MateuszMichalowski
0f134c8a15
fix(frontend): migration feedback fixes (#3359)
* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback
2024-08-26 08:41:28 +02:00
MateuszMichalowski
e5b5294849
feat(admin): migration of admin creation components (#3333)
* feat(admin): Automatic Contributions update

* feat(admin): Automatic Contributions fixed

* feat(admin): Automatic Contributions remove unused code

* feat(admin): Fix lint

* feat(admin): Federation change error handling

* feat(admin): fix lock

* feat(admin): remove unused import

* feat(admin): creation page updates

* feat(admin): remove unused code

* feat(admin): Code clenup, fixed navbar info badge
2024-07-25 23:30:33 +02:00
MateuszMichalowski
bc9140de80
fix(admin): stylelint fix (#3329)
* initial dependency update with initial setup

* initial dependency update with initial setup

* lock update

* Revert "initial dependency update with initial setup"

This reverts commit aa71afc3eca20042a1e13066bee1730a15606dd2.

* admin - moved to vite

* feat(admin): migration packages update (#3327)

* bump apollo package

* extend vue config

* create useCreationMonths composable

* WIP

* temporary

* install dependencies

* adjust configs

* rework footer component

* remove not needed spaces,

* rework overview page

* rework component

* rework user search page

* rework navbar

* navbar adjustments

* add depenedencies

* style adjustment in footer

* composable adjustments

* update node version

* rework search and pagination

* feat(admin) - disable unit tests for migration time

* feat(admin) - update eslint

* wip on search user

* rework creation formular component

* feat(admin) - update eslint babel

* feat(admin) - change stylelint version, fix eslint errors

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency, update node

* feat(admin) - update icons

---------

Co-authored-by: Mateusz Michałowski <mateusz.michalowski@monterail.com>

* feat(admin) - update stylelint

* feat(admin) - updated stylelint, removed unused host entry

---------

Co-authored-by: Kamila Lach <80581523+unnunhexium@users.noreply.github.com>
2024-07-24 11:52:14 +02:00
einhorn_b
5c5cd286f6 update admin interface 2023-11-10 19:58:36 +01:00
ogerly
387d9e87b7 fix test for ContributionMessagesFormular.spec.js 2023-06-27 14:39:10 +02:00
ogerly
6f1bb9653b refactor history message, fix test for ContributionMessagesListItem.spec.js 2023-06-27 09:38:39 +02:00
ogerly
1d53de99c2 check for userId to filter moderators 2023-06-26 11:35:53 +02:00
ogerly
c3f7b30e32 messages only visible for moderators 2023-06-26 10:11:13 +02:00
ogerly
031f58651a add stle for hidden moderator messages 2 2023-06-21 13:31:47 +02:00
ogerly
ef22cb0b67 add stle for hidden moderator messages 2023-06-21 13:30:53 +02:00
elweyn
e37c2aacdb Remove .vue as imports 2023-02-21 07:18:45 +01:00
Moriz Wahl
10eda75fb7 parse history message in admin interface 2022-11-11 12:48:26 +01:00
Moriz Wahl
da7ac58a22 computed for linkified message object in linkify message component 2022-10-25 02:49:56 +02:00
Moriz Wahl
a11352aaad linkify messages as component in admin interface 2022-10-24 16:49:05 +02:00
Moriz Wahl
24b1584ff8 linkify messages without v-html 2022-10-24 05:55:28 +02:00
ogerly
024d66af9c chnage name from linkyfi to linkifiedMessage 2022-10-15 07:57:29 +02:00
ogerly
cb39745b23 change linkify to computed 2022-10-15 07:54:58 +02:00
ogerly
e5ec048e9d merge master, resolve conflicts 2022-10-14 14:15:53 +02:00
mahula
d37b8d3e50 remove default prop value from ContributionMessagesListItem 2022-10-05 17:08:39 +02:00
mahula
5d3ec46d1a fix linting 2022-10-04 17:21:12 +02:00
ogerly
ce3d9b1708 find link and replace to <a> element 2022-10-04 12:43:51 +02:00
mahula
55453b217b admin frontend: merge components
- functionality of slot compoments IsModerator and IsNotModerator is added to component ContributionMessagesListItem
- the slot components are removed, since not required anymore
2022-09-29 12:37:30 +02:00
elweyn
1efee2bbd7 Call isModerator for messages so we can switch the messages & Remove computed isModerator and use message.isModerator to switch. 2022-09-07 12:14:05 +02:00
ogerly
e628045ab1 first tests adminarea 2022-08-29 22:47:41 +02:00
ogerly
fd74a2e671 reload messages if submited adminarea 2022-08-27 11:21:12 +02:00
ogerly
0104c5501b style contributionMessages and List 2022-08-25 15:28:41 +02:00
ogerly
9ee47e020f add listUnconfirmedContributions messages count 2022-08-25 13:52:53 +02:00
ogerly
efac17a9a9 add slotsystem 2022-08-18 15:27:02 +02:00