[PR #3] [MERGED] 💄 UI structure & improvements #8

Closed
opened 2026-02-26 12:16:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apo-bozdag/sarisite-pro-extension/pull/3
Author: @selimdoyranli
Created: 11/30/2022
Status: Merged
Merged: 11/30/2022
Merged by: @apo-bozdag

Base: mainHead: main


📝 Commits (2)

  • acb54b8 💄 UI structure & improvements
  • 7d5f043 💄 UI improvements

📊 Changes

21 files changed (+2828 additions, -121 deletions)

View changed files

📝 config/webpack.common.js (+2 -3)
📝 config/webpack.config.js (+7 -1)
jsconfig.json (+9 -0)
📝 package.json (+2 -0)
📝 public/popup.html (+11 -6)
📝 src/adDetail.js (+3 -5)
📝 src/adsList.js (+50 -28)
src/assets/style/spro/app.scss (+9 -0)
src/assets/style/spro/constants.scss (+1 -0)
src/assets/style/spro/tokens.scss (+14 -0)
src/assets/style/spro/ui/button.scss (+39 -0)
src/assets/style/spro/ui/label.scss (+27 -0)
src/assets/style/spro/utils/color.scss (+35 -0)
src/assets/style/spro/utils/spacing.scss (+46 -0)
src/contentStyle.css (+0 -39)
src/contentStyle.scss (+27 -0)
src/enums/damageTypeEnum.js (+5 -0)
src/enums/index.js (+1 -0)
📝 src/popup.js (+1 -1)
📝 src/popup.scss (+23 -38)

...and 1 more files

📄 Description

  • @ ile src - root'a çıkmak için alias eklendi
  • Stillendirme için sass kuruldu ve ilgili alanlar için konfigüre edildi
  • Stillendirme için temel mimari oluşturuldu
  • Bazı UI elementleri için farklı DOM attach yaklaşımına gidildi
  • UI elementleri görünümü iyileştirildi
  • RadKod brand eklendi

ads

button

popup_last


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apo-bozdag/sarisite-pro-extension/pull/3 **Author:** [@selimdoyranli](https://github.com/selimdoyranli) **Created:** 11/30/2022 **Status:** ✅ Merged **Merged:** 11/30/2022 **Merged by:** [@apo-bozdag](https://github.com/apo-bozdag) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`acb54b8`](https://github.com/apo-bozdag/sarisite-pro-extension/commit/acb54b87cd2a99b370ae117a815657a49fc0571e) :lipstick: UI structure & improvements - [`7d5f043`](https://github.com/apo-bozdag/sarisite-pro-extension/commit/7d5f0435b3acfc7f2e897a8c4a15dce62a38b201) :lipstick: UI improvements ### 📊 Changes **21 files changed** (+2828 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `config/webpack.common.js` (+2 -3) 📝 `config/webpack.config.js` (+7 -1) ➕ `jsconfig.json` (+9 -0) 📝 `package.json` (+2 -0) 📝 `public/popup.html` (+11 -6) 📝 `src/adDetail.js` (+3 -5) 📝 `src/adsList.js` (+50 -28) ➕ `src/assets/style/spro/app.scss` (+9 -0) ➕ `src/assets/style/spro/constants.scss` (+1 -0) ➕ `src/assets/style/spro/tokens.scss` (+14 -0) ➕ `src/assets/style/spro/ui/button.scss` (+39 -0) ➕ `src/assets/style/spro/ui/label.scss` (+27 -0) ➕ `src/assets/style/spro/utils/color.scss` (+35 -0) ➕ `src/assets/style/spro/utils/spacing.scss` (+46 -0) ➖ `src/contentStyle.css` (+0 -39) ➕ `src/contentStyle.scss` (+27 -0) ➕ `src/enums/damageTypeEnum.js` (+5 -0) ➕ `src/enums/index.js` (+1 -0) 📝 `src/popup.js` (+1 -1) 📝 `src/popup.scss` (+23 -38) _...and 1 more files_ </details> ### 📄 Description - @ ile src - root'a çıkmak için alias eklendi - Stillendirme için sass kuruldu ve ilgili alanlar için konfigüre edildi - Stillendirme için temel mimari oluşturuldu - Bazı UI elementleri için farklı DOM attach yaklaşımına gidildi - UI elementleri görünümü iyileştirildi - RadKod brand eklendi ![ads](https://user-images.githubusercontent.com/22690563/204795731-4677666c-9a85-4ab5-9c5a-19ead2a69f36.png) ![button](https://user-images.githubusercontent.com/22690563/204794776-ddf66b6d-015b-4f85-bdba-07355f521c49.png) ![popup_last](https://user-images.githubusercontent.com/22690563/204794778-d3b886b8-eb8f-43c8-b1e4-8338a6a7ab0f.JPG) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:16:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sarisite-pro-extension#8
No description provided.