1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00
Commit Graph

10289 Commits

Author SHA1 Message Date
Thomas Heartman
f0446a89f9
Merge branch 'main' into docs/academy-landing-page 2024-01-31 16:56:05 +09:00
Thomas Heartman
4c3c4a9e2f
docs: use background-size to set pixel backgrounds for course banners 2024-01-31 16:53:21 +09:00
Fredrik Strand Oseberg
aae1d0576f
feat: add project flags component (#6070)
This PR adds project flags line chart component
2024-01-31 08:48:10 +01:00
Jaanus Sellin
c6a2303026
chore: remove featureSearchFrontend flag (#6066) 2024-01-31 09:22:26 +02:00
Thomas Heartman
d8234140a6
docs: add dark mode for course banners 2024-01-31 16:19:22 +09:00
Thomas Heartman
945df6d53a
docs: fix banner size 2024-01-31 16:09:15 +09:00
Thomas Heartman
96873e7030
docs: remove targeting ul 2024-01-31 16:09:15 +09:00
Thomas Heartman
be5df5726a
docs: use class name for ul 2024-01-31 16:09:15 +09:00
Thomas Heartman
67f4dfbc42
docs: dedup list styling 2024-01-31 16:09:15 +09:00
Thomas Heartman
9f4a3f8677
docs: remove duplicated banner container styling 2024-01-31 16:09:15 +09:00
Thomas Heartman
d95c085f05
docs: target specific list items to avoid style leakage.
Weirdly enough, I'm only seeing the style leakage on vercel.
2024-01-31 16:09:15 +09:00
Thomas Heartman
e0fda76eb1
docs: fix flex wrapping issue 2024-01-31 16:09:15 +09:00
Thomas Heartman
7af271ce43
docs: rewrite css to avoid nesting 2024-01-31 16:09:15 +09:00
Thomas Heartman
0d1b86b0a5
docs: add learning links and banners to remaining courses 2024-01-31 16:09:14 +09:00
Thomas Heartman
211302b05d
docs: add course banner and extra links to foundational 2024-01-31 16:09:14 +09:00
Thomas Heartman
cd91aab5f3
docs: add course banners 2024-01-31 16:09:14 +09:00
Thomas Heartman
fe0ad1a471
docs: import banner and learning links 2024-01-31 16:09:14 +09:00
Thomas Heartman
ab14d9110e
docs: link academy to internal doc sites 2024-01-31 16:09:14 +09:00
Thomas Heartman
9c87a2aaac
docs: fix padding inline
This didn't work properly in safari for some reason.
2024-01-31 16:09:14 +09:00
Thomas Heartman
aedfee07e4
docs: remove chatgpt's comments 2024-01-31 16:09:14 +09:00
Thomas Heartman
fd81eb2fc6
docs: avoid nesting
Nesting is apparently unsupported by safari, so let's avoid it.
2024-01-31 16:09:14 +09:00
Thomas Heartman
f911618057
docs: add margin to banner too 2024-01-31 16:09:14 +09:00
Thomas Heartman
6fcaee46fb
docs: use ul for links list 2024-01-31 16:09:14 +09:00
Thomas Heartman
92aa0a78c7
docs: add key to links iteration 2024-01-31 16:09:14 +09:00
Thomas Heartman
48771898aa
docs: fix missing px in media queries 2024-01-31 16:09:14 +09:00
Thomas Heartman
eb90ca4a66
docs: fix offset logo when not container queries 2024-01-31 16:09:13 +09:00
Thomas Heartman
62b9591224
docs: remove debug property 2024-01-31 16:09:13 +09:00
Thomas Heartman
4d67dbffd1
docs: set background-y to a value that chrome supports 2024-01-31 16:09:13 +09:00
Thomas Heartman
78d95271b4
docs: use standard media queries instead of container queries
Turns out firefox and safari don't support container queries yet, so
let's go with media queries.
2024-01-31 16:09:13 +09:00
Thomas Heartman
b8c161836f
docs: use the size of the contained container ...
This seems wrong. It should be using the banner container. Not sure
what's going on here.
2024-01-31 16:09:13 +09:00
Thomas Heartman
1a6c4b44fd
docs: refator banner button color 2024-01-31 16:09:13 +09:00
Thomas Heartman
60d1139447
docs: add offset big logo in wide mode 2024-01-31 16:09:13 +09:00
Thomas Heartman
e53ad4b5a7
docs: add link titles 2024-01-31 16:09:13 +09:00
Thomas Heartman
857ab82ced
docs: adjust breakpoints 2024-01-31 16:09:13 +09:00
Thomas Heartman
e41e215cbe
docs: more banner fix 2024-01-31 16:09:13 +09:00
Thomas Heartman
7d697a2160
docs: add more elements, change header element 2024-01-31 16:09:13 +09:00
Thomas Heartman
33e7250655
docs: put svgs in static assets 2024-01-31 16:09:12 +09:00
Thomas Heartman
72999c2c78
docs: start styling banner 2024-01-31 16:09:12 +09:00
Thomas Heartman
3934a8a597
docs: add banner placeholder file 2024-01-31 16:09:12 +09:00
Thomas Heartman
bbdd31d06c
docs: update css for links 2024-01-31 16:09:12 +09:00
Thomas Heartman
1a95932a79
docs: finish links box 2024-01-31 16:09:12 +09:00
Thomas Heartman
cfffe546b3
docs: work on styling links 2024-01-31 16:09:12 +09:00
Thomas Heartman
6e4fbb41ea
docs: use grid, fix margins etc 2024-01-31 16:09:12 +09:00
Thomas Heartman
78f3ef9a1a
docs: initial spike for the component 2024-01-31 16:09:12 +09:00
Thomas Heartman
b2c127c058
docs: fix navbar styling issues: GitHub icon, button background, hidden text (#6078)
This PR fixes the three issues in the nav bar:
1. The GitHub icon was rendered in black in light mode. It should be
white.
2. The toggle theme button's background was white in light mode. It
should be a darker green.
3. The navbar would intersect with the logo due to not compacting
correctly.

The first two issues were caused by using CSS nesting, which is
apparently not supported in Safari yet (and might only be supported if
you have enabled a flag in other browsers).

The last issue was fixed by changing the syntax of a media query. The
new syntax is unsupported in Safari.
2024-01-31 13:40:50 +09:00
Tymoteusz Czech
c9ac4916e8
feat: executive dashboard responsive grid (#6069)
- unified "Widget" component
- column order dependent on screen width
2024-01-30 17:02:13 +01:00
Mateusz Kwasniewski
ccc41dca4e
feat: scheduler init jitter (#6071) 2024-01-30 15:49:35 +01:00
Mateusz Kwasniewski
55b2bb4813
feat: expose project time to production for project flag trends (#6068) 2024-01-30 13:28:20 +01:00
Mateusz Kwasniewski
82e84ec14d
feat: migration for health and time_to_production in flag trends (#6067) 2024-01-30 13:28:10 +01:00
Ivar Conradi Østhus
38df2e1831
fix: add instanceName to license display (#6065)
## About the changes
- Shows the instanceName from the license
- add new feature flag `enableLicenseChecker` used to enforce a valid
license.
2024-01-30 11:05:27 +01:00