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

Global functions explorer and header #2690

Merged
merged 22 commits into from
Feb 28, 2024

Conversation

apedroferreira
Copy link
Member

@apedroferreira apedroferreira commented Sep 15, 2023

UI for global functions with explorer using the new EditableTreeItem component, and empty views.
We can merge already under the feature flag to keep things more separated.

Right now only works for function resources but we should discuss and see how to make it work for all types of resources, as we have data providers now.

Screen.Recording.2023-10-12.at.18.55.07.mov
Screenshot 2023-10-12 at 18 56 26

Possible improvements:

  • UI button to create a new handler inside a file (append at the end of file)
  • Function templates

@apedroferreira apedroferreira added the new feature New feature or request label Sep 15, 2023
@apedroferreira apedroferreira self-assigned this Sep 15, 2023
@apedroferreira apedroferreira changed the title Global Functions UI [WIP] Global Functions UI Sep 18, 2023
@apedroferreira apedroferreira changed the title [WIP] Global Functions UI [WIP] Global functions Sep 18, 2023
This was referenced Sep 27, 2023
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Sep 29, 2023
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Oct 11, 2023
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Oct 12, 2023
} from '@mui/material';
import { Link, matchPath, useLocation } from 'react-router-dom';

const DRAWER_WIDTH = 68; // px
const DRAWER_WIDTH = 44; // px
Copy link
Member Author

Choose a reason for hiding this comment

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

The sidebar was too bulky and a bit ugly, I think we can keep it smaller and simpler.

Copy link
Member

Choose a reason for hiding this comment

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

Could always make it resizable :)

@apedroferreira apedroferreira marked this pull request as ready for review October 12, 2023 18:20
@apedroferreira apedroferreira requested a review from a team October 12, 2023 18:20
@apedroferreira apedroferreira changed the title [WIP] Global functions Global functions explorer and header Oct 12, 2023
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Oct 12, 2023
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Oct 12, 2023
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Dec 7, 2023
@apedroferreira apedroferreira added the on hold There is a blocker, we need to wait label Feb 22, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 23, 2024
@apedroferreira apedroferreira removed the on hold There is a blocker, we need to wait label Feb 23, 2024
@apedroferreira
Copy link
Member Author

apedroferreira commented Feb 23, 2024

This should be good to merge, it's behind a feature flag, it was part of the progress towards having a global functions explorer as shown in the description.

Copy link
Member

@Janpot Janpot left a comment

Choose a reason for hiding this comment

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

Let's move forward with this

@apedroferreira apedroferreira merged commit 513812e into mui:master Feb 28, 2024
13 checks passed
@apedroferreira apedroferreira deleted the global-functions branch February 28, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants