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

added controls to display, select, add, and remove automation configs #599

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jtuckerfubo
Copy link
Collaborator

No description provided.


let showModal;
let inputValue = '';
let _inputValue = inputValue;
Copy link
Member

Choose a reason for hiding this comment

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

What's the reason for having both inputValue and _inputValue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

_inputValue changed at a high cadence (with every key press) and needed inputValue to update on commit - may have changed since I added and will revisit this

Comment on lines 91 to 93
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
Copy link
Member

Choose a reason for hiding this comment

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

We already have an icons library available, so let's remove this dynamic web import in favor of those.

import { Database, ChevronUp, ChevronDown } from 'svelte-codicons';

Here's the list of all icons available. https://code.visualstudio.com/api/references/icons-in-labels#icon-listing

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yep - in the process of polishing (one reason why I added as a draft, so you could review the functionality while I clean it up)

jtuckerfubo and others added 2 commits October 8, 2024 09:56
autorun management functions in a dialog. Functions include adding,
copying, removing, and managing order of autoruns.
@jtuckerfubo jtuckerfubo marked this pull request as ready for review October 11, 2024 02:35
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