From bb9919669c9c50644b7a1a450cfbe9e5b69a18b9 Mon Sep 17 00:00:00 2001 From: Gergely Gulyas Date: Mon, 26 Jan 2026 09:59:43 +0100 Subject: [PATCH 1/2] [gui] Add missing / new developers to the credits list. --- .../src/components/Layout/HeaderMenuItems.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue b/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue index d0092470dd..aac1534902 100644 --- a/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue +++ b/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue @@ -161,6 +161,26 @@ export default { name: "Szabolcs Sipos", github: "labuwx", email: "labuwx@balfug.com" + }, + { + name: "Gergely Gulyás", + github: "gulyasgergely902", + email: "gergely.gulyas.ext@ericsson.com" + }, + { + name: "Barnabás Domozi", + github: "", + email:"barnabas.domozi.ext@ericsson.com" + }, + { + name: "Kristóf Umann", + github: "", + email:"kristof.umann@ericsson.com" + }, + { + name: "Nóra Zinaeddin", + github: "", + email:"nora.zinaeddin.ext@ericsson.com" } ] }; From f2d22818770c809574382c72f71ff342fc042aa5 Mon Sep 17 00:00:00 2001 From: Gergely Gulyas Date: Mon, 26 Jan 2026 10:00:32 +0100 Subject: [PATCH 2/2] [gui] Sort credits list in alphabetical order. --- .../src/components/Layout/HeaderMenuItems.vue | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue b/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue index aac1534902..d62b4f8c3d 100644 --- a/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue +++ b/web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue @@ -113,44 +113,24 @@ export default { return { dialog: false, credits: [ - { name: "Dániel Krupp", - github: "dkrupp", - email: "daniel.krupp@ericsson.com" - }, - { - name: "György Orbán", - github: "gyorb", - email: "gyorgy.orban@ericsson.com" - }, { - name: "Tibor Brunner", - github: "bruntib", - email: "tibor.brunner@ericsson.com" - }, - { - name: "Gábor Horváth", - github: "Xazax-hun", - email: "gabor.a.horvath@ericsson.com" - }, - { - name: "Richárd Szalay", - github: "whisperity", - email: "richard.szalay@ericsson.com" + name: "Barnabás Domozi", + github: "", + email:"barnabas.domozi.ext@ericsson.com" }, { - name: "Márton Csordás", - github: "csordasmarton", - email: "marton.csordas@ericsson.com" + name: "Bence Babati", + github: "babati", + email: "bence.babati@ericsson.com" }, { name: "Boldizsár Tóth", github: "bobszi", email: "toth.boldizsar@gmail.com" }, - { - name: "Bence Babati", - github: "babati", - email: "bence.babati@ericsson.com" + { name: "Dániel Krupp", + github: "dkrupp", + email: "daniel.krupp@ericsson.com" }, { name: "Gábor Alex Ispánovics", @@ -158,9 +138,9 @@ export default { email: "gabor.alex.ispanovics@ericsson.com" }, { - name: "Szabolcs Sipos", - github: "labuwx", - email: "labuwx@balfug.com" + name: "Gábor Horváth", + github: "Xazax-hun", + email: "gabor.a.horvath@ericsson.com" }, { name: "Gergely Gulyás", @@ -168,19 +148,39 @@ export default { email: "gergely.gulyas.ext@ericsson.com" }, { - name: "Barnabás Domozi", - github: "", - email:"barnabas.domozi.ext@ericsson.com" + name: "György Orbán", + github: "gyorb", + email: "gyorgy.orban@ericsson.com" }, { name: "Kristóf Umann", github: "", email:"kristof.umann@ericsson.com" }, + { + name: "Márton Csordás", + github: "csordasmarton", + email: "marton.csordas@ericsson.com" + }, { name: "Nóra Zinaeddin", github: "", email:"nora.zinaeddin.ext@ericsson.com" + }, + { + name: "Richárd Szalay", + github: "whisperity", + email: "richard.szalay@ericsson.com" + }, + { + name: "Szabolcs Sipos", + github: "labuwx", + email: "labuwx@balfug.com" + }, + { + name: "Tibor Brunner", + github: "bruntib", + email: "tibor.brunner@ericsson.com" } ] };