Commit Graph

15 Commits

Author SHA1 Message Date
hiep200311 b999d51232 fix: expand sidebar visibility to all non-desktop screens (≤992px)
- sidebar.css: change .floating-menu-btn breakpoint from max-width:768px
  to max-width:992px so the button appears on tablets as well
- header.css: move .nav-container hide + .floating-menu-btn show into
  the ≤992px block so desktop nav is hidden and sidebar activates on
  all mobile + tablet viewports (Bootstrap lg breakpoint)
- ≥993px (desktop): header nav visible, sidebar hidden
- ≤992px (tablet + mobile): header nav hidden, sidebar floating button shown"
2026-06-05 21:06:08 +07:00
hiep200311 9c07af001c feat: add modular sidebarLoader to all missing pages
- Replace hardcoded inline sidebar markup with <div id="sidebar-container">
  on: aboutMain, newsMain, productMain, serviceMain, contactMain
- Add sidebar-container + sidebarLoader.js script to pages that had no
  sidebar at all: newsArticle1, newsArticle2, productSeparateCommerceLNG,
  productSeparateCommercePNG, productSeparateProductionPRU,
  productSeparateProductionGasMeter, productSeparateProductionVaporizer,
  productSeparateProductionPressureRegulatorValve
- Sidebar HTML/CSS/JS is now loaded dynamically from /components/sidebar/
  on all 14 pages (mobile breakpoint ≤768px)"
2026-06-05 20:55:20 +07:00
hiep200311 029d79daad Chore: Add GSAP and bootstrap-icons dependencies 2026-06-04 09:33:20 +07:00
hiep200311 c75e660e20 Fix: Resolve responsive layout issues on contact page 2026-06-04 09:29:35 +07:00
hiep200311 3e515182e1 Fix: Resolve responsive layout issues on news pages 2026-06-04 09:26:30 +07:00
hiep200311 3c4385777c Refactor: Extract sidebar into a reusable component 2026-06-04 08:38:42 +07:00
MinhQuan 65f306523a sidebar: add event delegation 2026-06-03 04:37:05 +07:00
MinhQuan 42429b1509 footer: add footer loader 2026-06-03 03:42:39 +07:00
MinhQuan b7c10621b1 about views: get header loader working
Reviewed-on: #3
2026-06-02 19:58:31 +00:00
MinhQuan 8c879bbe88 about views: get header loader working 2026-06-03 02:55:00 +07:00
MinhQuan 404ee2d046 header: move images to local
Reviewed-on: #2
2026-06-02 19:51:12 +00:00
MinhQuan 0768839c60 header: move images to local 2026-06-03 02:49:30 +07:00
MinhQuan a91afac094 Merge pull request 'contact: change route name' (#1) from dev into main
Reviewed-on: #1
2026-06-02 19:07:03 +00:00
MinhQuan 621cda7224 contact: change route name 2026-06-03 02:05:46 +07:00
MinhQuan 31d30434d6 init 2026-06-03 01:06:32 +07:00