Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

feat: Finish the new product page revamp based on the Attributes API - Implementation of product attributes - Pr/#707 #780

Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e758700
Create UI for ProductAttributes in Detail View
jncosideout Oct 17, 2020
c4efdf9
Display AttributeCells and increase attributed string font size
jncosideout Nov 1, 2020
2f8f9eb
Attempt to show floatingPanel from closure
jncosideout Nov 7, 2020
f49d47f
Create custom VC for ProdAttr. and use delegation
jncosideout Nov 8, 2020
788eeb1
Display floating panel
jncosideout Nov 8, 2020
d6c4ee2
Dynamically update insets of floatingpanel
jncosideout Nov 19, 2020
9c52e88
Dynamically update FloatingPanel view insets
jncosideout Nov 22, 2020
ef3dbd1
Dismiss FloatingPanel from SummaryFormTableVC
jncosideout Nov 23, 2020
ca7a673
NOT READY FOR PROD. Wrap text around the image
jncosideout Nov 25, 2020
bd472c6
Text wraps image but only 1st time
jncosideout Nov 25, 2020
8a5ad31
Anchor icon in AttributeView to top corner so text wraps
jncosideout May 4, 2021
28b335e
Switch ImageView to UIWebView, add code to scale SVGs, regex search i…
jncosideout May 5, 2021
1a89da1
Fix SVG icon not centered
jncosideout May 6, 2021
04b4ca1
Add activity spinner to show loading Attr. Icon
jncosideout May 7, 2021
5a3bcba
Fix AttributeView heighth on FloatingPanelVC
jncosideout May 14, 2021
4c9a315
Cleanup minor SwiftLint warnings
jncosideout May 26, 2021
2839448
Move activitySpinner back to top for visibility
jncosideout May 26, 2021
6ea4111
Fix mem leak: IngrdAnlysCell retained SummaryForm
jncosideout May 29, 2021
42ae84a
Update ios-release.yml
teolemon Jun 12, 2021
246deec
Update ios-release.yml
teolemon Jun 12, 2021
e3f2d7a
Merge branch 'develop' into pr/#707-Organic-label-mockup
teolemon Aug 1, 2021
69a4619
Merge branch 'develop' into pr/#707-Organic-label-mockup
teolemon Sep 1, 2021
ec2c7f0
Merge branch 'develop' into pr/#707-Organic-label-mockup
teolemon Oct 9, 2021
69f0ad5
Merge branch 'develop' into pr/#707-Organic-label-mockup
teolemon Oct 9, 2021
561fea1
Merge branch 'develop' into pr/#707-Organic-label-mockup
teolemon Oct 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ios-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: TestFlight release

on:
push:
branches:
- 'release/*'
on: [push, pull_request]

jobs:
testflight-release:
Expand Down