Commit graph

152 commits

Author SHA1 Message Date
Raimund Schlüßler
4cd5d2d3b8
Cleanup colors and various unused rules 2017-09-14 21:49:00 +02:00
Raimund Schlüßler
e2e868f8b6
Change icon prefix from 'ico-' to 'icon-' 2017-09-14 21:48:54 +02:00
Raimund Schlüßler
500e009dee
Move to scss, lint and concat scss files 2017-09-14 21:48:31 +02:00
Raimund Schlüßler
e605acd4b2
Store packages under the name given in their package.json
So `yarn upgrade` does not screw up their paths
2017-09-14 21:46:14 +02:00
Raimund Schlüßler
718ca78cec
Use legacy datepicker 2017-09-09 18:13:01 +02:00
Raimund Schlüßler
3716486d81
Use Yarn + Gulp instead of bower 2017-09-09 18:12:59 +02:00
Raimund Schlüßler
493dd230c7
Use Gulp instead of Grunt, minify js files 2017-09-09 18:12:56 +02:00
Raimund Schlüßler
92293b1a26
Fix javascript error 2017-09-09 18:07:26 +02:00
Raimund Schlüßler
ef4eda386e
Fix sort order drop-down icon 2017-09-09 18:07:22 +02:00
Raimund Schlüßler
2535cb8407
Change icon prefix to not interfere with server css rules 2017-09-09 18:07:19 +02:00
Raimund Schlüßler
904197fc10
Several css style fixes
- Remove dims rules
- change icon prefix
- rename star icons
- add hovered icon
- fix positioning of all static icons
- fix messed up position of progress bar
- fix collection icons
- fix app-navigation-entry opacities
2017-09-09 18:07:17 +02:00
Marin Treselj
d3c26549e2
Optimize random.svg, fix several svg icons
- fix small bug in `checkmark.svg` and `checkmark-color.svg`
- use wide version of percent.svg icon
- update `current.svg` icon
- remove deprecated `update.svg` icons
- better clock icons

Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-09-09 18:07:12 +02:00
Marin Treselj
4e6771a1b4
Fix footer icons in the details sidebar
- Fix popover menu opacity
- Fix positioning and opacity problems

Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
2017-09-09 18:07:10 +02:00
Marin Treselj
9b48e6c33b
Optimized and standardized SVG icons
Removed checkbox and divider SVG icons.
Fixed some positioning issues.
Cleanup of some CSS declarations.

Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
2017-09-09 18:07:05 +02:00
Raimund Schlüßler
5e1e8852c7
Use svg-sprite to compile sprites
- CSS fixes
- Add missing svg files as separate files
2017-09-09 18:06:24 +02:00
Raimund Schlüßler
a4882b59e3 Use davclient.js shipped with server 2017-07-23 17:04:56 +02:00
Lukáš Tyrychtr
8026a43bc1 Add aria related attributes for screen readers (#66)
Signed-off-by: Lukáš Tyrychtr <lukastyrychtr@gmail.com>
2017-07-23 15:15:54 +02:00
Andreas Jacobsen
a4cf0f79a9 Move percentdone bar to bottom of task (#87)
* Move percentdone bar to bottom of task

* Update style.css

* Removed round corners

* Update style.css

* Update part.taskbody.php

* Update style.css

* Update style.css

* Update style.css
2017-06-29 08:54:10 +02:00
Raimund Schlüßler
bc728b928a Fix app-sidebar 2017-03-01 22:00:43 +01:00
Raimund Schlüßler
9fe895c35c Fix sortorder dropdown 2017-02-20 23:47:28 +01:00
Raimund Schlüßler
4496f42b4a Fix app navigation entry menu 2017-02-20 23:21:01 +01:00
korelstar
88436ce862 Allows setting DATE values for DTSTART and DUE 2016-10-25 20:46:17 +02:00
Raimund Schlüßler
a5f3c89cfd Enable hiding completed subtasks 2016-09-09 20:49:23 +02:00
Raimund Schlüßler
08f2774b35 Adjust wording of utils-menu to calendar app 2016-09-02 23:31:06 +02:00
raimund-schluessler
7e884748dc Merge pull request #357 from owncloud/SortOptions
Allow different sort criteria, closes #294
2016-09-02 23:21:47 +02:00
Raimund Schlüßler
54c77e59cf Hide manual sort option 2016-09-02 23:09:03 +02:00
Raimund Schlüßler
e250759735 Show chosen sort criteria as icon in dropdown button 2016-09-02 23:08:56 +02:00
Raimund Schlüßler
1a68446884 Store sort order on server 2016-09-02 23:08:52 +02:00
Raimund Schlüßler
df50d3a8eb Implement custom sorting 2016-09-02 23:07:30 +02:00
raimund-schluessler
764626ba3f Merge pull request #354 from owncloud/Confirmation-Dialog
Add confirmation directive
2016-08-26 22:46:16 +02:00
Raimund Schlüßler
8032b36fe5 Add confirmation directive 2016-08-26 22:16:35 +02:00
korelstar
deb1d7f540 fixing and harmonizing sorting of tasks 2016-08-22 22:05:28 +02:00
Raimund Schlüßler
3f2ae64639 Add CalDAV-Link and export function 2016-08-11 14:26:19 +02:00
Raimund Schlüßler
6edab40e09 Show colorpicker on calendar creation 2016-08-11 11:40:35 +02:00
Raimund Schlüßler
7eb3fd2260 Add cancel button for calendar creation 2016-08-10 20:45:56 +02:00
Raimund Schlüßler
462d908db5 Use tooltips instead of alerts to notify user 2016-08-10 20:33:50 +02:00
Raimund Schlüßler
3fa88b3564 Show random color button 2016-08-08 11:24:21 +02:00
Raimund Schlüßler
400d0af4b7 Add colorpicker to change calendar color, fixes #317" 2016-08-07 11:40:08 +02:00
Raimund Schlüßler
ca5245e74d Limit width of collection settings labels, closes #277 2016-08-03 20:51:35 +02:00
Raimund Schlüßler
1f87eeb00e Fix capitalization in dropdown menu 2016-08-02 20:30:40 +02:00
Raimund Schlüßler
f84450e005 Use #app-sidebar, closes #238 2016-05-18 23:15:52 +02:00
Raimund Schlüßler
58bd87f42e Adjust calendar color indicator to better match owncloud 2016-05-18 22:43:35 +02:00
Raimund Schlüßler
c496d62b0c Enable loading completed tasks 2016-05-15 15:28:25 +02:00
Raimund Schlüßler
56c29b977c Show subtasks after creating a subtask 2016-05-15 14:04:30 +02:00
Raimund Schlüßler
dd7c777c46 Fix adding task in all view 2016-05-15 13:57:08 +02:00
Raimund Schlüßler
80d517cfd5 Prevent dropping on collection when copying task 2016-03-16 23:02:20 +01:00
Raimund Schlüßler
dd88d786f9 Don't hide source element when it is copied 2016-03-16 21:34:43 +01:00
Raimund Schlüßler
8314f481ef Only allow copy of not writable tasks 2016-03-15 22:48:16 +01:00
Raimund Schlüßler
76c9b8f858 Make drag and drop more robust 2016-03-15 22:15:38 +01:00
Raimund Schlüßler
b2a87ca8bc Prevent dropping in not writable lists 2016-03-15 21:18:34 +01:00