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

feat: update screenshots sleek #1802

Merged
merged 1 commit into from
May 31, 2021
Merged
Changes from all commits
Commits
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
27 changes: 19 additions & 8 deletions apps/sleek/sleek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,32 @@ keywords:
category: 'Productivity'
license: MIT
screenshots:
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/mac/main.png'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/todo_list.png'
caption: 'sleeks main view'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/mac/main_dark.png'
caption: 'sleeks main view in dark mode'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/sort_by_due_date_dark.png'
caption: 'sleeks main view in dark mode, sorted by due date'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/mac/main_filter_dark.png'
caption: 'sleeks main view in dark mode, filter drawer opened'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/category_filtered_dark.png'
caption:
'sleeks main view in dark mode, filter drawer opened, whole priority
category hidden'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/mac/add_todo_typeahead.png'
caption: 'Adding a new todo and auto complete function shown'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/multiline_autocomplete_dark.png'
caption: 'Adding a new multi line todo and auto complete function shown'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/mac/add_todo.png'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/date_picker.png'
caption: 'Adding a new todo and date picker shown'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/compact_view_dark.png'
caption: 'sleeks main view in dark mode and in compact view'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/recurrence_picker_dark.png'
caption: 'sleek in dark mode, recurrence picker shown'
imageLink: 'https://github.com/ransome1/sleek'
- imageUrl: 'https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/file_switcher.png'
caption: 'File switcher'
imageLink: 'https://github.com/ransome1/sleek'
locales:
- de-DE
- en-GB
Expand Down