gitar-bot[bot]
|
3d4aa4abcb
|
[Remix] Cleaning up stale feature flag: proPlanAutoCharge with value true (#6581)
|
2024-03-15 11:53:30 +02:00 |
|
Mateusz Kwasniewski
|
4d78c6dadf
|
feat: application overview loading state (#6562)
|
2024-03-15 09:08:56 +01:00 |
|
Mateusz Kwasniewski
|
2b2089f7b5
|
feat: clickable banner modal links (#6552)
|
2024-03-14 13:19:27 +01:00 |
|
Fredrik Strand Oseberg
|
f381718fd6
|
fix: icon imports (#6499)
Based on this article:
https://mui.com/material-ui/guides/minimizing-bundle-size/ importing
from `'@mui/icons-material'` instead of specifying the actual path to
the icon like `import Delete from '@mui/icons-material/Delete';` can be
up to six time slower. This change changes all named imports in Unleash
referencing the `@mui/icons-material` to default imports.
This reduced the amount of modules we had to process when building the
frontend from 15206 to 4746
Before:
<img width="1016" alt="Skjermbilde 2024-03-11 kl 14 19 58"
src="https://github.com/Unleash/unleash/assets/16081982/f137d24a-6557-4183-a40f-f62a33524520">
After:
<img width="1237" alt="Skjermbilde 2024-03-11 kl 14 20 32"
src="https://github.com/Unleash/unleash/assets/16081982/05a27d6a-2c3f-4409-9862-7188ab4b9c72">
Build time locally decreased by around 50%
Before:
<img width="1504" alt="Skjermbilde 2024-03-11 kl 14 31 45"
src="https://github.com/Unleash/unleash/assets/16081982/bc931559-b022-47ed-9f8f-c87401578518">
After:
<img width="1219" alt="Skjermbilde 2024-03-11 kl 14 27 00"
src="https://github.com/Unleash/unleash/assets/16081982/3c3a8d6b-576d-45c3-aa40-cc5f95d9df2b">
|
2024-03-12 10:56:10 +01:00 |
|
Jaanus Sellin
|
493f8e8a5b
|
feat: application overview feedback (#6416)

|
2024-03-04 13:45:57 +02:00 |
|
Jaanus Sellin
|
a4a604aebb
|
feat: application environment level warnings (#6407)

|
2024-03-01 14:09:55 +02:00 |
|
Mateusz Kwasniewski
|
84400323d6
|
feat: sdk reporting tracker (#6378)
|
2024-02-28 15:52:03 +01:00 |
|
Jaanus Sellin
|
7af7b32bd5
|
feat: application overview ux improvements (#6371)
1. Added navigation from environments to instances
2. Last seen is now shown as TimeAgo
3. Added icons for total environments and features
4. Fixed schema

|
2024-02-28 12:39:33 +02:00 |
|
Jaanus Sellin
|
9cd324bd7c
|
feat: projects using this application (#6355)

|
2024-02-27 12:24:44 +02:00 |
|
Jaanus Sellin
|
7cebf7b8fe
|
feat: application issues (#6347)

|
2024-02-27 09:57:50 +02:00 |
|
Mateusz Kwasniewski
|
42f6843029
|
refactor: application overview dom improvements and tests (#6325)
|
2024-02-23 06:56:46 +01:00 |
|
Mateusz Kwasniewski
|
0de0313563
|
feat: connect application envs to backend (#6324)
|
2024-02-22 21:58:19 +01:00 |
|
Mateusz Kwasniewski
|
c64a780a13
|
feat: warning mode app env styling (#6305)
|
2024-02-22 08:41:50 +01:00 |
|
Mateusz Kwasniewski
|
ac183e76f8
|
feat: Application elements lines (#6301)
|
2024-02-21 14:34:57 +01:00 |
|
Mateusz Kwasniewski
|
56cbe1485e
|
feat: styled application environment boxes (#6296)
|
2024-02-21 12:15:54 +01:00 |
|
Jaanus Sellin
|
f3c01545f2
|
feat: application graph (#6279)
Basic graph, that works with mock data.
Next steps, work on backend and try to put more content and **styling to
nodes**.

|
2024-02-21 09:13:18 +02:00 |
|