1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-23 09:24:50 +02:00

540 Commits

Author SHA1 Message Date
Alessandro Cosentino
c193d2447d small fixes on model 2012-08-15 12:27:32 -04:00
Bernhard Posselt
084d70a217 made the item heading the same size as the feed heading 2012-08-15 16:24:08 +02:00
Bernhard Posselt
f38a28d621 removed spinning udpate wheel because for frequent updates it shows to often and distracts the user 2012-08-15 16:09:38 +02:00
Bernhard Posselt
97f9920488 fixed a bug that would prevent the subscriptionlist to show no unread feeds in the beginning 2012-08-15 16:02:47 +02:00
Bernhard Posselt
58716d325c optimized for a min width of 950px 2012-08-15 15:20:45 +02:00
Bernhard Posselt
220471ab46 improved the style of the dropdownmenu 2012-08-15 04:17:59 +02:00
Bernhard Posselt
74b2dd3507 moved the add feed/folder from hover back to button 2012-08-15 03:59:40 +02:00
Bernhard Posselt
fc9c23430d simplified addfeed menu, removed eye button since its useless atm 2012-08-15 03:02:03 +02:00
Bernhard Posselt
42b8df771c made add feed and add folder button show up on hover 2012-08-15 02:56:41 +02:00
Bernhard Posselt
2ce4aa9a7c moved the settings cloud a bit to the left 2012-08-15 02:30:58 +02:00
Bernhard Posselt
117ffccaf6 fixed the styling of the add feed/folder popup 2012-08-15 02:28:18 +02:00
Bernhard Posselt
cb38efda8d fixed the shadow on the add folder/feed popup 2012-08-15 02:20:57 +02:00
Bernhard Posselt
598ce8cb29 Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsapp 2012-08-14 23:09:23 +02:00
Bernhard Posselt
eaeffc0a57 small pixelfix for the newsitem header in chromium 2012-08-14 20:11:47 +02:00
Alessandro Cosentino
51bf7344a7 Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/apps into merge-requests/17 2012-08-14 13:52:07 -04:00
Alessandro Cosentino
0d5bd3a636 small things added to firstrun page and settings 2012-08-14 13:39:53 -04:00
Bernhard Posselt
a0ae56e074 set max width for feed title 2012-08-14 16:17:30 +02:00
Bernhard Posselt
0c73f5cf32 Dont issue more post request on read than necesarry, make show only new items the default database settings still need to be written though, simplified and cleaned up the feedlist code, html and css 2012-08-14 15:49:49 +02:00
Bernhard Posselt
efb68fb025 made feed area a little narrower 2012-08-14 00:02:37 +02:00
Bernhard Posselt
80369c0596 fixed bug that prevented the setting of mark as unread when you clicked directly on the checkbox 2012-08-13 23:33:52 +02:00
Bernhard Posselt
cc103d1a1a fixed problem that scrollbar of feeds was hidden when to many items appeared in it 2012-08-13 23:26:49 +02:00
Bernhard Posselt
8e2ffb435a merged css file again 2012-08-13 23:21:04 +02:00
Bernhard Posselt
993e56a3eb further design improvements 2012-08-13 23:09:48 +02:00
Alessandro Cosentino
d1459ce208 fix small issues arising from merge 2012-08-12 21:58:39 -04:00
Alessandro Cosentino
be10a14e58 Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/apps into merge-requests/12 2012-08-12 21:30:42 -04:00
Bernhard Posselt
6c327bd5f8 new layout and design for feed items, mark all as read is now faster because it uses an own ajax request, css and javascript refactor, the titlebar is now only loaded once 2012-08-13 03:01:11 +02:00
Alessandro Cosentino
8bf1873f43 opml icon in opening page: you know, Sunday jobs :P 2012-08-12 14:52:00 -04:00
Bernhard Posselt
7efe48d3d7 added an keep unread checkbox, cleaned up javascript that handled setting of item status, improved design of feedentries 2012-08-12 17:43:11 +02:00
Bernhard Posselt
1029b44255 Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsapp 2012-08-12 12:27:10 +02:00
Alessandro Cosentino
703e892b69 removes the Everything folder 2012-08-12 01:50:19 -04:00
Bernhard Posselt
95072a4a45 added ability to mark items as important; mark items as read when: title is clicked or when title scrolled beyond the top edge or when the bottom is reached; open items in a new tab when title is clicked 2012-08-12 02:04:45 +02:00
Bernhard Posselt
80cc1dd892 mark items as read when the title is being hidden under the top edge or when you hit the bottom. also mark items as read when you click on them 2012-08-11 17:24:34 +02:00
Bernhard Posselt
14f9549e2f set font sizes to em to enable correct scaling of the interface when the font size is made bigger 2012-08-11 12:50:19 +02:00
Bernhard Posselt
627865d433 changed the foldername Everything to Subscriptions, removed strtoupper for foldername dropdown menu to prevent confusion, made the button for folder selection wider and hid overflow 2012-08-11 02:42:46 +02:00
Bernhard Posselt
c37d6ea222 reload page when the current feed is being deleted 2012-08-11 01:19:18 +02:00
Bernhard Posselt
729b72aa4b use less padding for feed descriptions 2012-08-11 00:24:00 +02:00
Bernhard Posselt
fb8f2c2550 added an item header, improved feed design, removed unused javascript function, added proper template translation tags 2012-08-11 00:12:06 +02:00
Bernhard Posselt
748afb98f2 moved the marking of feeds into the news.js and call it on mouseenter, always expand the description of feeds, improved style of the news items 2012-08-10 20:44:45 +02:00
Alessandro Cosentino
98614791fb css file missing in previous commit 2012-08-09 14:14:54 -04:00
Gregor Tätzner
2944bc645a Fix some html errors and align feed buttons to the center 2012-08-09 13:04:38 +02:00
Gregor Tätzner
4856c8e360 Mostly feed list html cleanup, also restructured news.css 2012-08-09 09:40:25 +02:00
Gregor Tätzner
8dc1c6c6ea highlight currently shown feed and load feeds always in ajax style 2012-08-08 14:29:28 +02:00
Gregor Tätzner
369e2edeac Show some nice messages when you create or delete a feed in the right
view
2012-08-06 20:27:57 +02:00
Gregor Tätzner
5eb0f78dcb expands the hoverable area of the folder trigger and rotates trigger
icon just by 90 degrees
2012-08-06 16:59:16 +02:00
Gregor Tätzner
23ab19741b Adds a clickable trigger to collapse the list. 2012-08-06 16:07:39 +02:00
Alessandro Cosentino
be869cf0f9 fixes path in css 2012-08-03 13:12:23 -04:00
Gregor Tätzner
96088f6567 Implement dynamic folder adding in the same way like feed adding 2012-08-03 10:42:45 +02:00
Alessandro Cosentino
9e1b6c31a8 moves back the content of templates/listfolder.php 2012-08-02 18:39:13 -04:00
Gregor Tätzner
bdc5159324 Add feed to feed list instantly on feed adding
Reload is no longer necessary. There are still some issues - especially
the order of the feeds: atm the feed is just inserted at the beginning
2012-08-02 18:52:33 +02:00
Alessandro Cosentino
703520c3b6 small fixes on the settings popup 2012-08-01 09:48:41 -04:00