imfing / pile

:zap: A simple & powerful app to organize your piled work at one place~
GNU General Public License v3.0
166 stars 15 forks source link

[Feature Request] Side panel for boards. (and search) #36

Open VisualBean opened 4 years ago

VisualBean commented 4 years ago

I have ALOT of boards, I use this app for sort of like a per incident note taking thing or per feature building notes type thing.

And I would love to be able to keep the boards as a sidepanel, maybe label them with colors. and have them searchable. (many feature requests i guess)

imfing commented 4 years ago

Hi, thank you for your interest in this app. As for now, this project is out-of-date and is no longer actively maintained. From what you described (note taking thing), I'd suggest use some mature tools like Notion.

webenadam commented 3 years ago

Oh, i'm sorry to hear that. this is such a great app!

Can you tell me how can i just tweak some css for the app?

imfing commented 3 years ago

@webenadam Check this out 👉 https://github.com/mtobeiyf/pile/issues/16#issuecomment-386815216

webenadam commented 3 years ago

@mtobeiyf That's amazing! Thank you very much! i wish you would continue developing it. it's amazing!

webenadam commented 3 years ago

If any one is interested i add RTL and a little bit line paddings i thought were missing:

// RTL
.tab-content .hub {
    direction:rtl;
}

.ivu-card-extra {
    left: 16px;
    right: auto;
}

.ivu-select-dropdown {
    left: 0!important;
}

.ivu-tabs-nav {
    float: right;
}

.ivu-select-dropdown {
    left: auto!important;
}

.tab-content .hub .ivu-select-dropdown {
    left: 0!important;
}

.ivu-col-span-lg-1, .ivu-col-span-lg-2, .ivu-col-span-lg-3,
.ivu-col-span-lg-4, .ivu-col-span-lg-5, .ivu-col-span-lg-6,
.ivu-col-span-lg-7, .ivu-col-span-lg-8, .ivu-col-span-lg-9,
.ivu-col-span-lg-10, .ivu-col-span-lg-11, .ivu-col-span-lg-12,
.ivu-col-span-lg-13, .ivu-col-span-lg-14, .ivu-col-span-lg-15,
.ivu-col-span-lg-16, .ivu-col-span-lg-17, .ivu-col-span-lg-18,
.ivu-col-span-lg-19, .ivu-col-span-lg-20, .ivu-col-span-lg-21,
.ivu-col-span-lg-22, .ivu-col-span-lg-23, .ivu-col-span-lg-24 {
    float:right;
}

// Some Padding Air :)
.hub-item-todo, .hub-item-note {
    padding: 10px 0;
}

It looks like that: CleanShot 5781-06-27 at 10 39 13

Btw - can i some how add string translations?

Thank you very much @mtobeiyf ! this is amazing app!