Skip to content
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

[DOCS] Add documentation for 8.8 #155793

Closed
9 of 19 tasks
gchaps opened this issue Apr 25, 2023 · 10 comments
Closed
9 of 19 tasks

[DOCS] Add documentation for 8.8 #155793

gchaps opened this issue Apr 25, 2023 · 10 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Docs

Comments

@gchaps
Copy link
Contributor

gchaps commented Apr 25, 2023

These changes require documentation for 8.8:

Discover
These changes need documentation:

User Profile

  • Per User Dark Mode Preference #151507
    [ ] Add remote index privileges to role management #154948

Dashboard

Maps

Advanced Settings

Management

  • Separate indices

Lens & Visualizations

Release docs

  • What's new
    • In progress
  • Release notes
@gchaps gchaps added bug Fixes for quality problems that affect the customer experience Team:Docs labels Apr 25, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-docs (Team:Docs)

@Heenawter
Copy link
Contributor

Heenawter commented Apr 25, 2023

For the Dashboard features, do we want to call out #152056 as well? It's a pretty big win and I think users will be interested to know about it 👀

@cqliu1
Copy link
Contributor

cqliu1 commented Apr 25, 2023

Is this for release notes or writing new docs/tutorials for the feature? #152056 should go in the release notes for sure, but I don't think it needs additional documentation to teach the user about it.

@jughosta
Copy link
Contributor

We could probably also add this one #155540

@dej611
Copy link
Contributor

dej611 commented Apr 26, 2023

I think these two can be merged together:

[ ] Improve Ignore global filters UI: #154441
[ ] Enhance visualization modifier popup with layer palette: #155280

@dlgbwkz
Copy link

dlgbwkz commented Jul 29, 2024

Hi team! is there any possibility to add more icons manually?

@jughosta
Copy link
Contributor

Hi @dlgbwkz,

What is your use case for more icons? If you are developing a Kibana plugin with Eui components, then we have docs for it here https://eui.elastic.co/#/display/icons#custom-svgs

@dlgbwkz
Copy link

dlgbwkz commented Jul 30, 2024

Hi @jughosta

I was testing new lens metric with the icon decoration, but i think it is a short list, and i was think if it is possible to add more icons for use them in metric lens, icon decoration

@nickofthyme
Copy link
Contributor

nickofthyme commented Jul 30, 2024

@dlgbwkz You are correct the new Lens Metric only supports a short list of icons.

export const iconsSet: IconSet<AvailableMetricIcon> = [
{
value: 'empty',
label: i18n.translate('xpack.lens.metric.iconSelect.noIconLabel', {
defaultMessage: 'None',
}),
},
{
value: 'sortUp',
label: i18n.translate('xpack.lens.metric.iconSelect.sortUpLabel', {
defaultMessage: 'Sort up',
}),
},
{
value: 'sortDown',
label: i18n.translate('xpack.lens.metric.iconSelect.sortDownLabel', {
defaultMessage: 'Sort down',
}),
},
{
value: 'compute',
label: i18n.translate('xpack.lens.metric.iconSelect.computeLabel', {
defaultMessage: 'Compute',
}),
},
{
value: 'globe',
label: i18n.translate('xpack.lens.metric.iconSelect.globeLabel', {
defaultMessage: 'Globe',
}),
},
{
value: 'temperature',
label: i18n.translate('xpack.lens.metric.iconSelect.temperatureLabel', {
defaultMessage: 'Temperature',
}),
},
{
value: 'asterisk',
label: i18n.translate('xpack.lens.metric.iconSelect.asteriskIconLabel', {
defaultMessage: 'Asterisk',
}),
},
{
value: 'alert',
label: i18n.translate('xpack.lens.metric.iconSelect.alertIconLabel', {
defaultMessage: 'Alert',
}),
},
{
value: 'bell',
label: i18n.translate('xpack.lens.metric.iconSelect.bellIconLabel', {
defaultMessage: 'Bell',
}),
},
{
value: 'bolt',
label: i18n.translate('xpack.lens.metric.iconSelect.boltIconLabel', {
defaultMessage: 'Bolt',
}),
},
{
value: 'bug',
label: i18n.translate('xpack.lens.metric.iconSelect.bugIconLabel', {
defaultMessage: 'Bug',
}),
},
{
value: 'editorComment',
label: i18n.translate('xpack.lens.metric.iconSelect.commentIconLabel', {
defaultMessage: 'Comment',
}),
},
{
value: 'flag',
label: i18n.translate('xpack.lens.metric.iconSelect.flagIconLabel', {
defaultMessage: 'Flag',
}),
},
{
value: 'heart',
label: i18n.translate('xpack.lens.metric.iconSelect.heartLabel', { defaultMessage: 'Heart' }),
},
{
value: 'mapMarker',
label: i18n.translate('xpack.lens.metric.iconSelect.mapMarkerLabel', {
defaultMessage: 'Map Marker',
}),
},
{
value: 'pin',
label: i18n.translate('xpack.lens.metric.iconSelect.mapPinLabel', {
defaultMessage: 'Map Pin',
}),
},
{
value: 'starEmpty',
label: i18n.translate('xpack.lens.metric.iconSelect.starLabel', { defaultMessage: 'Star' }),
},
{
value: 'tag',
label: i18n.translate('xpack.lens.metric.iconSelect.tagIconLabel', {
defaultMessage: 'Tag',
}),
},
];

If you are looking to suggest adding more icon options or a custom icon option, I would suggest opening a new enhancement request here.

@dlgbwkz
Copy link

dlgbwkz commented Jul 31, 2024

I open a new one here if someone wants to follow it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Docs
Projects
None yet
Development

No branches or pull requests

9 participants