Skip to content
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

Not work #108

Closed
BrxxcR opened this issue Dec 28, 2023 · 4 comments
Closed

Not work #108

BrxxcR opened this issue Dec 28, 2023 · 4 comments

Comments

@BrxxcR
Copy link

BrxxcR commented Dec 28, 2023

The app not work in latest version Nextcloud. screen is empty

@c-store-cp
Copy link

As a workaround, you can do the following 👍

1.) /var/www/html/nextcloud/apps/quicknotes/js/script.js comment the OCA.Search function out (Line 1264)

//new OCA.Search(search, function() {
// search('');
//});

2.) Make a custom css for the navigation :

.with-icon {
border-bottom-color: rgb(34, 34, 34) !important;
border-bottom-style: none !important;
border-bottom-width: 0px !important;
border-image-outset: 0 !important;
border-image-repeat: stretch !important;
border-image-slice: 100% !important;
border-image-source: none !important;
border-image-width: 1 !important;
border-left-color: rgb(34, 34, 34) !important;
border-left-style: none !important;
border-left-width: 0px !important;
border-right-color: rgb(34, 34, 34) !important;
border-right-style: none !important;
border-right-width: 0px !important;
border-top-color: rgb(34, 34, 34) !important;
border-top-style: none !important;
border-top-width: 0px !important;
box-sizing: border-box !important;
color: rgb(34, 34, 34) !important;
cursor: default !important;
display: flex !important;
flex-direction: column !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe: UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica: Neue", Arial, sans-serif, "Noto: Color: Emoji", "Apple: Color: Emoji", "Segoe: UI: Emoji", "Segoe: UI: Symbol" !important;
font-size: 15px !important;
font-weight: 400 !important;
height: 444.462px !important;
line-height: 24px !important;
list-style-image: none !important;
list-style-position: inside !important;
list-style-type: none !important;
margin-block-end: 0px !important;
margin-block-start: 0px !important;
margin-bottom: 0px !important;
margin-inline-end: 0px !important;
margin-inline-start: 0px !important;
margin-left: 30px !important;
margin-right: 30px !important;
margin-top: 0px !important;
overflow-x: hidden !important;
overflow-y: auto !important;
padding-bottom: 0px !important;
padding-inline-start: 8px !important;
padding-left: 8px !important;
padding-right: 8px !important;
padding-top: 8px !important;
position: relative !important;
user-select: none !important;
vertical-align: baseline !important;
width: 300px !important;
}

3.) In /var/www/html/nextcloud/apps/quicknotes/js/templates.js (Line 166 ff) disable the Icon classes, as the icons are displayed in the middle of the navigation items.

Works for me until a fixed version is released.

@matiasdelellis
Copy link
Owner

Hello everyone,
First of all, sorry for the delay in responding and working on it. Little free time to work on my projects... 😞

With the latest version it should work and look fine. 😉

Thanks for all,

@c-store-cp
Copy link

c-store-cp commented Jan 31, 2024

Thank you for your work, highly appreciated !

But for me, the side menu still looks distorted ... though the app itself now loads fine. The icons are in the middle of the menu text, and expand/collapse does not work.

Edit : After upgrading to 28.02, the menu and the icons look fine. yet collapse/expand does not work. I´ll share a screenshot as requested in #109

@matiasdelellis
Copy link
Owner

Hi @c-store-cp

Thank you very much, please comment with some screenshot in this issue. #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants