qwerty287
|
95e464b7cd
|
Use separate routes instead of anchors (#4285)
Co-authored-by: Anbraten <anton@ju60.de>
|
2024-11-19 14:04:50 +01:00 |
|
Anbraten
|
d0927e37dc
|
Untangle settings / header slots (#4403)
|
2024-11-18 15:16:30 +01:00 |
|
Anbraten
|
fe489287fc
|
Fix active tab not updating on prop change (#2712)
|
2023-11-03 16:01:14 +01:00 |
|
Anbraten
|
284fb99194
|
UI cleanups and improvements (#2548)
|
2023-10-08 17:49:13 +02:00 |
|
Robert Kaussow
|
81aa9b1439
|
Use full width header on pipeline view and show repo name (#2327)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
Co-authored-by: 6543 <m.huber@kithara.com>
|
2023-08-29 15:57:58 +02:00 |
|
Divya Jain
|
d785d05718
|
Use pipeline wrapper and improve scaffold UI (#1368)
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: 6543 <6543@obermui.de>
|
2022-11-15 10:13:52 +01:00 |
|
Divya Jain
|
e2ab8a46ed
|
Header and Tabs UI Improvements (#1290)
Some improvements to the Page Header and Tab UI.
Original | New
:--------:|:-------:

|


|


|


|


|

What?
- Create a new Scaffold component, which includes the header and tabs
required for a page.
- Use this component to wrap all the views that have a header.
- Ensures consistency in headers between different pages.
- [x] Add support to use custom html/component in place of title (for
repo page, pipeline page, etc)
- [x] Add support of right icon buttons (for repo page, pipeline page,
etc)
- [x] Refactor tabs handling using compositions (useTabsProvider, useTabsClient)
- [x] Make new header ui resposive
|
2022-10-28 00:55:07 +02:00 |
|