-
Notifications
You must be signed in to change notification settings - Fork 96
[WIP] redesign calendar app #359
Conversation
CC @owncloud/designers |
@jbtbnl dude, you are awesome! :) I have yet to try it out. But already some remarks (partly from #269):
|
Wow, that looks fantastic! =D Thanks @jbtbnl ! |
@jancborchardt thanks, it must be in the name ;)
This occurs also in calendar/master, I tried to fix it but it seems that a lot of heights and widths are calculated by JavaScript and I've found no good entry point to start fixing it. (also @georgehrke) |
@wtayyeb thanks for reporting, I will take a look at it. Hiding the sidebar is something that should be implemented in core, since it is a design element that is common to a lot of apps. Would you like to check if such an issue already exists in core? Look for mobile theme related issues. |
there is an app named MobileCompTheme which just use css @media. |
Yes, the mobile stuff should be separately done in core. We’ll probably work on that for ownCloud 7. |
@jancborchardt this branch is currently at the point where we should decide on how to clean up the bunch of action icons at the right of each calendar name. In owncloud/calendar#269 we talked about expanding a calendar entry downwards. If we would like to implement this it would be best to implement this as a general design element in core. Do you agree? I do not yet have a good idea in mind on how such thing should be designed. Shall I create an issue in core or design so that we can discuss this with @owncloud/designers? |
@wtayyeb the issues you experienced earlier should be fixed by owncloud/calendar@29d796f. Can you confirm this? Thanks! |
@jbtbnl I would say we should do that in a separate discussion / pull request, otherwise this one grows too large. Is that ok? And yeah, I would also say it should be a general design element in core – great point! :) |
@jancborchardt @georgehrke @raghunayyar please review this pull request, I feel like it's ready to merge this into master. |
@tanghus it's a minor issue that in my opinion is not worth fixing right now because it will become obsolete anyway when owncloud/core#7563 is implemented
There is an issue for that: owncloud/calendar#21 |
👍 👯 🌴 🍸 |
Sorry. Just mixed up @georgehrke with @tanghus ... @georgehrke should have a look at this. |
I'll give it a final review tomorrow |
This looks awesome to me as well. Great job once again. :) |
I'm afraid there will be conflicts with #308 though, so you have to decide which goes first. |
some questions: i have made some fixes and updated the redesign tree to fullcalendar 1.6.4 js. how can i update/merge this now to [wip] redesign calender? |
@libasys it seems that you created a new repository, with only the files that have been changed in it. This will not merge upstream because they are detached from each other. What you could do is the following:
Then GitHub will come up with a nice comparison view showing what lines have been changed and this will enable the developers around here to verify it and merge it into calendar/redesign and later on calendar/master. |
Have the link to contacts/redesign branch? why contacts/redesign, this is calendar! |
@libasys ehm, calendar/redesign offcourse, my bad 😄 Just clone https://github.com/owncloud/calendar.git and then switch to redesign branch. |
somebody works with aptana studio and team git, to help me? |
Update calendar.js to 1.6.4 Adding timeline Feature Fixing repeating options problem Adding currentDay view datepicker Small css additions and Fixes
Updating to fullcalendar 1.6.4
better calc timeline left side
CSS Fixes style.css and fullcalendar
Redesign refer to #359 [WIP] redesign calendar
@georgehrke I'd like to merge this before it becomes outdated please :) |
My last examination for this semester is tomorrow. I'll review tomorrow afternoon. |
@georgehrke OK great, I'm sorry for bothering you then! |
👍👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 Sooo awesome!! thanks a lot :D |
one little thing: automatic resizing of calendar doesn't work on y-axis |
@georgehrke No Prob! a big thanks back to the dev ;) |
@georgehrke I'll create a separate issue for the vertical resizing because it's not a regression and not really related to the redesign. |
WOW! This is finally in! So great, thank you @jbtbnl |
@jancborchardt thanks, it took three months to get this in... worth the effort though :) |
Work in progress on introducing a sidebar in the calendar app to provide simpler navigation through the users calendars. Also the datepicker has been restyled to improve accessibility and clean up the UI.
Refer to owncloud/calendar#269 for earlier discussion about the new design. Let's continue here to iron out the details.
Reference screenshot:
Checklist: