105 Commits

Author SHA1 Message Date
einhornimmond
76f9fe56f0 fix missing user data on confirmation, use anchor links to jump to specific contribution in list 2025-05-14 12:24:53 +02:00
einhornimmond
60f08c991c remove svg files which are now replaced my ioncify icons 2025-03-11 19:19:17 +01:00
MateuszMichalowski
ccc04dd706
fix(frontend): fix postmigration fix (#3382)
* feat(frontend): migration fixes

* feat(admin): post migration fixes

* feat(admin): revert docker change

* feat(admin): update tests

* feat(frontend): add feedback fixes
2024-11-09 00:11:02 +01:00
MateuszMichalowski
b69d2273ae
feat(frontend): add transaction link in latest transactions (#3375)
* fix(frontend): post migration fixes

* fix(frontend): align with stylelint

* fix(frontend): fix tests and dashboard layout

* feat(frontend): add link to transactions

* feat(frontend): remove unused code

* feat(frontend): let dynamic keys in translations

* feat(frontend): fix stylelint

* feat(frontend): add missing styles for breadcrumb

---------

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-10-15 16:06:34 +02:00
MateuszMichalowski
e8277861ec
fix(frontend): vue3 migration pre deploy setup (#3366)
* fix(admin): update test files predeploy

* fix(admin): update test files predeploy

* fix(admin): update test files predeploy
2024-09-12 18:53:40 +02: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
57e54d60dc
fix(frontend): scss changes and fixes (#3358) 2024-08-21 09:10:17 +02:00
MateuszMichalowski
76e5994441
fix(frontend): migration remaining fixes (#3356)
* fix(frontend): fix password update validation, cleanup code, fix pipe operator in i18n issue, fixes to redeem via code.

* fix(frontend): fix transaction links

* fix(frontend): revert changes in admin components file

* fix(frontend): linters fixes
2024-08-19 10:11:17 +02:00
MateuszMichalowski
d61e69c2f1
fix(admin): fix message update (#3354)
* fix(admin): fix refetch data in edit creation form

* fix(admin): fix message updates

* fix(admin): fix stylelint issue
2024-08-09 15:45:21 +02:00
Kamila
4c04543194 Merge branch 'monterail_vue3_migration' of github.com:gradido/gradido into monterail_vue3_migration 2024-08-09 08:59:49 +02:00
MateuszMichalowski
cdaca99b04
feat(frontend): migration setup (#3342)
* frontend - moved to vue 2.7 and vite

* frontend - moved to vue 3

* frontend - login page updates

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): fix eslint/stylelint issues

* fix(frontend): fix eslint/stylelint issues

* feature(frontend): update node in docker frontend

* feature(frontend): move send types out of Send file

* feature(frontend): add entry in package json to fix eslint issue

* feature(frontend): eslint fix

* replace docker-compose with docker compose

* update docker-compose test file

* feature(frontend): Creation fixes

* feature(frontend): Add missing updates for apollo scripts.

---------

Co-authored-by: einhornimmond <silas@einhornimmond.de>
2024-08-08 23:02:15 +02:00
Mateusz Michałowski
40e534ab71 feature(frontend): Creation fixes 2024-08-08 18:02:13 +02:00
Mateusz Michałowski
38cde98591 fix(frontend): fix eslint/stylelint issues 2024-08-08 09:27:29 +02:00
Mateusz Michałowski
81d7bf799e fix(frontend): WiP migration 2024-08-07 16:18:25 +02:00
Mateusz Michałowski
71bf1c7e0d fix(frontend): WiP migration 2024-08-02 12:42:04 +02:00
Moriz Wahl
4c15669c4b remove unused listeners, remove tunneled email and its methods 2023-03-14 19:48:16 +01:00
Alexander Friedland
c5d4c39322
Merge branch 'master' into 2685-Desktop-Sub-Menu 2023-02-24 07:35:33 +01:00
ogerly
fa3dd714de add svg icons 2023-02-23 18:45:29 +01:00
ogerly
1a1eec9b24 style sav sub menu in community 2023-02-23 13:57:53 +01:00
ogerly
9825cf8876 commnity navbar style refactor 2023-02-22 13:41:20 +01:00
elweyn
e37c2aacdb Remove .vue as imports 2023-02-21 07:18:45 +01:00
Moriz Wahl
625b4cb3d0 fix unit tests 2023-02-17 12:56:37 +01:00
Moriz Wahl
9910e2e201 improve code, fix button highlight 2023-02-17 12:04:57 +01:00
Moriz Wahl
df468b9b1d change to named tab param 2023-02-17 11:15:19 +01:00
Moriz Wahl
86742d0158 refactor(frontend): community routes 2023-02-17 09:48:05 +01:00
elweyn
589df276c0 Add legend to all contribution tab, and add tests for this case. 2023-01-24 16:28:41 +01:00
elweyn
da652e6745 Rename reject to deny and rejected to denied. 2023-01-24 15:22:37 +01:00
elweyn
9438cefb04 Fix small merge error, and verifyLogin query. 2023-01-17 15:24:41 +01:00
Hannes Heine
bba5d4a193
Merge branch 'master' into 2332-mark-contribution-as-rejected 2023-01-17 13:25:12 +01:00
ogerly
5dec52f508 add icon for deleted in crontibution list 2023-01-17 11:58:26 +01:00
elweyn
0d268ae96f Change tests to the new reject layout. 2023-01-16 09:47:08 +01:00
Hannes Heine
8a27960aba
Merge branch 'master' into 2332-mark-contribution-as-rejected 2023-01-14 07:46:38 +01:00
elweyn
df4e2b419a Merge master in here. 2023-01-13 11:24:11 +01:00
elweyn
2e9f8caa9d Add denied symbols in the frontend. 2023-01-13 11:08:18 +01:00
Hannes Heine
d64a385ff8
Merge branch 'master' into 2516-Creation-menu-is-not-highlighted-on-all-submenus 2023-01-13 10:34:04 +01:00
ogerly
1f23afc147 initials without space 2023-01-12 19:49:51 +01:00
Alexander Friedland
186a45758f
Merge branch 'master' into 2516-Creation-menu-is-not-highlighted-on-all-submenus 2023-01-11 21:34:07 +01:00
Hannes Heine
40ce03bf87
Merge branch 'master' into add_hide_amount_to_users 2023-01-10 15:49:02 +01:00
elweyn
676283449c Fix 'second call to API' test of Gdt- and GddAmount 2023-01-10 14:35:56 +01:00
elweyn
01f054c181 Tests on GdtAmount 2023-01-10 13:56:52 +01:00
elweyn
74c575882a Tests on GddAmount 2023-01-10 13:56:39 +01:00
ogerly
b139834729 add methodes to update hide amounts 2023-01-10 10:07:47 +01:00
ogerly
7cde62b843 change path in /community 2023-01-10 08:45:06 +01:00
ogerly
e9ef878ca4 Avatar always has 2 letters 2023-01-09 15:47:45 +01:00
ogerly
c728d08b81 remove padding on menu on creation navbar 2023-01-09 12:47:51 +01:00
ogerly
183d670c2a review changed from ulf 2023-01-05 16:38:19 +01:00
mahula
67bae52fc2 add unit tests for right side contribution info component 2023-01-05 11:00:02 +01:00
ogerly
5c96099ef1 color shema, badge bg-color 2023-01-02 13:25:23 +01:00
ogerly
1430e45fe8 vue warnings removed 2023-01-02 12:24:25 +01:00
ogerly
544261bac0 open contribution table style 2022-12-30 18:11:50 +01:00