10000 Path picker by mariusz-pacyga-wttech · Pull Request #98 · wttech/acm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Path picker #98

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

Merged
merged 3 commits into from
May 19, 2025
Merged

Path picker #98

merged 3 commits into from
May 19, 2025

Conversation

mariusz-pacyga-wttech
Copy link
Collaborator

No description provided.

@mariusz-pacyga-wttech mariusz-pacyga-wttech self-assigned this May 16, 2025
import { apiRequest } from '../utils/api';
import { AssistCodeOutput } from '../utils/api.types';

enum NodeType {
Copy link
Collaborator

Choose a reason for hiding this comment

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

move it to api.types.ts / I am putting there anything related to backend

FOLDER = 'nt:folder',
ORDERED_FOLDER = 'sling:OrderedFolder',
SLING_FOLDER = 'sling:Folder',
CQ_PROJECTS = 'cq/projects',
Copy link
Collaborator

Choose a reason for hiding this comment

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

why cq/projects is needed here... looks unexpected ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have it in my repo, so I guess it's real use case :)

@krystian-panek-vmltech krystian-panek-vmltech merged commit c08b58b into main May 19, 2025
1 check passed
@krystian-panek-vmltech
Copy link
Collaborator

fixes #34

@krystian-panek-vmltech krystian-panek-vmltech linked an issue May 19, 2025 that may be closed by this pull request
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.

Generic path/tag pickers for arguments
2 participants
0