Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FulcrumOne authored Nov 18, 2024
1 parent 9197026 commit 7b0a34e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/🚀-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: "\U0001F680 Feature Request"
about: If you have a feature request
title: "[FREQ]"
labels: 'state: inactive, type: feature'
labels: 'feature'
projects: "Mijick/13"
assignees: FulcrumOne

---
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/🦟-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: "\U0001F99F Bug Report"
about: If something isn't working
title: "[BUG]"
labels: 'state: inactive, type: bug'
labels: 'bug'
projects: "Mijick/13"
assignees: FulcrumOne, jay-jay-lama

---
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
<a href="https://link.mijick.com/discord">
<img alt="Join us on Discord" src="https://github.com/Mijick/Assets/blob/main/Popups/Buttons/discord.png" height="40px">
</a>
<!--Linkedin-->
<a href="https://link.mijick.com/linkedin">
<img alt="Follow us on LinkedIn" src="https://github.com/Mijick/Assets/blob/main/Popups/Buttons/linkedin.png" height="40px">
</a>
<!--GitHub-->
<a href="https://link.mijick.com/github">
<img alt="See our other frameworks" src="https://github.com/Mijick/Assets/blob/main/Popups/Buttons/github.png" height="40px">
Expand All @@ -81,7 +85,7 @@

<!--Description-->
# ☀️ Why MijickPopups?
MijickPopups solves two seemingly contradictory problems - to allow developers to create fully customizable popup, and to make the process as simple as possible. Here is why we think we have successfully met these objectives:
MijickPopups library solves two seemingly contradictory problems - to allow developers to create fully customizable popup views, and to make the process as simple as possible. Here is why we think we have successfully met these objectives:

<p>
<h3>The power of a single line of code</h3>
Expand All @@ -91,7 +95,7 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t

<p>
<h3>Tailored to your needs. Designed to suit your preferences</h3>
<p>Developers have various programming styles, and we understand and respect that. Therefore, our framework is engineered in such a way that you can open or close a popup from anywhere in your code.</p>
<p>Developers have various programming styles, and we understand and respect that. Therefore, our framework is engineered in such a way that you can open or close a popup view from anywhere in your code.</p>
<img alt="Code Example 2" src="https://github.com/Mijick/Assets/blob/main/Popups/Code/interact-anywhere.png" width="100%">
</p>

Expand All @@ -115,7 +119,7 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t

<p>
<h3>Past, present and future</h3>
<p>We decided to reach out to developers who, for various reasons, want to use native sheets and alerts alongside our framework. From now on, this is possible, and in the near future, we will also add the ability to call sheets in a native style, allowing you to integrate our framework into your existing projects as well.</p>
<p>We decided to reach out to developers who, for various reasons, want to use native sheets and alerts alongside our framework. From now on, this is possible, and in the near future, we will also add the ability to call sheets in a native SwiftUI style, allowing you to integrate our framework into your existing projects as well.</p>
<img alt="Code Example 6" src="https://github.com/Mijick/Assets/blob/main/Popups/Code/native-with-framework.png" width="100%">
</p>

Expand All @@ -125,7 +129,8 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t
- Popups can be automatically dismissed after a certain period of time.
- Drag gesture can be used to resize the popup, according to the provided indentations.
- Works with multiple windows.
- Supports all Apple platforms.
- Supports all Apple platforms: iOS 14.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+ / visionOS 1.0+.
- Supports Swift 6.0.
- ... and much more.

<!--Documentation-->
Expand Down

0 comments on commit 7b0a34e

Please sign in to comment.