Commit Graph

78 Commits (8c1be4b7ccff8e12f81943fe94ae85558c8834d1)
 

Author SHA1 Message Date
Warinyourself 8c1be4b7cc Remove dead duplicate *.glsl ambient module declaration 4 weeks ago
Warinyourself a3d94a496a Move nody-greeter-types to devDependencies (types-only package) 4 weeks ago
Warinyourself 3f30116f92 Remove npm-run-all2 and run build steps sequentially 4 weeks ago
Warinyourself 211816ca35 Tie glass-fluid blur effect to the existing Blur setting 1 month ago
Warinyourself 0e08e26b84 Remove unused color.active field from theme definitions 1 month ago
Warinyourself 24afe9a7d8 Remove unused setCSSVariable import 1 month ago
Warinyourself 8e3508be60 Drop deprecated --color-active accent in favor of glass tokens 1 month ago
Warinyourself a1f6a94e32 Restyle login card with glass-fluid look 1 month ago
Warinyourself c025f7e6d0 Restyle shutdown menu and button with glass-fluid look 1 month ago
Warinyourself 0194d443f4 Restyle buttons as glass-fluid pills 1 month ago
Warinyourself 80beea89c4 Rename AppCheckbox to AppSwitch with glass toggle style 1 month ago
Warinyourself 47935b91e3 Restyle settings tabs as glass pills and add icons 1 month ago
Warinyourself b46616827a Restyle selector and dropdown menu with glass-fluid look 1 month ago
Warinyourself fa8ad8250b Add glass-fluid design tokens 1 month ago
Warinyourself cf66e592aa Rename settings tab labels for brevity
"Choice themes" -> "Themes", "Customize theme" -> "Customize", and
the "General" tab now reuses the existing settings.title label
("Settings"), dropping the redundant general key.
1 month ago
Warinyourself ea20e053b6 Remove unused lodash and parallax-js dependencies
lodash was only used for debounce, replaced with a small custom
implementation in utils/helper.ts. parallax-js and its type
declarations were no longer referenced anywhere in the project.
1 month ago
Warinyourself 5898ad34d6 Remove Infinity, Suprematism, Osmos and Space themes
Drop the four animated themes along with their components, styles,
images and icons. Also remove the now-dead css-doodle dependency
(only used by Suprematism), the desktop-icon picker on the login
screen, and leftover create-vue scaffold files (App.vue, HomeView.vue
and their HelloWorld/TheWelcome/WelcomeItem children) that referenced
deleted components.
1 month ago
Warinyourself 28e98bfe92 Migrate generic UI icons to @lucide/vue
Replace custom SVG icons (settings, eye, arrow, checkbox, loader,
collapse, restart, suspend, hibernate, user, shutdown) with Lucide
components, keeping custom SVGs only for brand/DE logos and
decorative theme assets. Remove the now-unused icon files and the
dangling AppBar/battery/brightness/currentOs leftovers from the
previous cleanup. Also disable svgo's removeViewBox so custom icons
scale correctly inside their containers.
1 month ago
Warinyourself b607568c6b Remove visual noise: drop AppBar, battery/brightness widgets, OS selector
- Remove AppBar, BatteryIcon, BrightIcon and related store state
  (battery, brightness, currentOs, isCharging, batteryLevel, isSupportFullApi)
- Remove OS selector and osList from settings
- Comment out zoom slider
- Drop unused syncBodyClassWithStore/syncStoreWithQuery calls
- Simplify checkbox icon and tighten its styles
- Round login input corners
- Add global nody-greeter-types reference in env.d.ts
1 month ago
Warinyourself 31d4dfefba Refactor AppIcon: replace monolithic SVG with vite-svg-loader
Each icon is now a standalone .svg file in src/assets/icons/.
AppIcon.vue shrinks from ~977 lines to 30, using import.meta.glob
to load icons dynamically. onClick and other attrs forward correctly
via inheritAttrs: false + v-bind="$attrs" on the component root.
Adds loader.svg which was previously missing.
1 month ago
Warinyourself 2099183f29 Update dependencies
Migrate to Vue 3 + Vite + Pinia

- Vue 2 class components → Vue 3 defineComponent + Composition API
- Vuex + vuex-module-decorators → Pinia
- vue-cli/webpack → Vite 8 with vite-plugin-glsl
- vue-router@3 → vue-router@4, vue-i18n@8 → vue-i18n@9
- require.context → import.meta.glob
- require('./shader.glsl') → static import with vite-plugin-glsl
- vue-color → native <input type="color">
- All TSX components migrated, build passes with 0 TypeScript errors
1 month ago
Warinyourself 23472d0279 Update AppBar conditions to view 4 years ago
Warinyourself f2dae56850 Adaptive menu position for zoom property 4 years ago
Warinyourself c575f78a1c Adaptive users block for zoom property 4 years ago
Warinyourself 0862e60f2a Delete zoom controller from old webkit greeter 4 years ago
Warinyourself 3a7f502261 Update version 4 years ago
Warinyourself 5308c6f8ce Fix conflicts 4 years ago
Warinyourself 8a47d958ff Fix eslint errors 4 years ago
Warinyourself 9b0ad6edf5 Update manual installation 4 years ago
Warinyourself e20b63cf5d Add GNU v3.0 license 4 years ago
Warinyourself bf3853bf21 Update README 4 years ago
Warinyourself ba0fcbc2f9 Fix menu overflow error 4 years ago
Warinyourself b554775085 Add zoom slider for interface 4 years ago
Warinyourself 170f866f81 Adaptive for high DPI screens 4 years ago
Warinyourself c5db4803f5 Fix bugs with images 4 years ago
Warinyourself 39722d6614 Add app bar for nody-greeter 4 years ago
Warinyourself 21ef3b0cdb Update project dependencies 4 years ago
Warinyourself c8c07237ec Fix high DPI issue 4 years ago
Warinyourself 14fb4d5ebc Modify build scripts 4 years ago
Warinyourself 12e5088deb Update node packages 4 years ago
Warinyourself c6fe384d3e Add support node greeter api 4 years ago
Warinyourself c1a68b9233 Replace ColorInput to PaletteInput in the Agida theme 4 years ago
Warinyourself 825b4dc2fb Add new agida theme 4 years ago
Warinyourself 41d657bef2 Add Agida theme 4 years ago
Warinyourself d875e609ca Add masks in app 4 years ago
Warinyourself 325c81fc00 fix: add field for en locales 4 years ago
Warinyourself 95913cbab9 Fix github button link 4 years ago
Warinyourself ae64926016 Update version 4 years ago
Warinyourself 975ad8e800 Create constant file 4 years ago
Warinyourself c06c9ef5a0 Add hotkey for view password 4 years ago