Add new User Agents for iPhone and iPad; Fix vertical alignment of online indicator#77
Add new User Agents for iPhone and iPad; Fix vertical alignment of online indicator#77m-mikapika wants to merge 10 commits intopupgray:mainfrom
Conversation
Added 'WalltakeriOS-iPhone-Shortcut (mikapika.)' and 'WalltakeriOS-iPad-Shortcut (mikapika.)' to link_agent_to_icon. This is because I have created a way to use Walltaker on iOS devices using the Shortcuts app.
Added ios_iphone and ios_ipad to devices, which use mobile and desktop respectively. This is because I have created a way to use Walltaker from an iOS device using the Shortcuts app.
Fix vertical alignment of online indicator
…ch-1 Update base.css
Fix vertical alignment of online indicator
|
Thank you so much!! Happy to accept this as-is! Though, as it stands, this will essentially remove the icon for the client on links that match your clients. walltaker/app/views/links/_link.html.erb Line 138 in 3a3ae96 If you'd like a specific icon, it'll need to be included in this big ol' case expression ⬆️ <% when :ios_iphone %>
<span>Any short word here!</span>
<iconify-icon icon="..."></iconify-icon>
<% when :ios_ipad %>
<span>Any short word here!</span>
<iconify-icon icon="..."></iconify-icon>
|
Change name of devices for iPhone and iPad
Moved devices up above :ioswidget and :switft
Renamed devices to iphone_shortcuts and ipad_shortcuts
Moved devices to above :ioswidget and :swift
Added iphone_shortcuts and ipad_shortcuts icons
|
Changes made and icons added! Regarding how it pings Walltaker, it's just a HTTP GET request within the Shortcuts app. Either way they're moved so should be fine 👍 |

I have added two new User Agents,
'WalltakeriOS-iPhone-Shortcut (mikapika.)''WalltakeriOS-iPad-Shortcut (mikapika.)'.I have changed the vertical alignment of the online indicator on the profile to be centred with the username.
Also I apologise for multiple different changes from the same pull request. I am new to actually using GitHub on public repositories.