-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
EPIC: Multiple files #570
EPIC: Multiple files #570
Conversation
Feat/multiple files
css copied from capture templates and not yet cleaned up
file settings & sync
breadcrumbs for search
@tarnung FYI, I've opened this PR to keep track of all the PRs that we've partially discussed and that are merged to At some point, we will have to think about properly reviewing, testing and merging your awesome changes to |
Happy to hear you're still going strong on this feature. I'm also stoked to be working with this feature set on production, soon. Apart from the small quirks, it's been really solid on Staging and a huge improvement in how to use organice. Cool bonus feature that you reload the sample! That was actually a bit of pain to use before - any changes to the 'doc/tutorial/sample' needed a restart to check them out. Great effort!
It's a good question. So, before it synced just the currently loaded file, independend of it being dirty. The rationale is that you might have been away for a while (think mobile app in the background for the day), you or someone else made changes to the file, you open up the app, and organice ensures that you're working with a fresh state. With that rationale and the new capabilities, I think you're spot with reloading the |
I fixed access to the changelog and sample from places other than the header bar. I recently changed accessing a file in
The offending changes are in the |
Same cause as changelog. Just didn't catch it yet.
It never did. |
Well, this looks very good. 'sync on becoming visible' as well as loading 'sample' and 'changelog' work for me now, too. This likely just needs a final push to get ready - getting CI green, again, and having a code review. How about we do these things in a pairing session (over Zoom)? Today, my vacation is supposed to start and should go until the 3rd of January. So, apart from the following days, I'm quite flexible: Today, 24, 28, 29, 31, 01. If any of the days in between work for you, let me know with a time proposal and then let's get this awesome PR ready and merged 🎆 |
@munen I'm usually a bit low energy during the short days this season, so I didn't work on anything much the last few days. |
@tarnung No worries whatsoever. First, this is a FOSS project so it's perfectly reasonable to only work on it when you're actually having fun or want to accomplish something that you're going to use yourself. Secondly, you've been productive like crazy lately(; Please, enjoy a well deserved time of cozy recovery! Apologies for not having answered so far. I've been sick and this is actually the first of the many stacked up messages I'm replying to on the first time on the computer, again^^ 27th at 14:00 sounds good. I'll send you a Zoom link via email. Looking forward to the pairing session! All the best until then. |
The component uses routing now and we seem to be unable to write the test accordingly.
src/components/OrgFile/components/TaskListModal/components/TaskListView/index.js
Show resolved
Hide resolved
This flag didn't work so far. Also, for now we don't see a whole lot of value to have different settings work on all devices vs. on per device level. If somebody wants to build a setting in the future with that distinction, she can implement it better than the one we deleted.
This epic includes multiple PRs that are only partially reviewed:
Open functional issues:
on
sample
andchangelog
. Discussion:Things to write tests for:
List of things to document after before/soon after merging:
Follow Up Issues: