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

Show profile contents and #90

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Show profile contents and #90

merged 2 commits into from
Dec 21, 2023

Conversation

LucasPickering
Copy link
Owner

@LucasPickering LucasPickering commented Dec 21, 2023

  • When selecting a profile in the UI, show its contents in place of the Request pane
  • Move config from the settings modal into a file
    • The modal is no more

Believe it or not, the two are related. Showing the profile contents requires a template preview. I realized supporting the toggling of preview_templates adds complexity for no real value. So I moved config into a persistent spot. This was always the long term plan, to support keybindings/theme/etc.

Closes #26, closes #89

Supporting live changes to the config is going to get increasingly complicated, and doesn't provide much value. The file is a necessary long-term solution anyway, for things like configurable theme and keybindings. Also deleted DrawContext since it's just one field now.

Closes #89
@LucasPickering LucasPickering enabled auto-merge (rebase) December 21, 2023 19:53
@LucasPickering LucasPickering merged commit d11d66f into master Dec 21, 2023
10 checks passed
@LucasPickering LucasPickering deleted the show-profile branch December 21, 2023 19:54
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.

Move config into a file Show contents of profile
1 participant