DalgoT4D / dalgo-admin-old

Administrative web console for Dalgo
GNU Affero General Public License v3.0
4 stars 12 forks source link

Added toggled side menu #19

Closed vilol-04 closed 7 months ago

vilol-04 commented 7 months ago

Please review and let me know what to change. @fatchat

fatchat commented 7 months ago

would you update the branch please @vilol-04 ? i.e. git merge main and then push again

vilol-04 commented 7 months ago

Screenshot (127) It's already updated.

fatchat commented 7 months ago

Did you switch to main and do a git pull?

On Fri, 2 Feb 2024 at 7:47 PM, vilol-04 @.***> wrote:

Screenshot.127.png (view on web) https://github.com/DalgoT4D/dalgo-admin/assets/93644502/935c8d79-45a7-4774-99b2-1e19c1f49220 It's already updated.

— Reply to this email directly, view it on GitHub https://github.com/DalgoT4D/dalgo-admin/pull/19#issuecomment-1923974710, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQPOIGRDBZH4QYCUR5C72LYRTYRFAVCNFSM6AAAAABCWXSXJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRTHE3TINZRGA . You are receiving this because you were mentioned.Message ID: @.***>

vilol-04 commented 7 months ago

Screenshot (128) It's done.

fatchat commented 7 months ago

thank you

how does this work with the rest of the application? i see <html>, <head> and <body> tags... as if it's a standalone page

vilol-04 commented 7 months ago

There is a error on my part. I'll rectify asap. Sorry for the inconvenience.

fatchat commented 7 months ago

@vilol-04 i see an html file which presumably shows a nice looking side menu. but this has not been integrated into the rest of the application

  1. the side menu needs to show whenever a user is logged in
  2. other pages should appear in the main frame to the right of the side menu
  3. other pages should have no knowledge of the side menu i.e. their code should not refer to the side menu
fatchat commented 7 months ago

closing due to lack of activity