Florian Scholdei
987893aa67
Fix loop in secondary navigation render cycle
2025-02-04 15:06:09 +01:00
CES Marvin
844dc394e9
Prepare for next development iteration
2025-01-28 09:43:54 +00:00
CES Marvin
924f258ae7
Release version 3.7.1
2025-01-28 09:05:24 +00:00
CES Marvin
cae0eb6fb1
Prepare for next development iteration
2025-01-23 08:26:47 +00:00
CES Marvin
64a884f614
Release version 3.7.0
2025-01-23 07:46:54 +00:00
René Pfeuffer
e7abde8322
Merge branch 'main' into develop
2025-01-17 19:54:54 +01:00
René Pfeuffer
f7b17ee647
Prepare for next development iteration
2025-01-17 19:54:40 +01:00
CES Marvin
060c8d6d64
Release version 3.6.1
2025-01-17 17:53:50 +00:00
René Pfeuffer
ce22ffbb11
Fix storyshots for ui-core
2025-01-14 09:46:47 +01:00
Thomas Zerr
51449b6b2c
Fix no initial source branch set
...
Changelog is omitted, because the bug was never released
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2025-01-09 15:29:30 +01:00
Philipp Ahrendt
a4e30b94a2
Accessible hunk expander
...
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2025-01-09 11:35:12 +01:00
René Pfeuffer
26c03444be
Fix storyshot after commit 241e4cb53d
2024-12-18 12:06:41 +01:00
Philipp Ahrendt
241e4cb53d
Clickable tags use HMTL button
...
Tags that open modals or trigger other actions need to be accessible for keyboard and assistive technologies.
2024-12-17 19:11:21 +01:00
Florian Scholdei
3c0ad46f07
Set descriptive document titles
...
Document titles represent the pages, for example in lists
with bookmarks. They are important for navigation and
orientation in websites. If the offer or the content of the
page is not labeled, orientation is impaired.
This changes the behavior for setting document titles.
The functionality has been removed from the Page and
Title components and is now represented by `useDocumentTitle`
hook to better describe the content of inividual pages.
Co-authored-by: Anna Vetcininova<anna.vetcininova@cloudogu.com >
2024-12-10 16:41:01 +01:00
Viktor Egorov
3ed457a891
Whitespace dropdown is now correctly displayed
...
Co-authored-by: Viktor<viktor.egorov@triology.de >
2024-12-09 13:20:02 +01:00
Philipp Ahrendt
6362b8b262
Accessible changeset details
...
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Co-authored-by: Philipp Ahrendt<philipp.ahrendt@cloudogu.com >
2024-12-09 11:13:41 +01:00
CES Marvin
cd2209d1d2
Prepare for next development iteration
2024-12-05 10:43:31 +00:00
CES Marvin
bce137fb3a
Release version 3.6.0
2024-12-05 10:00:59 +00:00
Viktor Egorov
3277e0194b
Layout change for changesetdetails
...
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
2024-12-03 09:35:15 +01:00
Anna Vetcininova
0bdb4ff298
Fix missing aria-label in navigation
...
Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com >
2024-12-03 08:12:25 +01:00
Thomas Zerr
03fa34d0b1
Fix accessibility issues when creating a repository
...
Reviewed-by: Florian Scholdei <florian.scholdei@cloudogu.com >
2024-12-02 06:59:13 +01:00
Viktor Egorov
b9bf0821e1
improve user overview
...
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-11-25 16:44:09 +01:00
Anna Vetcininova
18a0dda693
Improve accessibility for links in second navigation menu
...
Co-authored-by: Anna Vetcininova<anna.vetcininova@cloudogu.com >
Committed-by: Anna Vetcininova<anna.vetcininova@cloudogu.com >
Pushed-by: Anna Vetcininova<anna.vetcininova@cloudogu.com >
2024-11-25 15:52:10 +01:00
Florian Scholdei
531de24fa5
Add programmatic label to the namespace links
...
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com >
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com >
2024-11-25 14:44:34 +01:00
Anna Vetcininova
df0582dfd8
Add an extension point for contributor rows in contributor table
...
Co-authored-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-11-07 09:19:24 +01:00
Rene Pfeuffer
141e45aa06
Simplify local storage access
...
The caching for local storage seems way over-engineered. With this the context for the local storage is removed and the local storage is accessed directly.
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-10-28 15:05:13 +01:00
Thomas Zerr
824f4224d1
Export WhitespaceMode typing
2024-10-25 14:26:18 +02:00
Thomas Zerr
50940b908e
Move ui-shortcuts to devDependency
2024-10-25 13:35:22 +02:00
Thomas Zerr
a4aac4ffd3
Revert change to type of dependencies
...
Committed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-10-25 08:34:38 +02:00
Till-André Diegeler
3adf366a18
Fix conflicting state behavior in DiffDropDown
...
Originally, the state of the DiffDropDown was not coupled to the LoadingDiff and instead a toggle method was forwarded. This was causing problems due to their detachment, and so the state of the DiffDropDown was tied to the LoadingDiff one. The original boolean values have been replaced with strings, so that nuances between 'hide all whitespaces' and 'show all whitespaces' in future feature additions can be recognized without affecting the API a second time.
Co-authored-by: Till-André Diegeler<till-andre.diegeler@cloudogu.com >
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Pushed-by: Till-André Diegeler<till-andre.diegeler@cloudogu.com >
2024-10-18 12:46:09 +02:00
Thomas Zerr
3a88dff70f
Add depcheck script and solve issues
2024-10-16 11:19:22 +02:00
CES Marvin
9458514129
Prepare for next development iteration
2024-10-09 13:00:50 +00:00
CES Marvin
2c519b553a
Release version 3.5.0
2024-10-09 12:19:03 +00:00
Rene Pfeuffer
4f1d2cd7bf
Update jest related libraries
...
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2024-09-26 16:56:44 +02:00
René Pfeuffer
35aec03814
Merge branch 'main' into develop
2024-09-24 11:53:23 +02:00
René Pfeuffer
6ed2f14d33
Prepare for next development iteration
2024-09-24 11:51:57 +02:00
CES Marvin
0fc028e071
Release version 3.4.2
2024-09-24 08:59:31 +00:00
Rene Pfeuffer
e6433d01d1
Change to GNU Affero General Public License v3.0
2024-09-24 09:42:07 +02:00
Viktor Egorov
f95579c102
Add missing change types to diff statistics
2024-09-20 10:04:23 +02:00
Thomas Zerr
4b19d4dc9e
Fix jumping around in pull request diff view
2024-09-19 14:47:00 +02:00
Thomas Zerr
2fe8d93df1
Fix elementSelector escaping
2024-09-16 20:29:46 +02:00
Thomas Zerr
c267ed594b
Fix invalid HTML for file tree and escale query selectors
2024-09-16 19:22:01 +02:00
Thomas Zerr
8f0ed74b7a
Add table to diff view
...
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com >
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Committed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-09-16 17:52:10 +02:00
Rene Pfeuffer
96466807be
Compute files with conflicts in merge dry run
...
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-09-13 10:21:06 +02:00
CES Marvin
ddd673650a
Prepare for next development iteration
2024-08-29 09:26:05 +00:00
CES Marvin
99dba687e0
Release version 3.4.1
2024-08-29 08:36:35 +00:00
Thomas Zerr
b8191dec2e
Update support link
2024-08-19 14:45:28 +02:00
CES Marvin
acab8585a4
Prepare for next development iteration
2024-08-19 09:43:09 +00:00
CES Marvin
ea37d2ca20
Release version 3.4.0
2024-08-19 08:53:12 +00:00
Tarik Gürsoy
797bda4bbb
Add statistics for diffs (added, deleted, modified)
...
Extend the diff result from the diff command to include modified,
added and deleted file count and add DiffStats component to
ui-components.
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com >
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com >
2024-08-01 16:54:40 +02:00