Skip to content

Several Deeplink improvements - #546

Merged
snappdevelopment merged 4 commits into
mainfrom
deeplink-improvements
Aug 29, 2026
Merged

Several Deeplink improvements#546
snappdevelopment merged 4 commits into
mainfrom
deeplink-improvements

Conversation

@snappdevelopment

Copy link
Copy Markdown
Contributor

I have been using the deeplink feature recently and found a few issues/inconveniences.
I want to add the following fixes:

  • Deleting the value of a variable on the left side should show the placeholder in the deeplink again instead of an empty string. Otherwise the deeplink looks broken.
  • Variables on the left side which have auto complete values should use the first value as the default. This is for convenience, because you need to choose a value anyway.
  • Very long deeplinks should be shown as multiline instead of being crushed at the end of the line.
  • The variable view on the left should be scrollable. It was also changed from a FlowRow to a LazyColumn, because it is fast to read when each variable has its own line
  • The values of the variables on the left should be multiline for long values
  • The auto complete values in the dropdown menu should use the full width to be easily selectable

@rteyssandier rteyssandier 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.

Since now that variable are a column, you should rework a bit the UI to take advantage of the full line

@snappdevelopment

Copy link
Copy Markdown
Contributor Author

Since now that variable are a column, you should rework a bit the UI to take advantage of the full line

I changed it a bit to use the full width for the variables

@snappdevelopment
snappdevelopment merged commit 6004382 into main Aug 29, 2026
3 checks passed
@snappdevelopment
snappdevelopment deleted the deeplink-improvements branch August 29, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants