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

First draft of a macOS Version #7

Merged
merged 1 commit into from Jul 11, 2020
Merged

Conversation

Nef10
Copy link
Collaborator

@Nef10 Nef10 commented Jul 11, 2020

I am not sure if you plan to extend the app for macOS, but if so, I have
a first draft.

  • Modified ControlsGroup and FontsGroup to use SectionView
  • Add target, create folder for target specific files
  • Move unsupported things behind os check (Haptic, ActionSheet)
  • Fix compilation errors (UIColor -> NSColor)
  • Add close button to sheet
  • Add scrollview and frames modifier to content is visible
  • Style SectionView because a macOS Section is without any styling

Known problems:

  • Icon does not look like a Big Sur icon
  • Navigation Link button not working
  • When making window very thin some lables get cutoff, not sure why
  • Sheet needs styling

I am not sure if you plan to extend the app for macOS, but if so, I have
a first draft.

* Modified ControlsGroup and FontsGroup to use SectionView
* Add target, create folder for target specific files
* Move unsupported things behind os check (Haptic, ActionSheet)
* Fix compilation errors (UIColor -> NSColor)
* Add close button to sheet
* Add scrollview and frames modifier to content is visible
* Style SectionView because a macOS Section is without any styling

Known problems:

- [] Icon does not look like a Big Sur icon
- [] Navigation Link button not working
- [] When making view very thin some lables get cutoff, not sure why
- [] Sheet needs styling
@jordansinger
Copy link
Owner

This is so great. Thanks for doing this, I had this in the plans. Let's merge and fix your known problems in a follow up.

@jordansinger jordansinger merged commit f635ed6 into jordansinger:master Jul 11, 2020
@Nef10 Nef10 deleted the macos branch July 11, 2020 18:27
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.

None yet

2 participants