Skip to content

[Activity] add onboarding state - #3680

Merged
GuillaumeDSM merged 4 commits into
devfrom
metricss
Sep 16, 2026
Merged

GuillaumeDSM merged 4 commits into
devfrom
metricss

Conversation

@GuillaumeDSM

Copy link
Copy Markdown
Member

No description provided.

@GuillaumeDSM GuillaumeDSM self-assigned this Sep 9, 2026
@GuillaumeDSM GuillaumeDSM changed the title [Activity] add onboarding state WIP [Activity] add onboarding state Sep 9, 2026
@GuillaumeDSM
GuillaumeDSM force-pushed the metricss branch 3 times, most recently from 8fdb007 to a860fc3 Compare September 15, 2026 11:58
@GuillaumeDSM
GuillaumeDSM force-pushed the metricss branch 4 times, most recently from ecfcf13 to fe8d557 Compare September 16, 2026 07:02
@GuillaumeDSM GuillaumeDSM changed the title WIP [Activity] add onboarding state [Activity] add onboarding state Sep 16, 2026

@Herklos Herklos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +16 to +22
const textarea = document.createElement("textarea")
textarea.value = text
textarea.setAttribute("readonly", "true")
textarea.style.position = "fixed"
textarea.style.left = "-9999px"
document.body.appendChild(textarea)
textarea.select()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very weird, is it necessary?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's removed, thanks

return metrics_section


def ensure_activity_bot_id(config: configuration.Configuration) -> BotIdResolution:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@GuillaumeDSM
GuillaumeDSM enabled auto-merge (rebase) September 16, 2026 09:01
@GuillaumeDSM
GuillaumeDSM merged commit 071649e into dev Sep 16, 2026
22 checks passed
@GuillaumeDSM
GuillaumeDSM deleted the metricss branch September 16, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants