Skip to content

Commit

Permalink
fix hyperlinks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sohocoke authored Dec 2, 2023
1 parent 27fc123 commit 10b836c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
- Entirely programmatic layout of tabs
- The final implementation strategy was to use NSStackView in conjunction with computed layouts,
which went through some iterations in order to successfuly balance the following objectives:
- provide a complete realisation of the specs outlined in [link1] and [link2]
- provide a complete realisation of the specs outlined in
[link1](https://orionfeedback.org/d/92-compact-tabs/82)
and [link2](https://www.figma.com/proto/Mua4l78XCMh61F8BN6573Z/Untitled?page-id=0%3A1&node-id=17-1775&viewport=528%2C131%2C0.25&scaling=min-zoom)
- handle unspecified edge cases, such as long webpage titles
- allow glitch-free animation
- work properly when used as a view of an NSToolbarItem
Expand All @@ -27,12 +29,7 @@

- The following has been considered out of scope:
- Main menu
- Any WKWebView behaviour beyond those out-of-box
- Any WKWebView behaviour beyond that out-of-box
- Failure cases for networking
- Localisation
- Any performance optimisations

---
[link1]:(https://orionfeedback.org/d/92-compact-tabs/82)
[link2]: (https://www.figma.com/proto/Mua4l78XCMh61F8BN6573Z/Untitled?page-id=0%3A1&node-id=17-1775&viewport=528%2C131%2C0.25&scaling=min-zoom)

0 comments on commit 10b836c

Please sign in to comment.