1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
Fredrik Strand Oseberg a53d970263
feat: add badges to modified strategies (#2492)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

* Adds a badge to strategies if the change can be found and the change
is relevant:
<img width="893" alt="Skjermbilde 2022-11-22 kl 11 18 32"
src="https://user-images.githubusercontent.com/16081982/203289081-b59ecaaf-e6cd-4802-b633-9cc118ca405d.png">

* I was considering making this more ergonomic using the slots vs props
pattern, but since this component is used in multiple places I left it
as is for now.

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
2022-11-22 12:07:50 +01:00
..
addons fix: should only require CREATE_ADDON when creating addon (#2204) 2022-10-18 19:58:05 +02:00
admin refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
application feat: add application counter to application list (#2019) 2022-08-31 16:10:01 +02:00
archive Update texts (#1226) 2022-08-22 13:05:55 +00:00
changeRequest older safari does not support gap (#2470) 2022-11-18 10:28:29 +01:00
common refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
context refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
environments refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
events Feat/use collaborate data (#2067) 2022-09-16 15:23:08 +02:00
feature feat: add badges to modified strategies (#2492) 2022-11-22 12:07:50 +01:00
feedback chore(deps): update material-ui monorepo (#2269) 2022-11-10 21:40:38 +00:00
layout Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00
menu refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
playground/Playground refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
project refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
providers Permission for variant environments (#2490) 2022-11-22 11:54:04 +02:00
segments fix: only show link to create segment if you have permission (#2291) 2022-10-31 08:45:31 +00:00
splash refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
strategies refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
tags refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
user fix: limit total of PATs a user can have (#2301) 2022-11-02 08:11:35 +00:00
App.styles.ts Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00
App.tsx Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00