-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#304) Environments color 🎨 #1053
base: main
Are you sure you want to change the base?
feat(#304) Environments color 🎨 #1053
Conversation
c831150
to
10e7f14
Compare
eb02a3c
to
0bf21d1
Compare
It would be nice if this could tint more than just the Environment button in the corner, but that's probably best left as a follow-up. (Also, why all the force-pushes?) |
Hi! When will this be merged? This one feature is the only thing stopping us from moving from Insomnia to Bruno LOL |
0f443d6
to
339687a
Compare
quite some changes, using redux store. |
Following up on this, really appreciate seeing the progress:) |
Checking in again:) |
Friendly ping:) |
I would also love it to see it merged and available in my beloved bruno! |
Beep 🤖 |
Any updates on this PR? It would be nice to have it in Bruno. Thanks! |
If something interested, I rebase this PR on v1.23.0 |
2709a60
to
77c6714
Compare
Hello there, I rebased the work onto main branch. (not something I will do every month, fixing conflicts..) |
Hello, could somebody from Bruno maintainers please indicate what is the expected timeframe of this feature's integration or what are the next steps with this pull request? Certainly for our team (and I believe many others) used to Insomnia's environment colors, this represents a significant and eagerly awaited UX improvement. Thanks! |
Any updates on this feature? |
...nvironments/EnvironmentSettings/EnvironmentList/EnvironmentDetails/EnvironmentColor/index.js
Outdated
Show resolved
Hide resolved
packages/bruno-app/src/components/Environments/EnvironmentSettings/index.js
Outdated
Show resolved
Hide resolved
Signed-off-by: mathieu <mathieu.dreano@gmail.com> use StyledWrapper Signed-off-by: mathieu <mathieu.dreano@gmail.com> don't save anything for color if it is not set Signed-off-by: mathieu <mathieu.dreano@gmail.com> use redux store instead of local state remove logs fix selectedEnvironment cleanup add bottom border on active tab
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
9026f34
to
d863c54
Compare
Signed-off-by: mathieu <mathieu.dreano@gmail.com>
Hello there, I rebased the branch on master andfixed the conflicts Also, I changed to a border instead of full background (to match both dark and light mode) I still hope this will get released someday (I see the number of PR decreasing, that's a good trend) |
Description
associated issue: close #304
Associate a color to each environment, for quick visualization (and avoid calling your production environment by mistake...)
normal display
environment selection:
environment settings
env.bru format
highlight on request tab
Contribution Checklist: